summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-09-15sched: Remove vanilla sched options that will be going awayMatt Traudt
2017-09-05Resolve inconsistencies between buf refactor and HTTP connectNick Mathewson
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Add a fuzzer for HTTP CONNECTNick Mathewson
2017-09-05Make preferred_chunk_size nonstatic, and add a prefix to itNick Mathewson
2017-09-05Refactor buffer APIs to put a buf_t first.Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Move the tls parts of buffers.c into buffers_tls.cNick Mathewson
2017-09-05Make buffers.c independent of or.hNick Mathewson
2017-09-05Make buf_pullup() expose the pulled-up data.Nick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick Mathewson
2017-09-04Merge remote-tracking branch 'dgoulet/bug23366_032_01'Nick Mathewson
2017-08-31config: Make parse_outbound_addresses() return failuresDavid Goulet
2017-08-30prop224: Clear list of prev hsdirs before we upload all descs.George Kadianakis
2017-08-30prop224 test: Improve desc_reupload_logic() test with more nodes.George Kadianakis
2017-08-30prop224 test: Simplify interface for adding nodes to hash ring.George Kadianakis
2017-08-28Merge remote-tracking branch 'asn/bug23343'Nick Mathewson
2017-08-28Temporarily disable compilation of the v3 hs fuzzing codeNick Mathewson
2017-08-28Fix compilation.Nick Mathewson
2017-08-28Merge remote-tracking branch 'haxxpop/fuzzing-hsv3'Nick Mathewson
2017-08-28In test_establish_intro_wrong_purpose, use tt_i64_op on ssize_tNick Mathewson
2017-08-28prop224: Add test that exposes the #23343 bug.George Kadianakis
2017-08-25prop224: Refactor descriptor reupload logic.George Kadianakis
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24apply ahf's test_assert_zero.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
2017-08-24prop224: Register RP circuit when it opensDavid Goulet
2017-08-24test: Fix broken HS upload descriptor testDavid Goulet
2017-08-24prop224: Add client-side rend circuit support to HS circuitmapGeorge Kadianakis
2017-08-24test: Add tests for fetching descs and handling SOCKS conns.George Kadianakis
2017-08-24prop224: Refactor rendclient.c to use the new hsdir_req code.George Kadianakis
2017-08-23Add test_hs_descriptor.inc to include.am to unbreak distcheck.Nick Mathewson
2017-08-2122839: Build tor with rust enabled on winTies Stuij
2017-08-21Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-21Merge branch 'bug23291_028' into maint-0.3.1Nick Mathewson
2017-08-2122839: fix check_heap_buffer buffer size in test-memwipeTies Stuij
2017-08-21Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-21whitespace fixesNick Mathewson
2017-08-21Fix triggerable BUG() when decoding hsv3 descriptors.George Kadianakis
2017-08-21Add unittest for #23233.George Kadianakis
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-19prop224: Improve descriptor reupload logic.George Kadianakis
2017-08-19test: Improve get_responsible_hsdirs test.George Kadianakis
2017-08-19prop224: Only upload descriptor if we have good hash ring and SRV.George Kadianakis
2017-08-13Fuzz outer layer of hsv3 descriptorSuphanat Chunhapanya
2017-08-11test: Fix typing issues found by clangDavid Goulet