aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.c
Commit message (Expand)AuthorAge
* Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson2014-03-14
* Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
* Tweak #6752 patch based on comments by nickm.Karsten Loesing2013-05-24
* Lower dir fetch retry schedules in testing networks.Karsten Loesing2013-05-16
* Rename *_isin to *_containsNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ...Andrea Shepard2012-10-23
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Port over the last ht.h changes from libevent: avoid _reserved identifiersNick Mathewson2012-02-13
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-23
|\
| * Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson2011-11-23
| |\
| | * Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\| |
| * | Improve documentation of smartlist_split_stringRobert Ransom2011-06-22
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| |
| * | Increase the length of the buffer in smartlist_string_num_isin().Nick Mathewson2011-05-15
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| |
| * | New smartlist function to see if two lists of strings are equal.Nick Mathewson2011-05-13
* | | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| |
| * | Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
| * | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\|
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\| |
| * | Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Implement a basic node and nodelist typeNick Mathewson2010-10-01
|/ /
* | Rename log.h to torlog.hNick Mathewson2010-07-09
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Fix comment typos in container.cNick Mathewson2009-12-15
* | Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | Fix two bugs found by Coverity scan.Nick Mathewson2009-10-19
* | Add a function to get the most frequent member of a list.Nick Mathewson2009-10-15
* | Add a median_int32 and find_nth_int32Nick Mathewson2009-09-14
|/
* Spell-check Tor.Nick Mathewson2009-05-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson2009-01-20
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Document our Bloom filter parameter choices.Nick Mathewson2008-12-26
* Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson2008-12-26
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Revert my older supposed gcc-4.4 warning workaround. GCC was not being needl...Nick Mathewson2008-11-26
* Resolve a warning under gcc 4.4 trunk.Nick Mathewson2008-11-22