aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
AgeCommit message (Expand)Author
2023-06-23Add congestion control tests to build.Mike Perry
2023-05-10test_hs_pow: add test vectors for our hs_pow client puzzleMicah Elizabeth Scott
2023-04-06Prop#329 Tests: Add tests for the conflux poolMike Perry
2023-04-06Prop#329 Tests: Add tests for conflux cells.David Goulet
2022-02-22Add test for TAP vs ntor2+ntor3 onion queue orderingMike Perry
2021-09-28test: Add sandbox unit testsSimon South
2021-08-26Initial backend for an ntor-v3 implementation.Nick Mathewson
2021-04-23Merge branch 'tor-gitlab/mr/327'David Goulet
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-24Add tests for parsing and selecting directory ports.Nick Mathewson
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-18Merge branch 'bug40168+34088-035-v3' into bug40168+34088-035-v3-masterMike Perry
2021-02-18Add CBT unit test for Xm and alpha estimation.Mike Perry
2021-02-18Completely ignore abandoned circs from circ timeout calcMike Perry
2020-10-27test: Add test for onion service metrics moduleDavid Goulet
2020-10-27test: Metrics tests for lib/ and feature/David Goulet
2020-10-07Remove long-obsolete members from the state file.Nick Mathewson
2020-09-23Implement IPv6 sybil protection.vnepveu
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-01-21test: Add HS onion balance testsDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2020-01-06test: Implement haproxySuphanat Chunhapanya
2019-11-20New unit tests for options_create_directories().Nick Mathewson
2019-11-05Merge remote-tracking branch 'tor-github/pr/1477'teor
2019-11-05test: Split stats into its own fileteor
2019-10-28ewma: Implement unit testsDavid Goulet
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-16Bump copyright date to 2019.Nick 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