Commit History

Author SHA1 Message Date
  Nick Mathewson a942441615 r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400 18 years ago
  Nick Mathewson b2cc52fa02 Speed up eat_whitespace by a lot. 18 years ago
  Nick Mathewson 6b716fdfb9 NEEDS REVIEW. Act on previous comment, and handle named servers differently: now, we allow multiple servers with the same name in the routerlist even if that name is reserved, but we check whether names are reserved when we try to look up routers by nickname. This is a minor security fix. This makes router_add_to_routerlist O(1). This is a backport candidate. 18 years ago
  Nick Mathewson 5ebb949c9f Stop searching routerlist for routers with the same identity as other routers (on router insert): we already have a map for that. (We need to add an index field to routerinfo_t so we can figure out which point in the routerlist to replace.) Also, add a comment to routerlist.c; arma, please advise? 18 years ago
  Nick Mathewson 2d4950c837 Malloc and friends are critical-path: Thus, add an it-wont-happen branch prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer. 18 years ago
  Nick Mathewson 7b0ec744bc Switch routerlist.c to using memcmp on digests rather than crypto_pk_cmp_keys(); speed up find_whitespace a lot (8x for me) by using a switch statement. This should speed parsing a lot of routers at once by a lot. 18 years ago
  Roger Dingledine e9abe750ea eventdns patch from Adam Langley 18 years ago
  Nick Mathewson 4bc42f4c18 Fix a bogus free() in eventdns.c. Bug reported by xiando. 18 years ago
  Nick Mathewson 93beeac01d Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS) 18 years ago
  Andrew Lewman 8648b1133b Fix a mis-spelled Privoxy. 18 years ago
  Roger Dingledine 0494e271e7 good god, that was a bad idea. i've built 500 circuits in the past 5 18 years ago
  Roger Dingledine 4920b9d1cc Fix two bugs: first, "extendcircuit" would crash if you gave it a purpose. 18 years ago
  Nick Mathewson 7c325df016 r8841@Kushana: nickm | 2006-09-17 16:20:16 -0400 18 years ago
  Nick Mathewson 65974f82fa r8839@Kushana: nickm | 2006-09-17 16:11:59 -0400 18 years ago
  Nick Mathewson 547624dcff r8837@Kushana: nickm | 2006-09-17 15:58:04 -0400 18 years ago
  Roger Dingledine d26306907a a few more todo changes 18 years ago
  Roger Dingledine b049b1b014 build testing circuits more rapidly. this has a failure mode 18 years ago
  Andrew Lewman 3b0355d3b2 Re-create symlinks through cp. 18 years ago
  Nick Mathewson 2b0057991b r8821@Kushana: nickm | 2006-09-15 16:19:16 -0400 18 years ago
  Roger Dingledine bfa78b3dea actually, do the bandwidth test anyway, if you've been up at 18 years ago
  Roger Dingledine a51ec44466 avoid thrashing the bandwidth exercise when we change IPs a lot. 18 years ago
  Roger Dingledine eb941420fc two todo items 18 years ago
  Roger Dingledine c22dc94fe6 make my bandwidth exercises actually happen 18 years ago
  Roger Dingledine 769f9201a6 Send out a burst of long-range drop cells after we've established that 18 years ago
  Peter Palfrader ba091ae5d7 r9770@danube: weasel | 2006-09-15 07:20:05 +0200 18 years ago
  Peter Palfrader 5beb114744 r9767@danube: weasel | 2006-09-15 06:27:48 +0200 18 years ago
  Nick Mathewson e58b9c1151 r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400 18 years ago
  Nick Mathewson ce83f43629 r8817@Kushana: nickm | 2006-09-14 18:31:29 -0400 18 years ago
  Roger Dingledine 9d0fbfd530 we should add a preamble to tor-design saying it's out of date. 18 years ago
  Peter Palfrader e20704e9c9 r9759@danube: weasel | 2006-09-14 07:14:37 +0200 18 years ago