Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-07-15 | Add support for patterns on %include #25140 | Daniel Pinto | |
Also adds generic tor_glob function to expand globs. | |||
2020-05-14 | test: Move the origin circuit function to test helpers | teor | |
Part of 33222. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2020-01-06 | test: HAPRoxy protocol | Suphanat Chunhapanya | |
2019-06-11 | Rework orconn tracking to use pubsub | Taylor Yu | |
Part of ticket 29976. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-09-15 | Add unittest for HiddenServiceExportCircuitID. | George Kadianakis | |
Had to move a function to test helpers. | |||
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-07-13 | test: Add HS v2 service configuration unit tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-07-07 | test: Add client-side unittests for e2e rend circuits. | George Kadianakis | |
2017-07-07 | test: Move some test code to test helpers. | George Kadianakis | |
Move code to create connection streams and rend_data structures to test_helpers so that we can use them from the e2e rendezvous circuit unittests. | |||
2017-04-27 | Clean up mentions of 'zlib' and rename the mentions to 'compressed'. | Alexander Færøy | |
This patch cleans up in various places where 'zlib' is mentioned. | |||
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2017-01-03 | Fix unit test failures in response to DNS hijacking. | Nick Mathewson | |
Some DNS NXDOMAIN hijackers hijack truly ridiculous domains, like "invalid-stuff!!" or "1.2.3.4.5". This would provoke unit test failures where we used addresses like that to force tor_addr_lookup() to fail. The fix, for testing, is to mock tor_addr_lookup() with a variant that always fails when it gets a name with a !. Fixes bugs 20862 and 20863. | |||
2016-11-24 | moving useful test helper to test_helpers.h | Chelsea H. Komlo | |
2016-11-04 | test: Add prop224 directory fetch/upload unit tests | George Kadianakis | |
Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net> | |||
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-02-18 | Combine test_helpers.[ch] and testhelper.[ch] | Nick Mathewson | |
2015-02-18 | Unittest prep: Move get_yesterday_date_str() to helper file. | George Kadianakis | |
We want to use this function in our guardfraction unittests, so make a test_helpers module and move it there. |