summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-09-11test: Fix memleaksDavid Goulet
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-08test: Test that client picks the right HSDir for service.George Kadianakis
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08test: Improve our rotation and build descriptor testsDavid Goulet
2017-09-08test: Fix use out of scope and consensus timingsDavid Goulet
2017-09-08test: Add an HS v3 reachability unit testDavid Goulet
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-09-08prop224: Use fetch and store HSDir indexes.David Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet
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-22Refactor node lookup APIs to take flagsNick Mathewson
2017-08-22Unit tests for maintaining ed25519->node map.Nick Mathewson
2017-08-2122839: Build tor with rust enabled on winTies Stuij
2017-08-21Merge branch 'maint-0.3.1'Nick Mathewson