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
/
feature
/
hs
/
hs_circuit.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-02-19
hs-v2: Removal of service and relay support
David Goulet
2021-02-19
hs-v2: Remove client support
David Goulet
2020-12-24
Downgrade the severity of a few rendezvous circuit-related warnings.
Neel Chauhan
2020-11-12
Fix typos.
Samanta Navarro
2020-10-27
hs: Collect rendezvous circuit metrics
David Goulet
2020-07-02
Extract extend_info manipulation functions into a new file.
Nick Mathewson
2020-04-08
fix typos from #32542
Roger Dingledine
2020-04-08
hs-v3: Report rendezvous circuit failure SOCKS ExtendedErrors
David Goulet
2020-03-30
hs-v3: Move ob_subcreds to hs_service_state_t.
George Kadianakis
2020-02-11
Make n_subcredentials a size_t .
George Kadianakis
2020-01-28
Write unittest that covers cases of INTRODUCE1 handling.
George Kadianakis
2020-01-28
Unify INTRO2 handling codepaths in OB and normal cases.
George Kadianakis
2020-01-21
Pass multiple subcredentials all the way down to hs_ntor.
Nick Mathewson
2020-01-21
Turn hs_subcredential_t into a proper struct.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-10
Merge branch 'tor-github/pr/1581'
George Kadianakis
2019-12-10
hs-v3: Handle client rendezvous circuit timeout
David Goulet
2019-12-03
hs-v3: Fix NULL deref. in hs_circ_service_get_established_intro_circ()
David Goulet
2019-11-27
hs-v3: Give a cleanup type to hs_circ_cleanup()
David Goulet
2019-11-27
hs-v3: Note client intro circuit failure
David Goulet
2019-11-20
hs-v2: Move v2 circuit cleanup actions into hs_circ_cleanup()
David Goulet
2019-11-07
Fix various doxygen comments in feature/hs.
Nick Mathewson
2019-10-23
hs-v3: Remove the circuit_established intro flag
David Goulet
2019-09-09
Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...
Nick Mathewson
2019-08-29
Merge branch 'tor-github/pr/1257'
David Goulet
2019-08-29
Merge branch 'maint-0.4.1'
David Goulet
2019-08-29
Merge branch 'tor-github/pr/1256' into maint-0.4.1
David Goulet
2019-08-26
hs-v3: Encode DoS ESTABLISH_INTRO cell extension
David Goulet
2019-08-23
Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...
Neel Chauhan
2019-08-23
hs: Remove an outdated comment
teor
2019-08-23
Merge branch 'bug23818_035' into bug23818_master
teor
2019-08-23
hs: v3 single onion services fall back to 3-hop intro for unreachable nodes
teor
2019-08-23
hs: Always use a 3-hop path when a v3 single onion intro fails
teor
2019-08-23
hs: Always use a 3-hop path when a v3 single onion rend fails
teor
2019-06-05
Revert "hs: Implement a helper to repurpose a circuit"
Mike Perry
2019-06-05
Merge remote-tracking branch 'tor-github/pr/1053'
Nick Mathewson
2019-05-29
hs: Implement a helper to repurpose a circuit
David Goulet
2019-05-03
Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."
George Kadianakis
2019-05-03
Hiding crypt_path_t: Rename some functions to fit the crypt_path API.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Create a constructor for crypt_path_t.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move init functions to crypt_path.c.
George Kadianakis
2019-01-30
hs: Move get_lspecs_from_node to nodelist.c
teor
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-21
hs-v3: Don't BUG() if the RP node_t is invalid client side
David Goulet
2018-07-25
Merge branch 'bug26627_033' into bug26627_033_merged_master
teor
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson