summaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2005-10-06Make doxygen marginally happierNick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-18Make smartlist_add_all more efficient.Nick Mathewson
2005-09-13Add documentation to a few functions in container.c; reformat function defini...Nick Mathewson
2005-09-12make compile slightly happier on const-zealous compilersNick Mathewson
2005-09-12We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson
2005-09-12Fix a memory leak in smartlist_string_remove.Nick Mathewson
2005-09-09Add sorting/searching to smartlistNick Mathewson
2005-09-08don't crash now that LongLivedPorts can be nullRoger Dingledine
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-18cosmetic fixesRoger Dingledine
2005-07-18slightly cleaner fixRoger Dingledine
2005-07-18bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-04-03I hear the smart kinds compile before committing. Then they never miss parensNick Mathewson
2005-04-03Make smartlist_string_remove consistent with smartlist_stringNick Mathewson
2005-04-03Add useful smartlist_string_remove function.Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-22bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine
2005-02-28Fix strmap_free to release memory actually held by the strmap.Nick Mathewson
2005-02-20bugfix: actually use the argument to strmap_free()Roger Dingledine
2005-02-19avoid case (not yet triggered) where smartlists could grow outRoger Dingledine
2005-01-31clarify what smartlist_remove promises, since we rely on it.Roger Dingledine
2005-01-12clean up smartlist_string_isin so callers don't have to manage bufsRoger Dingledine
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07fix commentRoger Dingledine
2004-12-04fix commentRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-03Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson