aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.h
Commit message (Expand)AuthorAge
* 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