index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
hs_client.c
Age
Commit message (
Expand
)
Author
2017-09-07
Merge branch 'bug23361_032_01_squashed2'
Nick Mathewson
2017-09-07
prop224: Pick rendezvous point of protover HSRend=2
David Goulet
2017-08-29
hs: Implement an HS client free all function
David Goulet
2017-08-25
hs: Note the connection attempt if descriptor is unusable
David Goulet
2017-08-25
hs: Implement note_connection_attempt_succeeded()
David Goulet
2017-08-24
hs: Update intro circuit timestamp when re-extending
David Goulet
2017-08-24
prop224: Register RP circuit when it opens
David Goulet
2017-08-24
prop224: Try to recover from a bad intro circuit
David Goulet
2017-08-24
prop224: Add a function to find an intro point by legacy ID
David Goulet
2017-08-24
prop224: Rename hs_desc_encode_lspec()
David Goulet
2017-08-24
prop224: Check decoded descriptor matches the expected blinded key
David Goulet
2017-08-24
prop224: Add directory_request_fetch_set_hs_ident()
David Goulet
2017-08-24
prop224: Implement hs_client_any_intro_points_usable()
David Goulet
2017-08-24
prop224: Use the intro point state cache
David Goulet
2017-08-24
prop224: Move and refactor rend_client_reextend_intro_circuit()
David Goulet
2017-08-24
prop224: Use the client-side circuitmap in hs_client.c
George Kadianakis
2017-08-24
prop224: Handle RENDEZVOUS2 cell
David Goulet
2017-08-24
prop224: Handle INTRODUCE_ACK cell
David Goulet
2017-08-24
prop224: Client function to pick intro point
David Goulet
2017-08-24
prop224: Client callback when descriptor has arrived
David Goulet
2017-08-24
prop224: Handle client RENDEZVOUS_ESTABLISHED cell
David Goulet
2017-08-24
prop224: Build ESTABLISH_RENDEZVOUS cell and logic
David Goulet
2017-08-24
prop224: Client has opened circuit logic
David Goulet
2017-08-24
prop224: Build INTRODUCE1 cell and send logic
David Goulet
2017-08-24
prop224: Helper function to assert on invalid client intro circuit
David Goulet
2017-08-24
prop224: Rename hs_client_note_connection_attempt_succeeded()
David Goulet
2017-08-24
prop224: Add code that launches v3 HS desc fetches.
George Kadianakis
2017-08-24
prop224: Add client-side HS descriptor cache.
George Kadianakis
2017-07-10
Avoid double-typedef errors on freebsd.
Nick Mathewson
2017-07-07
test: Introduce hs_client_note_connection_attempt_succeeded().
George Kadianakis