Commit History

Author SHA1 Message Date
  Nick Mathewson 249ac6cff1 r8912@Kushana: nickm | 2006-09-22 16:18:51 -0400 18 years ago
  Nick Mathewson 0fe8544218 r8843@Kushana: nickm | 2006-09-17 16:57:20 -0400 18 years ago
  Roger Dingledine aa77298819 remove 8888 as a long lived port. i can't remember why it's 18 years ago
  Andrew Lewman 0440d98245 One last change to openssl to get it to compile in mingw. 18 years ago
  Andrew Lewman 66092df5c3 Finally, valid tor.exe directions from scratch with mingw. 18 years ago
  Nick Mathewson e621c97d6e r8906@Kushana: nickm | 2006-09-21 21:23:22 -0400 18 years ago
  Andrew Lewman c2e7e0374e Removed verbose patch output. 18 years ago
  Nick Mathewson f0f3bbc63b r8901@Kushana: nickm | 2006-09-21 20:43:48 -0400 18 years ago
  Nick Mathewson 78f981dbb0 18 years ago
  Nick Mathewson 6b3f6afb58 r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400 18 years ago
  Nick Mathewson 213658f117 r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400 18 years ago
  Roger Dingledine 9bc8d69dfc remove some loud log messages 18 years ago
  Nick Mathewson 29a756af8e Fix a couple of server-side reverse dns bugs 18 years ago
  Nick Mathewson 63395c747c Fix stupid C mistake. Glad I caught that one fast. 18 years ago
  Nick Mathewson 58200f06a5 Fix bug in r8440: base32 uses 5 bytes per char, not 4. 18 years ago
  Nick Mathewson 4f13cb82fd r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400 18 years ago
  Nick Mathewson 59f9487225 r8880@Kushana: nickm | 2006-09-21 17:26:02 -0400 18 years ago
  Nick Mathewson adade79f68 r8879@Kushana: nickm | 2006-09-21 17:20:31 -0400 18 years ago
  Nick Mathewson 7c21dabef1 r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400 18 years ago
  Nick Mathewson 6a1746f98f r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400 18 years ago
  Nick Mathewson d273d52979 r8876@Kushana: nickm | 2006-09-21 16:58:46 -0400 18 years ago
  Nick Mathewson e4a9b4de4e r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400 18 years ago
  Nick Mathewson 04bec67574 r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400 18 years ago
  Nick Mathewson 083e9c2b59 r8873@Kushana: nickm | 2006-09-21 14:38:22 -0400 18 years ago
  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