summaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2006-02-09Happy new year!Roger Dingledine
2006-01-02check for integer overflows in more places, when adding elements toRoger Dingledine
2005-12-31whitespace fixesRoger Dingledine
2005-12-14Make hashtables use a little less space on 64-bit architectures.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-03Make more arguments const; do not call hash tables trees.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-26HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson
2005-11-25Bandaid workaround to make cvs not crash tor clients.Roger Dingledine
2005-11-23Add functions to return number of elts in associative containersNick Mathewson
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-01cleanups and a smidgen more docsRoger Dingledine
2005-10-18Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...Nick Mathewson
2005-10-18Inline key smartlist functions; use fast versions by default.Nick Mathewson
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