summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-24test: Add tests for fetching descs and handling SOCKS conns.George Kadianakis
2017-08-24hs: Fix comment of the get max size descriptor functionDavid Goulet
2017-08-24prop224: Rename hs_client_note_connection_attempt_succeeded()David Goulet
2017-08-24prop224: Add the dir purpose HAS_FETCHEDDavid Goulet
2017-08-24prop224: Add client code to handle fetched HS descriptors.George Kadianakis
2017-08-24prop224: Introduce v2/v3 HS desc fetch retry functionality.George Kadianakis
2017-08-24prop224: Connect to v3 services in connection_ap_handle_onion().George Kadianakis
2017-08-24prop224: Add code that launches v3 HS desc fetches.George Kadianakis
2017-08-24prop224: Refactor pick_hsdir() to be used by both v2 and v3.George Kadianakis
2017-08-24prop224: Refactor rendclient.c to use the new hsdir_req code.George Kadianakis
2017-08-24prop224: Fix hidserv request code to work for both v2 and v3.George Kadianakis
2017-08-24prop224: Move some rendclient.c code to hs_common.cGeorge Kadianakis
2017-08-24prop224: Add client-side HS descriptor cache.George Kadianakis
2017-08-24Merge branch 'bug23106_032'Nick Mathewson
2017-08-24Merge branch 'bug19281_025'Nick Mathewson
2017-08-24Merge branch 'feature22976_squashed'Nick Mathewson
2017-08-24Also disable spawning on Sandbox.Nick Mathewson
2017-08-24Merge branch 'bug22779_031'Nick Mathewson
2017-08-23add parenthesis to make cast work right.Nick Mathewson
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: Decouple the HS part of connection_ap_handshake_rewrite_and_attach().George Kadianakis
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-19prop224: Recompute all HSDir indices when we enter overlap mode.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-19prop224: Improve our checks for unset HSDir index.George Kadianakis
2017-08-19sr: Log voting schedule at debug levelDavid Goulet
2017-08-11Make Windows happy for time_t printf formatDavid Goulet
2017-08-11test: Fix typing issues found by clangDavid Goulet
2017-08-11test: Fix memory leak in test_hs_common.cDavid Goulet
2017-08-11test: Fix hs common test for WindowsDavid Goulet
2017-08-11Raise MIN_DL_PER_REQUEST to 32Nick Mathewson
2017-08-11Merge branch 'bug18982'Nick Mathewson
2017-08-11Add # to "hop N" messages to disambiguate from old messages.Nick Mathewson
2017-08-11Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-11Merge remote-tracking branch 'dgoulet/bug23091_032_01'Nick Mathewson
2017-08-09Treat a bad tor_spawn_background() as a BUG().Nick Mathewson
2017-08-09Block managed proxies at a higher pointNick Mathewson
2017-08-09Block the port-forwarding helper at a higher pointNick Mathewson
2017-08-09Add a 'NoExec' option that causes tor_spawn_background() to failNick Mathewson
2017-08-09Remove the #if 0ed code that was supposed to let the sandbox allow execNick Mathewson