summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-08-28test_confparse: verify that clearing a routerset sets it to NULL.Nick Mathewson
2019-08-27Merge branch 'tor-github/pr/1267'George Kadianakis
2019-08-27Merge branch 'tor-github/pr/1258'George Kadianakis
2019-08-27Merge branch 'tor-github/pr/1234'George Kadianakis
2019-08-26test_address: parenthesize macro arguments.Nick Mathewson
2019-08-26In tests, make sure that "ri" is freed on all paths.Nick Mathewson
2019-08-26Add test for dirserv_router_has_valid_address()Neel Chauhan
2019-08-26Merge branch 'tor-github/pr/1239'David Goulet
2019-08-23Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...Neel Chauhan
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-23test/nodelist: Add unit tests for describe.cteor
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick Mathewson
2019-08-19Fix a memory-leak warning in test_circuitbuid.cNick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1235'Nick Mathewson
2019-08-19Merge branch 'tor-github/pr/1122'George Kadianakis
2019-08-19Merge branch 'tor-github/pr/1214'George Kadianakis
2019-08-19Merge branch 'tor-github/pr/1154'George Kadianakis
2019-08-19Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_finalGeorge Kadianakis
2019-08-19Merge branch 'tor-github/pr/1213'David Goulet
2019-08-19test/nodelist: Fix a typoteor
2019-08-12Bug 31356: Propogate protover padding support to circpadMike Perry
2019-08-07Merge remote-tracking branch 'tor-github/pr/1208'Nick Mathewson
2019-08-06test_token_bucket: negate after casting to signed type.Nick Mathewson
2019-08-06test_util: Do not check for ENETUNREACH unless it exists.Nick Mathewson
2019-08-06test: Series of fixes for hs_dos.c unit testsDavid Goulet
2019-08-06hs-v3: Add consensus parameters for DoS defensesDavid Goulet
2019-08-06test: Add hs_dos.c unit testsDavid Goulet
2019-08-06hs: Limit the amount of relayed INTRODUCE2David Goulet
2019-08-06Merge branch 'tor-github/pr/1195'George Kadianakis
2019-08-05Rename handle_relay_command to handle_relay_cell_command .George Kadianakis
2019-08-05Test that regular cells get ignored in padding circuits.George Kadianakis
2019-08-01practracker: Add unit tests to test script, and test script to makefileNick Mathewson
2019-07-25Merge branch 'maint-0.4.1'Nick Mathewson
2019-07-25Fix more 32-bit errors with domain and tt_int_opNick Mathewson
2019-07-25Merge branch 'maint-0.4.1'Nick Mathewson
2019-07-25test: Use a 64-bit comparison for logging domains.Nick Mathewson
2019-07-25Merge branch 'maint-0.4.1'David Goulet
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-07-24Fix clang-detected errors related to log_domain_mask_tNick Mathewson
2019-07-23Merge branch 'ticket24963_042_02'Nick Mathewson
2019-07-23Add a test for disallowing single-hop introductions.Nick Mathewson
2019-07-23Merge branch 'tor-github/pr/1116'David Goulet
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-07-03hs-v3: Disallow single hop client to post/get a descriptorDavid Goulet
2019-07-02Merge remote-tracking branch 'tor-github/pr/1120'Nick Mathewson
2019-06-28Coverity: fix memory leak on error in test function.Nick Mathewson
2019-06-28Coverity: fix test issues with always-present 'service' var.Nick Mathewson
2019-06-28Fix a few coverity unitinitialzed-value warnings in the unit tests.Nick Mathewson
2019-06-26Merge branch 'bug30721_squashed'Nick Mathewson
2019-06-26test/addr: test that tor_addr_port_lookup() handles IP addresses and portsteor