aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.h
Commit message (Expand)AuthorAge
* more cleanups; getting closerRoger Dingledine2007-02-26
* r11909@catbus: nickm | 2007-02-24 02:37:40 -0500Nick Mathewson2007-02-24
* r11785@catbus: nickm | 2007-02-12 20:27:48 -0500Nick Mathewson2007-02-13
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson2007-02-05
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r11722@Kushana: nickm | 2006-12-28 13:51:42 -0500Nick Mathewson2006-12-28
* r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson2006-09-15
* r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700Nick Mathewson2006-08-11
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400Nick Mathewson2006-07-31
* r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400Nick Mathewson2006-07-31
* When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson2006-06-21
* Add smartlist_reverse and smartlist_pop_last.Nick Mathewson2006-06-18
* Happy new year!Roger Dingledine2006-02-09
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Make more arguments const; do not call hash tables trees.Nick Mathewson2005-12-03
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Add functions to return number of elts in associative containersNick Mathewson2005-11-23
* Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson2005-11-23
* cleanups and a smidgen more docsRoger Dingledine2005-11-01
* Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson2005-10-18
* stupid gcc. stupid nickm.Nick Mathewson2005-10-18
* Make smartlist_foreach always use the fast versions.Nick Mathewson2005-10-18
* Actually, use #defines for common case. Nothing to see here.Nick Mathewson2005-10-18
* Inline key smartlist functions; use fast versions by default.Nick Mathewson2005-10-18
* We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson2005-09-12
* Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...Nick Mathewson2005-09-11
* Add sorting/searching to smartlistNick Mathewson2005-09-09
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Add useful smartlist_string_remove function.Nick Mathewson2005-04-03
* update copyright notices.Nick Mathewson2005-04-01
* clean up smartlist_string_isin so callers don't have to manage bufsRoger Dingledine2005-01-12
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson2004-11-12
* Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson2004-11-12
* Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson2004-11-03
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01