aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/command.c
AgeCommit message (Expand)Author
2022-08-02Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-08-02Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-08-02relay: Don't send DESTROY remote reason backward or forwardDavid Goulet
2022-07-27Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-27Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-27relay: Use remote reason when sending back a DESTROYDavid Goulet
2022-07-26Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-07-26Merge branch 'maint-0.4.6' into maint-0.4.7David Goulet
2022-07-26relay: Send DESTROY cell instead of TRUNCATED cellDavid Goulet
2022-02-22Hook up client usage of congestion control negotiationMike Perry
2022-02-22Convert TODO into TODO-324 for better visibility.Nick Mathewson
2022-02-22Add an exported struct to onion handshakes for circuits paramsNick Mathewson
2022-02-22Add a size argument for the buffer on onion handshake functionsNick Mathewson
2021-10-13Downgrade a PROTOCOL_WARN log message.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-23Constify result of CONST_TO_OR_CIRCUIT.George Kadianakis
2020-11-03Use CONST_TO_OR_CIRCUIT() in v2/v3 rend cell detection.George Kadianakis
2020-11-03Implement support for "v3 rend traffic" stat.George Kadianakis
2020-07-16Collapse channel_get_*_remote_addr() into a single function.Nick Mathewson
2020-03-20relay: Split out relay-only circuit buildingteor
2020-01-14Merge branch 'ticket32892_043_01_squashed'Nick Mathewson
2020-01-14chan: Remove dead var cell handler from channel_tDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Move the non-crypto parts of onion.c out of src/core/cryptoNick Mathewson
2018-09-13Ticket #27678: Emit CIRC_BW events immediately for dropped cells.Mike Perry
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson