Commit History

作者 SHA1 備註 提交日期
  Peter Palfrader ddd724ef94 Add --with-dmalloc configure option 21 年之前
  Roger Dingledine cf17d0d29c move network_init from or/main to common/compat 21 年之前
  Nick Mathewson c79c4200f4 Fix a bug in last patch; and keep my name out of the assert() call too. 21 年之前
  Nick Mathewson 32978afa54 Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out 21 年之前
  Nick Mathewson ad7db5e43a Add casei versions of strcmpstart/strcmpend 21 年之前
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 年之前
  Nick Mathewson eccfe23a21 Disallow NDEBUG. It is very stupid. 21 年之前
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 21 年之前
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 21 年之前
  Nick Mathewson 55df2620c6 Add function to format local time in ISO format 21 年之前
  Nick Mathewson cd753df7bf Resolve many XXXs and all DOCDOCs 21 年之前
  Nick Mathewson 180e0a9326 Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore). 21 年之前
  Roger Dingledine 865f341708 parse_line_from_file is obsolete. 21 年之前
  Nick Mathewson 38ed0ce5e6 Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined 21 年之前
  Nick Mathewson 9d604ec615 Add code to read configuration lines from a string as well as a file 21 年之前
  Nick Mathewson d5244e3872 Add a write_bytes_to_file so we can have files with NULs in them. 21 年之前
  Roger Dingledine e761cc9750 my assert.h takes extra pains to be certain to _re-include_ 21 年之前
  Nick Mathewson 67f14032b1 Handle strlcat/strlcpy correctly on platforms that have them. 21 年之前
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) 21 年之前
  Nick Mathewson ce79bab7f1 Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). 21 年之前
  Roger Dingledine 4689243242 make sure options.MaxConn can be reached 21 年之前
  Nick Mathewson ce5709184b Pass with -Wstrict-prototypes 21 年之前
  Nick Mathewson 22dc19b590 snprintf wrapper with consistant (though not C99) overflow behavior 21 年之前
  Nick Mathewson 5d53828c57 Handle more errnos from accept() without closing the connection. This may fix a bug that could close OR listeners when (a) TCP connections were hung up before accept() could be called, or (b) during FD exhaustion. 21 年之前
  Nick Mathewson 6899b8001a Check for low _MSC_VER, not high. On windows, always use winsock. 21 年之前
  Roger Dingledine c4c6ee7d61 add winsock if you've got it, regardless of whether you're msv 21 年之前
  Nick Mathewson 69d7b468b4 Refactor parse-addr-mask-and-port-range into a separate function 21 年之前
  Nick Mathewson f619c4603e Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=NULL are equivalent 21 年之前
  Nick Mathewson f359389866 Oops; make sure that break; and continue; work within SMARTLIST_FOREACH 21 年之前
  Nick Mathewson 5e80944c52 Use token-pasting magic to make nested SMARTLIST_FOREACH work. 21 年之前