summaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2006-10-20 r9304@dhcp-18-188-67-85: nickm | 2006-10-20 12:22:46 -0400Nick Mathewson
2006-10-07minor cleanupsRoger Dingledine
2006-09-29 r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson
2006-09-15 r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson
2006-08-31 r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson
2006-08-03turn future seg faults into assertsRoger Dingledine
2006-07-31 r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400Nick Mathewson
2006-07-31 r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400Nick Mathewson
2006-06-22Ooh, that could have been bad. Sort digests as digests, not strings.Nick Mathewson
2006-06-21When requesting or serving resources via fingerprint/digest, request and resp...Nick Mathewson
2006-06-18Add smartlist_reverse and smartlist_pop_last.Nick Mathewson
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