aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.h
AgeCommit message (Expand)Author
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-10-03test: Add an HS v3 descriptor fetch unit testDavid Goulet
2017-09-27hs-v3: Don't fetch descriptor if we have a pending requestDavid Goulet
2017-09-25prop224: Add test for parsing RENDEZVOUS1 cell.George Kadianakis
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15test: Add HS v3 client-side test for picking intro pointsGeorge Kadianakis
2017-09-12hs-v3: Stall SOCKS connection when no live consensus availableDavid Goulet
2017-09-08Merge remote-tracking branch 'dgoulet/ticket23355_032_01'Nick Mathewson
2017-09-08test: Test that client picks the right HSDir for service.George Kadianakis
2017-08-30prop224: Purge client state on NEWNYMDavid Goulet
2017-08-29hs: Implement an HS client free all functionDavid Goulet
2017-08-24prop224: Implement hs_client_any_intro_points_usable()David Goulet
2017-08-24prop224: Move and refactor rend_client_reextend_intro_circuit()David Goulet
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: Client has opened circuit logicDavid Goulet
2017-08-24prop224: Build INTRODUCE1 cell and send logicDavid 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-07test: Introduce hs_client_note_connection_attempt_succeeded().George Kadianakis