Commit History

Author SHA1 Message Date
  Nick Mathewson f1de329e78 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 13 years ago
  Nick Mathewson 1a07348a50 Bump copyright statements to 2011 13 years ago
  Nick Mathewson b006e3279f Merge remote branch 'origin/maint-0.2.1' 14 years ago
  Nick Mathewson c3e63483b2 Update Tor Project copyright years 14 years ago
  Nick Mathewson cb18fc2190 Merge commit 'origin/maint-0.2.1' 15 years ago
  Nick Mathewson ec7e054668 Spell-check Tor. 15 years ago
  Nick Mathewson 793e97bb2a Add a quick macro to calculate hashtable memory usage 15 years ago
  Karsten Loesing 9b32e8c141 Update copyright to 2009. 15 years ago
  Karsten Loesing 4ebcc4da34 Update copyright to 2009. 15 years ago
  Nick Mathewson 0fe5ce423a Fix a harmless-to-us bug in ht.h. 15 years ago
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Nick Mathewson e8a3fa91a6 Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. 15 years ago
  Nick Mathewson 69300eb606 r14374@tombo: nickm | 2008-02-21 16:57:39 -0500 16 years ago
  Nick Mathewson 38ac9f6005 r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400 16 years ago
  Nick Mathewson d5c78593d2 r13873@Kushana: nickm | 2007-07-31 10:54:05 -0700 17 years ago
  Nick Mathewson 5adfa09fce r13477@catbus: nickm | 2007-06-17 14:22:03 -0400 17 years ago
  Nick Mathewson 79707437d9 r12933@catbus: nickm | 2007-05-24 14:10:28 -0400 17 years ago
  Nick Mathewson 7a61357250 r12790@catbus: nickm | 2007-05-18 17:24:26 -0400 17 years ago
  Nick Mathewson a187704872 r12980@Kushana: nickm | 2007-05-18 14:11:05 -0400 17 years ago
  Nick Mathewson c8c36dd227 r9304@dhcp-18-188-67-85: nickm | 2006-10-20 12:22:46 -0400 17 years ago
  Nick Mathewson 0f8491a254 Backport candidate: remove dangerous free(0) on hashtable init 17 years ago
  Nick Mathewson 8786b4b88e Fix a bug in HT_REMOVE. 18 years ago
  Nick Mathewson 45c3a4365f Get better numbers out of HT_REP_OK 18 years ago
  Nick Mathewson 8a13a7cfe8 mainline branch. Remove some more dead XXXs. 18 years ago
  Nick Mathewson 0bc19dddf5 Use INLINE (which we define) instead of __inline (which is nonstandard) in ht.h. Resolves bug 270; maybe sun C will work now. 18 years ago
  Nick Mathewson 9482b1b9d5 Choose directory servers from routerstatus list, not from routerinfo list. This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories. 18 years ago
  Nick Mathewson 7e6a41af93 Make hashtables use a little less space on 64-bit architectures. 18 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Nick Mathewson 72cb64406a HT_NEXT invalidates the last iterator; fix rmv-related segfault. 18 years ago
  Nick Mathewson a39269572f Replace balanced trees with hash tables: this should make stuff significantly faster. 18 years ago