aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.h
AgeCommit message (Expand)Author
2018-04-06refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.Isis Lovecruft
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-05hs-v3: Cleanup HS circuits when marking as closedDavid Goulet
2017-11-21re-run ./scripts/maint/annotate_ifdef_directivesNick Mathewson
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-08-24prop224: Build ESTABLISH_RENDEZVOUS cell and logicDavid Goulet
2017-08-24prop224: Build INTRODUCE1 cell and send logicDavid Goulet
2017-08-08prop224: Always note down the use of internal circuitDavid Goulet
2017-08-08prop224: Move get_intro_circuit() to hs_circuit.cDavid Goulet
2017-08-08prop224: Add service rendezvous circuit relaunchDavid Goulet
2017-08-08prop224: Handle service RENDEZVOUS1 cellDavid Goulet
2017-08-08prop224: Handle service INTRODUCE2 cellDavid Goulet
2017-08-08prop224: Handle service INTRO_ESTABLISHED cellDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-08-08prop224: Introduction circuit creationDavid Goulet
2017-07-07Explicit length checks in create_rend_cpath().George Kadianakis
2017-07-07prop224: Introduce e2e rendezvous circuit code.David Goulet