aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
AgeCommit message (Expand)Author
2019-10-03Merge branch 'tor-github/pr/1276'George Kadianakis
2019-10-03Unit tests for dirserv_reject_tor_version().Nick Mathewson
2019-08-28Merge branch 'ticket31240v2' into ticket31240v2_merged_2Nick Mathewson
2019-08-28Start on test cases for the multi-object feature of confmgr.Nick Mathewson
2019-08-06test: Add hs_dos.c unit testsDavid Goulet
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson
2019-06-11token-bucket: Implement a single counter objectDavid Goulet
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-02Merge branch 'tor-github/pr/986'George Kadianakis
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Update circuit_timeout test to use deterministic prngNick Mathewson
2019-04-29tests: Implement unit tests for SENDME v1David Goulet
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-25Pubsub: macros for ease-of-use and typesafety.Nick Mathewson
2019-03-25Pubsub: an OO layer on top of lib/dispatchNick Mathewson
2019-03-25Low-level dispatch module for publish-subscribe mechanismNick Mathewson
2019-03-25Add a type to map names to short identifiersNick Mathewson
2019-02-14Extract RNG tests into a new test moduleNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-02Implement and test probability distributions used by WTF-PAD.George Kadianakis
2019-01-02Circuit padding tests.George Kadianakis
2018-12-21Add tests for bootstrap trackerTaylor Yu
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick Mathewson
2018-12-18Actually allow unrecognized address types in NETINFO cellrl1987
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Add new Process subsystem.Alexander Færøy
2018-12-05Merge branch 'prop293_squashed'Nick Mathewson
2018-12-03Add a framework for testing set_routerstatus_from_routerinfo().Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-10-24Re-alphabetize the list of tests in tests.[ch]Nick Mathewson
2018-10-16Add new source file to test targetrl1987
2018-10-01Remove routerparse include from files that dont use itNick Mathewson
2018-10-01Move v2 hs parsing into feature/rendNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-21Move the non-crypto parts of onion.c out of src/core/cryptoNick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Several unit tests to improve test coverage of x509*.cNick Mathewson
2018-08-23Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-23Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-23Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-23Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-24Silence a compilation warning on MSVC 2017 and clang-clteor
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-21Split tls modules and their tests into openssl and generic.Nick Mathewson
2018-08-21Add rudimentary support for PEM-encoding, since NSS doesn't do that.Nick Mathewson
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Implementation for a simple order-preserving encryption scheme.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson