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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext
/
ht.h
Age
Commit message (
Expand
)
Author
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-08-11
Add some how-to documentation for ht.h. Closes #19896
Nick Mathewson
2016-06-11
Enable -Wnull-dereference (GCC >=6.1), and fix the easy cases
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-01-29
Use HT_BUCKET_NUM_ in more places
Nick Mathewson
2015-01-29
Merge remote-tracking branch 'public/ticket11737'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-06
Add correctness assertions for hashtable iteration
Nick Mathewson
2014-10-30
Silence spurious clang warnings
teor
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-02
Another clang analyzer complaint wrt HT_GENERATE
Nick Mathewson
2014-06-14
Add ATTR_UNUSED to HT_FIND
Nick Mathewson
2014-05-06
Fix compilation with DEBUG_DNS_CACHE
Nick Mathewson
2014-04-19
scan-build: limit hashtable size so it always fits in SSIZE_MAX
Nick Mathewson
2014-02-15
Merge branch 'bug4900_siphash_v2'
Nick Mathewson
2014-02-15
Remove string hash in ht.h so we can't accidentally use it
Nick Mathewson
2014-02-14
gcc/clang: Mark macro-generated functions as possible unused
Sebastian Hahn
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-12
Clean up reserved identifier usage in src/ext include guards
Nick Mathewson
2012-10-11
Move all externally maintained source files into src/ext
Nick Mathewson