コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson e8585dfe97 Remove length restriction when generating directories. 19 年 前
  Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file. 19 年 前
  Nick Mathewson d19648b314 Renormalize whitespace 19 年 前
  Nick Mathewson ac759adb43 Make unit tests work on win32 19 年 前
  Nick Mathewson fc87758ff3 Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 19 年 前
  Nick Mathewson c8abe1907d Rename parse_address to parse_extended_hostname (since we have other kinds of addresses); make its output an enum; support HEXDIGEST.exit hostnames. 19 年 前
  Nick Mathewson 6507be4290 Implement new version format for post 0.1. 19 年 前
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 年 前
  Roger Dingledine c1dc17e6e2 put in initial support for ".nickname.exit" addresses, to let alice 19 年 前
  Nick Mathewson f7c6ad065e correct multiple internal spaces 19 年 前
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 19 年 前
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 19 年 前
  Roger Dingledine d7fb38cfe3 update unit tests to reflect changed interface 19 年 前
  Nick Mathewson 22dba27d8d Normalize a few more kinds of whitespace. We now dislike: 19 年 前
  Nick Mathewson a8f9ba91db Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them. 19 年 前
  Nick Mathewson 5109de5626 Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. 19 年 前
  Nick Mathewson 5a5be93f80 Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c 19 年 前
  Nick Mathewson cd753df7bf Resolve many XXXs and all DOCDOCs 19 年 前
  Nick Mathewson 0059ee5fea More tests for split 19 年 前
  Roger Dingledine 394554cfbf Clean up copyrights. 19 年 前
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 19 年 前
  Nick Mathewson 9d604ec615 Add code to read configuration lines from a string as well as a file 19 年 前
  Nick Mathewson 451f8b5045 - Implement all of control interface except authentication, setconfig, 19 年 前
  Nick Mathewson ad4dc74482 Use a stricter set of warnings; make them all pass. 19 年 前
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) 19 年 前
  Nick Mathewson ce5709184b Pass with -Wstrict-prototypes 19 年 前
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf 19 年 前
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 19 年 前
  Nick Mathewson 6899b8001a Check for low _MSC_VER, not high. On windows, always use winsock. 19 年 前
  Nick Mathewson e5049d5aa3 Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to 19 年 前