aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.c
Commit message (Expand)AuthorAge
...
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson2006-09-29
* r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson2006-09-15
* r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson2006-08-31
* turn future seg faults into assertsRoger Dingledine2006-08-03
* 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
* Ooh, that could have been bad. Sort digests as digests, not strings.Nick Mathewson2006-06-22
* 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
* check for integer overflows in more places, when adding elements toRoger Dingledine2006-01-02
* whitespace fixesRoger Dingledine2005-12-31
* Make hashtables use a little less space on 64-bit architectures.Nick Mathewson2005-12-14
* 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
* HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson2005-11-26
* Bandaid workaround to make cvs not crash tor clients.Roger Dingledine2005-11-25
* 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
* Inline key smartlist functions; use fast versions by default.Nick Mathewson2005-10-18
* Make doxygen marginally happierNick Mathewson2005-10-06
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Make smartlist_add_all more efficient.Nick Mathewson2005-09-18
* Add documentation to a few functions in container.c; reformat function defini...Nick Mathewson2005-09-13
* make compile slightly happier on const-zealous compilersNick Mathewson2005-09-12
* We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson2005-09-12
* Fix a memory leak in smartlist_string_remove.Nick Mathewson2005-09-12
* Add sorting/searching to smartlistNick Mathewson2005-09-09
* don't crash now that LongLivedPorts can be nullRoger Dingledine2005-09-08
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* cosmetic fixesRoger Dingledine2005-07-18
* slightly cleaner fixRoger Dingledine2005-07-18
* bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine2005-07-18
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* I hear the smart kinds compile before committing. Then they never miss parensNick Mathewson2005-04-03
* Make smartlist_string_remove consistent with smartlist_stringNick Mathewson2005-04-03
* Add useful smartlist_string_remove function.Nick Mathewson2005-04-03
* update copyright notices.Nick Mathewson2005-04-01
* bugfix: make smartlist_join_strings2 actually use the separator/terminatorRoger Dingledine2005-03-22
* Fix strmap_free to release memory actually held by the strmap.Nick Mathewson2005-02-28
* bugfix: actually use the argument to strmap_free()Roger Dingledine2005-02-20
* avoid case (not yet triggered) where smartlists could grow outRoger Dingledine2005-02-19