summaryrefslogtreecommitdiff
path: root/src/common/ht.h
AgeCommit message (Expand)Author
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