summaryrefslogtreecommitdiff
path: root/src/common/ht.h
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-22Add a quick macro to calculate hashtable memory usageNick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-10Fix a harmless-to-us bug in ht.h.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson
2008-02-21 r14374@tombo: nickm | 2008-02-21 16:57:39 -0500Nick Mathewson
2007-09-28 r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400Nick Mathewson
2007-08-01 r13873@Kushana: nickm | 2007-07-31 10:54:05 -0700Nick Mathewson
2007-06-17 r13477@catbus: nickm | 2007-06-17 14:22:03 -0400Nick Mathewson
2007-05-24 r12933@catbus: nickm | 2007-05-24 14:10:28 -0400Nick Mathewson
2007-05-18 r12790@catbus: nickm | 2007-05-18 17:24:26 -0400Nick Mathewson
2007-05-18 r12980@Kushana: nickm | 2007-05-18 14:11:05 -0400Nick Mathewson
2006-10-20 r9304@dhcp-18-188-67-85: nickm | 2006-10-20 12:22:46 -0400Nick Mathewson
2006-09-25Backport candidate: remove dangerous free(0) on hashtable initNick Mathewson
2006-07-27Fix a bug in HT_REMOVE.Nick Mathewson
2006-07-27Get better numbers out of HT_REP_OKNick Mathewson
2006-04-18mainline branch. Remove some more dead XXXs.Nick Mathewson
2006-03-13Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...Nick Mathewson
2005-12-14Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson
2005-12-14Make hashtables use a little less space on 64-bit architectures.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-11-26HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson