index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
ht.h
Age
Commit message (
Expand
)
Author
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-02-14
Make ht.h conform to Tor's code style again
Sebastian Hahn
2012-02-13
Port over the last ht.h changes from libevent: avoid _reserved identifiers
Nick Mathewson
2012-02-13
Port over ht.h improvements from Libevent.
Nick Mathewson
2012-02-13
ht.h comment tweaks, upstreamed from libevent
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-05-27
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-22
Add a quick macro to calculate hashtable memory usage
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-01-10
Fix a harmless-to-us bug in ht.h.
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-29
Use 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 -0500
Nick Mathewson
2007-09-28
r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400
Nick Mathewson
2007-08-01
r13873@Kushana: nickm | 2007-07-31 10:54:05 -0700
Nick Mathewson
2007-06-17
r13477@catbus: nickm | 2007-06-17 14:22:03 -0400
Nick Mathewson
2007-05-24
r12933@catbus: nickm | 2007-05-24 14:10:28 -0400
Nick Mathewson
2007-05-18
r12790@catbus: nickm | 2007-05-18 17:24:26 -0400
Nick Mathewson
2007-05-18
r12980@Kushana: nickm | 2007-05-18 14:11:05 -0400
Nick Mathewson
2006-10-20
r9304@dhcp-18-188-67-85: nickm | 2006-10-20 12:22:46 -0400
Nick Mathewson
2006-09-25
Backport candidate: remove dangerous free(0) on hashtable init
Nick Mathewson
2006-07-27
Fix a bug in HT_REMOVE.
Nick Mathewson
2006-07-27
Get better numbers out of HT_REP_OK
Nick Mathewson
2006-04-18
mainline branch. Remove some more dead XXXs.
Nick Mathewson
2006-03-13
Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...
Nick Mathewson
2005-12-14
Choose directory servers from routerstatus list, not from routerinfo list. T...
Nick Mathewson
2005-12-14
Make hashtables use a little less space on 64-bit architectures.
Nick Mathewson
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-11-26
HT_NEXT invalidates the last iterator; fix rmv-related segfault.
Nick Mathewson
2005-11-23
Replace balanced trees with hash tables: this should make stuff significantly...
Nick Mathewson