summaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-23Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ...Andrea Shepard
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-02-13Port over the last ht.h changes from libevent: avoid _reserved identifiersNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-23Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson
2011-11-09Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson
2011-06-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-22Improve documentation of smartlist_split_stringRobert Ransom
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Increase the length of the buffer in smartlist_string_num_isin().Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-13New smartlist function to see if two lists of strings are equal.Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-15Fix comment typos in container.cNick Mathewson
2009-12-12Enhance pqueue so we can remove items from the middle.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-19Fix two bugs found by Coverity scan.Nick Mathewson
2009-10-15Add a function to get the most frequent member of a list.Nick Mathewson
2009-09-14Add a median_int32 and find_nth_int32Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-01-20Add a better (non-locale-having) ctypes implementation to avoid protocol and ...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-26Document our Bloom filter parameter choices.Nick Mathewson
2008-12-26Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-11-26Revert my older supposed gcc-4.4 warning workaround. GCC was not being needl...Nick Mathewson
2008-11-22Resolve a warning under gcc 4.4 trunk.Nick Mathewson
2008-10-01Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine
2008-09-05Add an assert to make tools happier.Nick Mathewson
2008-09-01take out the crazy line from last night that made no sense. apparentlyRoger Dingledine
2008-09-01Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.Roger Dingledine