aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-08-27Merge branch 'tor-github/pr/1258'George Kadianakis
2019-08-26hs-v3: Parse ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Add protover HSIntro=5David Goulet
2019-08-23Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...Neel Chauhan
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-21Merge branch 'ticket31176' into ticket31176_mergedNick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1231'Nick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1224'Nick Mathewson
2019-08-19Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_finalGeorge Kadianakis
2019-08-12Clarify comment for bug30942 and improve logline.Mike Perry
2019-08-12Bug 31356: Propogate protover padding support to circpadMike Perry
2019-08-12Bug 31356: Bump protover for new padding machinesMike Perry
2019-08-12Bug 30992: Demote logline of wronghop padding to protocol warn.Mike Perry
2019-08-12Additional circpad diagnostic logsMike Perry
2019-08-08Move the connection_edge_process_relay_cell() assignments out of if statement...Neel
2019-08-08Merge branch 'tor-github/pr/1183'David Goulet
2019-08-08Merge branch 'maint-0.4.1'Nick Mathewson
2019-08-08Merge branch 'ticket31343_040' into maint-0.4.1Nick Mathewson
2019-08-06Merge branch 'ticket31343_035' into ticket31343_040Nick Mathewson
2019-08-06Merge branch 'ticket31343_029' into ticket31343_035Nick Mathewson
2019-08-06hs: Limit the amount of relayed INTRODUCE2David Goulet
2019-08-05Teach include-checker about advisory rulesNick Mathewson
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-24Refactor handling of TestingTorNetworkNick Mathewson
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-19Space out first connection_edge_process_relay_cell() line in circuit_receive_...Neel Chauhan
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