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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
hs_circuit.c
Age
Commit message (
Expand
)
Author
2018-07-01
Remove other needless includes include from or/*.h
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-07-01
Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header.
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract node_t into its own header.
Nick Mathewson
2018-06-15
Extract cpath_build_state into its own header.
Nick Mathewson
2018-06-15
Extract crypt_path_t and relay_crypto_t into their own headers
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-02
Optimize legacy intro point digest calculation.
Neel Chauhan
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-02-09
whitespace and typo cleanups
Roger Dingledine
2018-02-07
more fixes for typos, grammar, whitespace, etc
Roger Dingledine
2018-01-20
Bug 24946: Fix a warning message caused by a missed purpose check.
Mike Perry
2018-01-19
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-19
Merge branch 'bug24895_031_02' into bug24895_032_02
David Goulet
2018-01-17
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-15
v3 onion services now obey MAX_REND_FAILURES
Roger Dingledine
2017-12-11
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-05
hs-v3: Cleanup HS circuits when marking as closed
David Goulet
2017-11-17
Add error message for exit_node in hs_circ_send_introduce1()
Neel Chauhan
2017-11-17
Use memset() on intro1_data in hs_circ_send_introduce1()
Neel Chauhan
2017-11-17
Add smartlist_add() to get_lspecs_from_node)
Neel Chauhan
2017-11-12
Make setup_introduce1_data() take a node_t instead of an extend_info_t
Neel Chauhan
2017-11-02
Tweak a comment for a minor but important distinction
Nick Mathewson
2017-11-02
Improve v3 onion service logging for intro and rend points
teor
2017-11-02
Remove buggy IPv6 and ed25519 handling from get_lspecs_from_extend_info()
teor
2017-09-25
prop224: Add test for parsing RENDEZVOUS1 cell.
George Kadianakis
2017-09-19
hs: Pad RENDEZVOUS1 v3 cell to match length of v2
David Goulet
2017-08-24
prop224: Register RP circuit when it opens
David Goulet
2017-08-24
prop224: Add a function to clear INTRO data
David Goulet
2017-08-24
prop224: Use the client-side circuitmap in hs_client.c
George Kadianakis
2017-08-24
prop224: Build ESTABLISH_RENDEZVOUS cell and logic
David Goulet
2017-08-24
prop224: Build INTRODUCE1 cell and send logic
David Goulet
2017-08-24
prop224: Make lspecs to extend info public
David Goulet
2017-08-11
Make Windows happy for time_t printf format
David Goulet
2017-08-08
prop224: Always note down the use of internal circuit
David Goulet
2017-08-08
prop224: Improve comments and tests for ed25519 keys in IPs/RPs.
George Kadianakis
2017-08-08
Improve docs on rendezvous circ relaunch.
George Kadianakis
2017-08-08
Improve code based on Nick review:
George Kadianakis
2017-08-08
Fix small easy bugs all around
George Kadianakis
2017-08-08
Constify functions that can be constified.
George Kadianakis
2017-08-08
Improve documentation all around the codebase.
George Kadianakis
2017-08-08
Make ed25519 id keys optional for IPs and RPs.
George Kadianakis
2017-08-08
prop224: Remove INTRODUCE2 legacy handling
David Goulet
2017-08-08
prop224: Move get_intro_circuit() to hs_circuit.c
David Goulet
2017-08-08
prop224: Add service rendezvous circuit relaunch
David Goulet
2017-08-08
prop224: Add service replay cache
David Goulet
[next]