Commit History

Author SHA1 Message Date
  Nick Mathewson 759c58151e r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 17 years ago
  Nick Mathewson 30e7c05075 r11774@catbus: nickm | 2007-02-12 16:31:47 -0500 17 years ago
  Nick Mathewson f02be02356 r11639@catbus: nickm | 2007-02-05 13:33:38 -0500 17 years ago
  Nick Mathewson fefba95363 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 17 years ago
  Nick Mathewson 5cb99857bc r11620@catbus: nickm | 2007-02-01 13:06:27 -0500 17 years ago
  Nick Mathewson c57ef84fc5 r11987@Kushana: nickm | 2007-01-19 14:57:28 -0500 17 years ago
  Nick Mathewson 39e50cbb48 r9776@totoro: nickm | 2007-01-18 14:37:01 -0500 17 years ago
  Nick Mathewson 093d71762c r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500 17 years ago
  Nick Mathewson 6fbf17e7b0 r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500 17 years ago
  Nick Mathewson 94d7d8d88f r11670@Kushana: nickm | 2006-12-21 12:23:55 -0500 17 years ago
  Nick Mathewson ca516311e3 r11668@Kushana: nickm | 2006-12-20 22:22:53 -0500 17 years ago
  Nick Mathewson 078aab810b r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500 17 years ago
  Nick Mathewson 309c579452 r11581@Kushana: nickm | 2006-12-15 00:12:24 -0500 17 years ago
  Nick Mathewson d6cc235eba r9315@totoro: nickm | 2006-11-13 22:40:59 -0500 17 years ago
  Nick Mathewson 9243e54177 r9313@totoro: nickm | 2006-11-13 20:07:41 -0500 17 years ago
  Nick Mathewson 7551c44a53 r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400 17 years ago
  Andrew Lewman 563be121c2 Add missing return so this builds on mingw. 17 years ago
  Nick Mathewson f07f7a7a12 r8923@totoro: nickm | 2006-10-07 11:44:33 -0400 17 years ago
  Roger Dingledine f2bd0e2f16 more minor cleanups 17 years ago
  Nick Mathewson 4c56ac93ca r8851@totoro: nickm | 2006-10-02 18:13:27 -0400 17 years ago
  Nick Mathewson bff83b666c r8846@totoro: nickm | 2006-10-02 16:59:57 -0400 17 years ago
  Nick Mathewson d75edc35cc r8845@totoro: nickm | 2006-10-02 16:34:58 -0400 17 years ago
  Nick Mathewson 7d366f61cb r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 17 years ago
  Nick Mathewson 8308a37908 r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400 17 years ago
  Nick Mathewson 87648bdcf8 r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400 17 years ago
  Nick Mathewson d3a06684bc r8974@Kushana: nickm | 2006-09-28 17:05:59 -0400 17 years ago
  Nick Mathewson 7c21dabef1 r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400 17 years ago
  Nick Mathewson b2cc52fa02 Speed up eat_whitespace by a lot. 17 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. 17 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. 17 years ago