aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.c
AgeCommit message (Expand)Author
2017-09-07Merge branch 'bug23361_032_01_squashed2'Nick Mathewson
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-08-29hs: Implement an HS client free all functionDavid Goulet
2017-08-25hs: Note the connection attempt if descriptor is unusableDavid Goulet
2017-08-25hs: Implement note_connection_attempt_succeeded()David Goulet
2017-08-24hs: Update intro circuit timestamp when re-extendingDavid Goulet
2017-08-24prop224: Register RP circuit when it opensDavid Goulet
2017-08-24prop224: Try to recover from a bad intro circuitDavid Goulet
2017-08-24prop224: Add a function to find an intro point by legacy IDDavid Goulet
2017-08-24prop224: Rename hs_desc_encode_lspec()David Goulet
2017-08-24prop224: Check decoded descriptor matches the expected blinded keyDavid Goulet
2017-08-24prop224: Add directory_request_fetch_set_hs_ident()David Goulet
2017-08-24prop224: Implement hs_client_any_intro_points_usable()David Goulet
2017-08-24prop224: Use the intro point state cacheDavid Goulet
2017-08-24prop224: Move and refactor rend_client_reextend_intro_circuit()David Goulet
2017-08-24prop224: Use the client-side circuitmap in hs_client.cGeorge Kadianakis
2017-08-24prop224: Handle RENDEZVOUS2 cellDavid Goulet
2017-08-24prop224: Handle INTRODUCE_ACK 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: Helper function to assert on invalid client intro circuitDavid Goulet
2017-08-24prop224: Rename hs_client_note_connection_attempt_succeeded()David Goulet
2017-08-24prop224: Add code that launches v3 HS desc fetches.George Kadianakis
2017-08-24prop224: Add client-side HS descriptor cache.George Kadianakis
2017-07-10Avoid double-typedef errors on freebsd.Nick Mathewson
2017-07-07test: Introduce hs_client_note_connection_attempt_succeeded().George Kadianakis