Nick Mathewson
|
f599adf40a
r11909@catbus: nickm | 2007-02-24 02:37:40 -0500
|
17 years ago |
Nick Mathewson
|
3c691b9da6
r11785@catbus: nickm | 2007-02-12 20:27:48 -0500
|
17 years ago |
Nick Mathewson
|
759c58151e
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
|
17 years ago |
Nick Mathewson
|
f02be02356
r11639@catbus: nickm | 2007-02-05 13:33:38 -0500
|
18 years ago |
Nick Mathewson
|
fefba95363
r11629@catbus: nickm | 2007-02-02 15:06:17 -0500
|
18 years ago |
Nick Mathewson
|
4cd302a1eb
r11722@Kushana: nickm | 2006-12-28 13:51:42 -0500
|
18 years ago |
Nick Mathewson
|
e58b9c1151
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
|
18 years ago |
Nick Mathewson
|
42a5d7a4ba
r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700
|
18 years ago |
Nick Mathewson
|
09a895e222
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
|
18 years ago |
Nick Mathewson
|
d934607069
r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400
|
18 years ago |
Nick Mathewson
|
2fe537c57a
r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400
|
18 years ago |
Nick Mathewson
|
e2697a62ac
When requesting or serving resources via fingerprint/digest, request and respond in-order, removing duplicates.
|
18 years ago |
Nick Mathewson
|
78428dccdb
Add smartlist_reverse and smartlist_pop_last.
|
18 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 years ago |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
19 years ago |
Nick Mathewson
|
ce3cdecb9d
Make more arguments const; do not call hash tables trees.
|
19 years ago |
Nick Mathewson
|
9cec3a13f5
remove some functions that are not used; #if0 out some files that are not likely to be used.
|
19 years ago |
Nick Mathewson
|
05482a0899
Add functions to return number of elts in associative containers
|
19 years ago |
Nick Mathewson
|
a39269572f
Replace balanced trees with hash tables: this should make stuff significantly faster.
|
19 years ago |
Roger Dingledine
|
a2a4f4ae61
cleanups and a smidgen more docs
|
19 years ago |
Nick Mathewson
|
5828f8920e
Add a "Map from digest to void*" abstraction, since we already faked it in 3 places by encoding keys in hex and sticking them in a strmap.
|
19 years ago |
Nick Mathewson
|
0349598928
stupid gcc. stupid nickm.
|
19 years ago |
Nick Mathewson
|
95514b32a5
Make smartlist_foreach always use the fast versions.
|
19 years ago |
Nick Mathewson
|
cf73ff195b
Actually, use #defines for common case. Nothing to see here.
|
19 years ago |
Nick Mathewson
|
768160c872
Inline key smartlist functions; use fast versions by default.
|
19 years ago |
Nick Mathewson
|
2689cb081b
We have so many special cases for smartlists of strings, why not add a sort function?
|
19 years ago |
Nick Mathewson
|
24bfac635d
Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx variable.
|
19 years ago |
Nick Mathewson
|
035b1953eb
Add sorting/searching to smartlist
|
19 years ago |
Nick Mathewson
|
18c11eb3bc
Be consistent about preferring foo* to struct foo*
|
19 years ago |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
19 years ago |