Commit History

Author SHA1 Message Date
  Nick Mathewson 7fc62029d4 Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229. 18 years ago
  Nick Mathewson a1bcdb2f76 util.c:1308: error: conflicting types for "is_internal_IP" 18 years ago
  Nick Mathewson 6b49a93bd5 Move code to check for zero digests into util.c 18 years ago
  Roger Dingledine c68cadc0c8 tor_assert had a misleading comment 18 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 years ago
  Nick Mathewson 932106f54c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 18 years ago
  Nick Mathewson edf5698474 Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet. 18 years ago
  Nick Mathewson 768160c872 Inline key smartlist functions; use fast versions by default. 18 years ago
  Nick Mathewson ba24193ab5 Make doxygen marginally happier 18 years ago
  Nick Mathewson c5ee3e961e Reorganize some quick-and-dirty code to find out what openssl stuff is leaking, using dmalloc. 18 years ago
  Nick Mathewson 26e7a05725 even better function start checks; give dmalloc a chance of working. 18 years ago
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. 18 years ago
  Nick Mathewson d4fb1fcd6c Two new functions like write_bytes_to_file: one takes a list of byte-and-len structs; one appends. 18 years ago
  Nick Mathewson c4b3bf06c6 add strupper function 19 years ago
  Nick Mathewson b6a13b6cdf Add directory listing functions to util.[ch]. Watch the features creep! 19 years ago
  Roger Dingledine d5e426ab51 add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() 19 years ago
  Nick Mathewson 11ff0aba80 Make clients regenerate their keys when their IP address changes. 19 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 years ago
  Roger Dingledine 509405a5f7 clean up this TOR_FRAGILE business 19 years ago
  Roger Dingledine 652dde72f1 bugfix: chdir to your datadirectory at the *end* of the 19 years ago
  Nick Mathewson 0e81265359 update copyright notices. 19 years ago
  Nick Mathewson bbaa3c7792 Implement more control spec functionality 19 years ago
  Nick Mathewson 6e6d95b3db Change from inet_ntoa to a threadproof tor_inet_ntoa. 19 years ago
  Peter Palfrader ddd724ef94 Add --with-dmalloc configure option 19 years ago
  Roger Dingledine cf17d0d29c move network_init from or/main to common/compat 19 years ago
  Nick Mathewson c79c4200f4 Fix a bug in last patch; and keep my name out of the assert() call too. 19 years ago
  Nick Mathewson 32978afa54 Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out 19 years ago
  Nick Mathewson ad7db5e43a Add casei versions of strcmpstart/strcmpend 19 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 years ago
  Nick Mathewson eccfe23a21 Disallow NDEBUG. It is very stupid. 19 years ago