summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-24prop224: Add client-side rend circuit support to HS circuitmapGeorge Kadianakis
2017-08-24hs: Only note a connection attempt with a valid rend_dataDavid Goulet
2017-08-24prop224: Handle RENDEZVOUS2 cellDavid Goulet
2017-08-24prop224: Parse RENDEZVOUS2 cellDavid Goulet
2017-08-24trunnel: Add RENDEZVOUS2 cell definitionDavid Goulet
2017-08-24prop224: Handle INTRODUCE_ACK cellDavid Goulet
2017-08-24prop224: Parse INTRODUCE_ACK cellDavid Goulet
2017-08-24prop224: Make client send INTRODUCE1 cellDavid Goulet
2017-08-24prop224: Client function to pick intro pointDavid Goulet
2017-08-24prop224: Client callback when descriptor has arrivedDavid Goulet
2017-08-24prop224: Handle client RENDEZVOUS_ESTABLISHED cellDavid Goulet
2017-08-24prop224: Build ESTABLISH_RENDEZVOUS cell and logicDavid Goulet
2017-08-24prop224: Client has opened circuit logicDavid Goulet
2017-08-24prop224: Build INTRODUCE1 cell and send logicDavid Goulet
2017-08-24prop224: Make lspecs to extend info publicDavid Goulet
2017-08-24prop224: Helper function to assert on invalid client intro circuitDavid Goulet
2017-08-24hs: Move link specifier encoding to a functionDavid Goulet
2017-08-24conn: Add a function to return a list of connection by stateDavid Goulet
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-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-11Merge branch 'ticket23220'Nick Mathewson
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-09fix description of PublishServerDescriptorRoger Dingledine