aboutsummaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2016-09-06Fix a comment typo in smartlist_get_most_frequent_()teor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Simple fix for integer overflow in smartlist_heapify.Nick Mathewson
2016-02-11Merge branch 'maint-0.2.7'Nick Mathewson
2016-02-11Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-02-11Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-02-11Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-02-11Make ensure_capacity a bit more pedantically correctNick Mathewson
2016-01-27avoid integer overflow in and around smartlist_ensure_capacity.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-09-09Keep unused smartlist storage zeroedSebastian Hahn
2015-08-13Fix some types on container fnsNick Mathewson
2015-05-28Fix the position-check for ed25519 certs to work with annotationsNick Mathewson
2015-01-10More documentation for proposal 227 workNick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick 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-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-21Avoid performing an assert on an always-true valueNick Mathewson
2014-08-13Fix whitespace issuesNick Mathewson
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-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2013-05-24Tweak #6752 patch based on comments by nickm.Karsten Loesing
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
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