Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-20 | r9304@dhcp-18-188-67-85: nickm | 2006-10-20 12:22:46 -0400 | Nick Mathewson | |
Change HT_INIT from a special-case to a macro-calling-a-function like the rest of ht.h. This might prevent errors if somebody did, I dunno, "HT_INIT(tp, hashtable++)". Based on a patch from Watson Ladd. svn:r8776 | |||
2006-09-25 | Backport candidate: remove dangerous free(0) on hashtable init | Nick Mathewson | |
svn:r8499 | |||
2006-07-27 | Fix a bug in HT_REMOVE. | Nick Mathewson | |
svn:r6925 | |||
2006-07-27 | Get better numbers out of HT_REP_OK | Nick Mathewson | |
svn:r6924 | |||
2006-04-18 | mainline branch. Remove some more dead XXXs. | Nick Mathewson | |
svn:r6401 | |||
2006-03-13 | Use INLINE (which we define) instead of __inline (which is nonstandard) in ↵ | Nick Mathewson | |
ht.h. Resolves bug 270; maybe sun C will work now. svn:r6153 | |||
2005-12-14 | Choose directory servers from routerstatus list, not from routerinfo list. ↵ | Nick Mathewson | |
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. svn:r5586 | |||
2005-12-14 | Make hashtables use a little less space on 64-bit architectures. | Nick Mathewson | |
svn:r5585 | |||
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ↵ | Nick Mathewson | |
intended. svn:r5582 | |||
2005-11-26 | HT_NEXT invalidates the last iterator; fix rmv-related segfault. | Nick Mathewson | |
svn:r5458 | |||
2005-11-23 | Replace balanced trees with hash tables: this should make stuff ↵ | Nick Mathewson | |
significantly faster. svn:r5441 |