Commit History

Author SHA1 Message Date
  Nick Mathewson 9426751b72 Extract our code for answering "what time is it right now". 5 years ago
  Nick Mathewson 479c2ab503 Move STRUCT_VAR_P to compat_compiler. 5 years ago
  Nick Mathewson f95e3bf5fc Simplify include structure of container.[ch] 5 years ago
  Nick Mathewson e066966bf4 Extract tor_malloc and friends to a new module. 5 years ago
  Nick Mathewson 3305ae5044 Rectify include paths (automated). 5 years ago
  Nick Mathewson fa5fda5bbf Rectify include paths (automated) 5 years ago
  Nick Mathewson 727db7aeb9 Rectify include paths (automated) 5 years ago
  Nick Mathewson 275aff6917 Rectify include paths (automated) 5 years ago
  Nick Mathewson 5ecd1fec15 Move horrible-emergency handling into torerr.[ch] 5 years ago
  Nick Mathewson 9fa73003fc Remove dmalloc support; closes #26426 5 years ago
  Nick Mathewson 0dab29ce10 Run rectify_include_paths.py 5 years ago
  Nick Mathewson fb0019daf9 Update copyrights to 2018. 5 years ago
  Nick Mathewson cd3fc2aa48 Merge remote-tracking branch 'neel/b25511-r4' 6 years ago
  Neel Chauhan 9e3e1b8bfb Add format_local_iso_time_nospace() 6 years ago
  Mike Perry 0e06a9c3e7 Helper function to add u32 without overflow. 6 years ago
  Neel Chauhan 9df110cd72 Remove PortForwarding options 6 years ago
  Nick Mathewson 6317aa2cc0 Merge branch 'maint-0.3.3' 6 years ago
  Nick Mathewson b504c854d3 Rename string_is_valid_hostname -> string_is_valid_nonrfc_hostname 6 years ago
  rl1987 0e453929d2 Allow IPv6 address strings to be used as hostnames in SOCKS5 requests 6 years ago
  Nick Mathewson 4dc228e35b Remove workaround code for systems where free(NULL) is busted. 6 years ago
  Nick Mathewson 519fa1a3e6 Document the alignment limitation of tor_free() 6 years ago
  Nick Mathewson 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 years ago
  Nick Mathewson 95531ddfbf Let's have only one FREE_AND_NULL variant. 6 years ago
  Nick Mathewson 1d348989b0 Make tor_free only evaluate its input once (at least on gcc and clang) 6 years ago
  Nick Mathewson db024adc90 Switch to a safer FREE_AND_NULL implementation 6 years ago
  Nick Mathewson c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 years ago
  Nick Mathewson c1bdb80aba Add a macro to call a free_ function and clear a variable 6 years ago
  Nick Mathewson c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
  Nick Mathewson 1098893e4f Exit when we can't write to a configured pid file 6 years ago
  Nick Mathewson eb43401bfb Add a 'NoExec' option that causes tor_spawn_background() to fail 6 years ago