summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-08-05Rename handle_relay_command to handle_relay_cell_command .George Kadianakis
2019-08-05Test that regular cells get ignored in padding circuits.George Kadianakis
2019-08-05Ignore regular cells in padding circuits.George Kadianakis
2019-08-05Split connection_edge_process_relay_cell() in two functions.George Kadianakis
2019-08-05Merge branch 'maint-0.4.1'Nick Mathewson
2019-08-05Ignore regular cells in padding circuits.George Kadianakis
2019-07-25Merge branch 'maint-0.4.1'David Goulet
2019-07-25Always check the retval of circpad_machine_current_state().George Kadianakis
2019-07-25Remove dead code from circpad_machine_remove_token().George Kadianakis
2019-07-23Merge remote-tracking branch 'tor-github/pr/1185'Nick Mathewson
2019-07-23Improve circpad documentation.pulls
2019-07-23transition when we send our first padding packet, not on receivedpulls
2019-07-23remove specified target_hopnum from relay-side machines (only for origin-side...pulls
2019-07-04Merge branch 'tor-github/pr/1152'George Kadianakis
2019-06-29get rid of accidental second spaceRoger Dingledine
2019-06-28begin_cell_parse(): Add an assertion to please coverity.Nick Mathewson
2019-06-26Merge branch 'maint-0.4.1'Nick Mathewson
2019-06-26Merge remote-tracking branch 'tor-github/pr/1101' into maint-0.4.1Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1040'David Goulet
2019-06-11Rework origin circuit tracking to use pubsubTaylor Yu
2019-06-11Rework orconn tracking to use pubsubTaylor Yu
2019-06-11circpad: some more logging changes.George Kadianakis
2019-06-11Merge branch 'ticket30769_041_01'George Kadianakis
2019-06-11trunnel: Rename sendme.trunnel to sendme_cell.trunnelDavid Goulet
2019-06-05More LOG_PROTOCOL_WARN.Mike Perry
2019-06-05Bug 29034: Cleanup hs circuitmap when purpose changes.Mike Perry
2019-06-05Revert "hs: Implement a helper to repurpose a circuit"Mike Perry
2019-06-05Run "make autostyle."Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1053'Nick Mathewson
2019-06-05Merge branch 'tor-github/pr/1072'George Kadianakis
2019-06-04Merge branch 'bug29670_035' into bug29670_041Nick Mathewson
2019-06-03sendme: Do not decrement window in a log_debug()David Goulet
2019-05-30Make some warns into protocol warnsMike Perry
2019-05-30Bug 30649: Check that machine is absent before warnMike Perry
2019-05-29Make get_proxy_type() connection-specificNick Mathewson
2019-05-29hs: Implement a helper to repurpose a circuitDavid Goulet
2019-05-27Merge branch 'tor-github/pr/1043'George Kadianakis
2019-05-27Tests for deciding how full our relay cells should beNick Mathewson
2019-05-27Make sure that we send at least some random data in RELAY_DATA cellsNick Mathewson
2019-05-26trivial whitespace fixesRoger Dingledine
2019-05-23Extract length-deciding function from package_raw_inbuf.Nick Mathewson
2019-05-23refactor logic to decide how much to package from inbufRoger Dingledine
2019-05-22Merge branch 'ticket30428_041_02_squashed'Nick Mathewson
2019-05-22sendme: Add non fatal asserts for extra safetyDavid Goulet
2019-05-22sendme: Always pop last SENDME digest from circuitDavid Goulet
2019-05-22sendme: Clarify how sendme_circuit_cell_is_next() worksDavid Goulet
2019-05-22sendme: Properly record SENDMEs on both edgesDavid Goulet
2019-05-22sendme: Never fallback to v0 if unknown versionDavid Goulet
2019-05-22sendme: Validate v1 SENDMEs on both client and exit sideDavid Goulet
2019-05-22sendme: Record cell digest on both client and exitDavid Goulet