index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
container.c
Age
Commit message (
Expand
)
Author
2016-11-30
Add a smartlist_remove_keeporder() function, with tests.
Nick Mathewson
2016-09-06
Fix a comment typo in smartlist_get_most_frequent_()
teor (Tim Wilson-Brown)
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Simple fix for integer overflow in smartlist_heapify.
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.7'
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-02-11
Make ensure_capacity a bit more pedantically correct
Nick Mathewson
2016-01-27
avoid integer overflow in and around smartlist_ensure_capacity.
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-10-02
Fix check-spaces complaints
Nick Mathewson
2015-09-09
Keep unused smartlist storage zeroed
Sebastian Hahn
2015-08-13
Fix some types on container fns
Nick Mathewson
2015-05-28
Fix the position-check for ed25519 certs to work with annotations
Nick Mathewson
2015-01-10
More documentation for proposal 227 work
Nick Mathewson
2015-01-10
Implement proposal 227-vote-on-package-fingerprints.txt
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-31
Refactor {str,digest}map into a common implementation; add digest256map
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-02
Another clang analyzer complaint wrt HT_GENERATE
Nick Mathewson
2014-08-29
Introduce full coverage tests for module routerset.c.
dana koch
2014-08-21
Avoid performing an assert on an always-true value
Nick Mathewson
2014-08-13
Fix whitespace issues
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-03-14
Test code for implementation of faster circuit_unlink_all_from_channel
Nick Mathewson
2014-02-12
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2013-05-24
Tweak #6752 patch based on comments by nickm.
Karsten Loesing
2013-05-16
Lower dir fetch retry schedules in testing networks.
Karsten Loesing
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-23
Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ...
Andrea Shepard
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-02-13
Port over the last ht.h changes from libevent: avoid _reserved identifiers
Nick Mathewson
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2011-11-23
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-11-23
Merge remote-tracking branch 'public/bug4230' into maint-0.2.2
Nick Mathewson
2011-11-09
Correct the handling of overflow behavior in smartlist_ensure_capacity
Nick Mathewson
2011-06-22
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-06-22
Improve documentation of smartlist_split_string
Robert Ransom
2011-05-15
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-15
Increase the length of the buffer in smartlist_string_num_isin().
Nick Mathewson
2011-05-15
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-13
New smartlist function to see if two lists of strings are equal.
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023
Nick Mathewson
2011-05-11
Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...
Nick Mathewson
2011-05-11
Hand-conversion and audit phase of memcmp transition
Nick Mathewson
2011-05-11
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
Nick Mathewson
[next]