summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-08-26hs-v3: Encode DoS ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Rename INTRO2 consensus param gettersDavid Goulet
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick 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-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-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
2019-06-26test/addr: test that tor_addr_lookup() handles IP addressesteor
2019-06-26test/addr: test that tor_lookup_hostname() handles IPv4 addressesteor
2019-06-26test/addr: Add some ambiguous IPv6 cases to test_addr_parse()teor
2019-06-26test/addr: Increase coverage in test_addr_parse()teor
2019-06-26test/addr: Stop repeating so much code in test_addr_parse()teor
2019-06-26test/addr: Add unit tests for the fixes in 30721teor
2019-06-26Merge remote-tracking branch 'tor-github/pr/1119'Nick Mathewson
2019-06-26Merge branch 'tor-github/pr/1142'George Kadianakis
2019-06-25A few more test cases and unreachable linesNick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-25Fix some onion helpersTaylor Yu