summaryrefslogtreecommitdiff
path: root/src/common/container.h
AgeCommit message (Expand)Author
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-13Fix some types on container fnsNick Mathewson
2015-08-11Fix typo in comment about digest256map_tDavid Goulet
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Fix the position-check for ed25519 certs to work with annotationsNick Mathewson
2015-03-02Fix formattingAndrea Shepard
2015-02-20Merge remote-tracking branch 'public/bug11454_11457'Nick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick Mathewson
2015-01-09Rewrite the logic for deciding when to drop old/superseded certificatesNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-31Refactor {str,digest}map into a common implementation; add digest256mapNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-09Add unittests for finding the third quartile of a set.George Kadianakis
2014-09-02Make iter for DECLARE_TYPED_DIGESTMAP_FNS be a pointer.Nick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-14gcc/clang: Mark macro-generated functions as possible unusedSebastian Hahn
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
2013-02-23Remove some totally unused functionsNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-07-18Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-13New smartlist function to see if two lists of strings are equal.Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick 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-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-12Enhance pqueue so we can remove items from the middle.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-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson