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
/
container.h
Age
Commit message (
Expand
)
Author
2007-08-17
redefine BITARRAY_MASK as a function of BITARRAY_SHIFT
Peter Palfrader
2007-08-08
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Nick Mathewson
2007-07-27
r13934@catbus: nickm | 2007-07-27 10:41:00 -0400
Nick Mathewson
2007-07-27
Maybe fix #471. Compute the size of bitfields more correctly. Nick, please ...
Peter Palfrader
2007-07-26
r13926@catbus: nickm | 2007-07-26 17:21:06 -0400
Nick Mathewson
2007-07-02
Make it build with -O0 as well
Peter Palfrader
2007-07-02
Make DEBUG_SMARTLIST work
Peter Palfrader
2007-06-17
r13477@catbus: nickm | 2007-06-17 14:22:03 -0400
Nick Mathewson
2007-06-17
r13476@catbus: nickm | 2007-06-17 14:04:41 -0400
Nick Mathewson
2007-06-11
r13358@catbus: nickm | 2007-06-11 18:46:24 -0400
Nick Mathewson
2007-06-11
r13354@catbus: nickm | 2007-06-11 18:17:40 -0400
Nick Mathewson
2007-06-04
r13243@catbus: nickm | 2007-06-04 15:17:15 -0400
Nick Mathewson
2007-05-29
r13050@catbus: nickm | 2007-05-29 13:31:11 -0400
Nick Mathewson
2007-05-19
r12812@catbus: nickm | 2007-05-19 16:17:36 -0400
Nick Mathewson
2007-05-18
r12980@Kushana: nickm | 2007-05-18 14:11:05 -0400
Nick Mathewson
2007-02-26
more cleanups; getting closer
Roger Dingledine
2007-02-24
r11909@catbus: nickm | 2007-02-24 02:37:40 -0500
Nick Mathewson
2007-02-13
r11785@catbus: nickm | 2007-02-12 20:27:48 -0500
Nick Mathewson
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2007-02-05
r11639@catbus: nickm | 2007-02-05 13:33:38 -0500
Nick Mathewson
2007-02-02
r11629@catbus: nickm | 2007-02-02 15:06:17 -0500
Nick Mathewson
2006-12-28
r11722@Kushana: nickm | 2006-12-28 13:51:42 -0500
Nick Mathewson
2006-09-15
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
Nick Mathewson
2006-08-11
r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700
Nick Mathewson
2006-08-11
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
Nick Mathewson
2006-07-31
r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400
Nick Mathewson
2006-07-31
r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400
Nick Mathewson
2006-06-21
When requesting or serving resources via fingerprint/digest, request and resp...
Nick Mathewson
2006-06-18
Add smartlist_reverse and smartlist_pop_last.
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-03
Make more arguments const; do not call hash tables trees.
Nick Mathewson
2005-11-30
remove some functions that are not used; #if0 out some files that are not lik...
Nick Mathewson
2005-11-23
Add functions to return number of elts in associative containers
Nick Mathewson
2005-11-23
Replace balanced trees with hash tables: this should make stuff significantly...
Nick Mathewson
2005-11-01
cleanups and a smidgen more docs
Roger Dingledine
2005-10-18
Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...
Nick Mathewson
2005-10-18
stupid gcc. stupid nickm.
Nick Mathewson
2005-10-18
Make smartlist_foreach always use the fast versions.
Nick Mathewson
2005-10-18
Actually, use #defines for common case. Nothing to see here.
Nick Mathewson
2005-10-18
Inline key smartlist functions; use fast versions by default.
Nick Mathewson
2005-09-12
We have so many special cases for smartlists of strings, why not add a sort f...
Nick Mathewson
2005-09-11
Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...
Nick Mathewson
2005-09-09
Add sorting/searching to smartlist
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-04-03
Add useful smartlist_string_remove function.
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-01-12
clean up smartlist_string_isin so callers don't have to manage bufs
Roger Dingledine
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
[next]