Age | Commit message (Expand) | Author |
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson |
2019-04-15 | Document check for 30176, since it's a bit subtle. | Nick Mathewson |
2019-04-15 | Add test to verify that unused pointers are NULL. | Tobias Stoeckmann |
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson |
2019-03-25 | Add a smartlist_grow() function to expand a smartlist | Nick Mathewson |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson |
2019-01-02 | Circuit padding tests. | George Kadianakis |
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson |
2018-06-26 | Finish renaming digestset_contains to digestset_probably_contains | Nick Mathewson |
2018-06-26 | Refactor bloom filter logic not to be digest-specific. | Nick Mathewson |
2018-06-22 | Remove bloom filters, order statistics, and bitarrays from container.h | Nick Mathewson |
2018-06-21 | Rectify include paths (automated) | Nick Mathewson |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson |
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft |
2017-10-03 | Make the fp_pair_map tests cover {get,set}_by_digests | Nick Mathewson |
2017-08-24 | Fix operator usage in src/test/*.c | Alexander Færøy |
2017-08-03 | Switch to offsetof() | Neel Chauhan |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2016-11-30 | Add a smartlist_remove_keeporder() function, with tests. | Nick Mathewson |
2016-10-27 | Convert remaining files to smartlist_add_strdup | overcaffeinated |
2016-07-28 | Fix all -Wshadow warnings on Linux | Nick Mathewson |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2015-08-14 | Fix an overzealous compiler warning in the tests | Nick Mathewson |
2015-08-13 | Increase unit test coverage on container.c | Nick Mathewson |
2015-06-29 | More tweaks for windows compilation. (ick) | Nick Mathewson |
2015-05-28 | Fix the position-check for ed25519 certs to work with annotations | Nick Mathewson |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson |
2014-11-12 | Fix wide lines (from 13172) | Nick Mathewson |
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson |
2014-09-16 | clean up eol whitespace from coccinelle-generated patches | Nick Mathewson |
2014-09-16 | Remove the legacy_test_helper and legacy_setup wrappers | Nick Mathewson |
2014-09-15 | Use coccinelle scripts to clean up our unit tests | Nick Mathewson |
2014-09-09 | Add unittests for finding the third quartile of a set. | George Kadianakis |
2014-09-02 | Fix more (void*)11 warnings in the tests | Nick Mathewson |
2014-09-02 | Use real pointers in unit tests, not (void*)101 etc | Nick Mathewson |
2013-09-23 | Use tt_ptr_op, not test_eq, for pointer comparisons in tests | Nick Mathewson |
2013-08-02 | Unit test for smartlist_ints_eq | Nick Mathewson |
2013-05-10 | Merge bug5595-v2-squashed into maint-0.2.4 | Andrea Shepard |
2013-05-09 | Add some unit tests for fp_pair_map_t to test/containers.c based on the strma... | Andrea Shepard |
2013-01-16 | Aftermath of isin->contains renaming | Nick Mathewson |
2013-01-16 | Rename *_isin to *_contains | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2013-01-03 | Merge branch 'ntor-resquashed' | Nick Mathewson |
2013-01-02 | Add a data-invariant linear-search map structure | Nick Mathewson |
2012-11-02 | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently | Nick Mathewson |
2012-10-23 | Make unit test for bug7191 work with new smartlist_new() name | Nick Mathewson |
2012-10-23 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson |