Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Nick Mathewson ec82db6995 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400 19 gadi atpakaļ
  Nick Mathewson 4ff4577beb r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400 19 gadi atpakaļ
  Roger Dingledine c9b8458f59 publish a new descriptor after we hup. this is important if our 19 gadi atpakaļ
  Roger Dingledine 00aefaab6b think harder about my logic 19 gadi atpakaļ
  Roger Dingledine 2d6a4d283b i lied, that won't work at all. maybe this will. 19 gadi atpakaļ
  Roger Dingledine 444f096d2d more bulletproof reachability testing 19 gadi atpakaļ
  Roger Dingledine 2249180b60 bugfix: if you find yourself reachable, then don't ever make any client 19 gadi atpakaļ
  Nick Mathewson 7fcb267e24 Oh. And apparently, msvc6 doesnt think very much of doing u64-and-double arithmetic either. 19 gadi atpakaļ
  Roger Dingledine 42e2057d67 fix some more places where we shouldn't crash if we can't build 19 gadi atpakaļ
  Nick Mathewson e572d5990c MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t and double, and needs more persuasion than usual to cast one to the other. Issue identified by Frediano Ziglio; patch revised for minimal impact on non-MSVC6 compilers. 19 gadi atpakaļ
  Roger Dingledine 05d0b70573 Get rid of the router_retry_connections notion. Now routers no longer 19 gadi atpakaļ
  Roger Dingledine 4e4cc9aa27 lower the number of seconds before we yell about clock jump. 19 gadi atpakaļ
  Roger Dingledine 0bfef523df simplify the tortls api: we only support being a "server", that 19 gadi atpakaļ
  Nick Mathewson 853e2d99b6 Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 19 gadi atpakaļ
  Roger Dingledine 48be472e4f clean up a comment 19 gadi atpakaļ
  Roger Dingledine 27624a3024 stop telling people that "tor -h" will help them in any way. 19 gadi atpakaļ
  Roger Dingledine 3c86402cc2 petty cleanups 19 gadi atpakaļ
  Roger Dingledine 07ff409876 no need to escape the address for our connections -- they are 19 gadi atpakaļ
  Peter Palfrader beb9e0721a Stop assuming every authority is a v1 authority 19 gadi atpakaļ
  Roger Dingledine 12d461a245 make DirFetchPeriod and StatusFetchPeriod truly obsolete. 19 gadi atpakaļ
  Roger Dingledine 6f08d121d9 Refactor and consolidate addr/exit policies into a new policies.c. 19 gadi atpakaļ
  Roger Dingledine 51a3981d10 stop caching the v1 directory so often. 19 gadi atpakaļ
  Roger Dingledine 1db263ac3c stop writing the "router.desc" file, ever. nothing uses it anymore. 19 gadi atpakaļ
  Roger Dingledine a3329036a8 Bugfix: looks like clients since 0.1.1.10-alpha have been 19 gadi atpakaļ
  Roger Dingledine d1d0813cf3 Allow non-printable characters for exit streams (both for 19 gadi atpakaļ
  Roger Dingledine 903183ea28 if we as a directory mirror don't know of any v1 directory 19 gadi atpakaļ
  Roger Dingledine 499eeced44 when event_add or event_del fail, tell us why. 19 gadi atpakaļ
  Nick Mathewson bd8ffccae7 More cleanups noticed by weasel; also, remove macros that nobody uses. 19 gadi atpakaļ
  Nick Mathewson 474c60b743 Cleanup on time-relaqted constants. New conventions: 19 gadi atpakaļ
  Roger Dingledine ef447507ff a better clean-up 19 gadi atpakaļ