summaryrefslogtreecommitdiff
path: root/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* Missing file and docsNick Mathewson2020-10-201-6/+10
* Work on closing flooding-based side-channelsNick Mathewson2020-10-201-15/+25
* Add some helpful logs in circuit code.Nick Mathewson2020-10-201-5/+24
* Add reasonable logging (I hope!) to channelNick Mathewson2020-10-203-24/+140
* Add and use remaining CertType values in tor-certNick Mathewson2020-10-191-2/+2
* Add an enumeration for destroy reasons.Nick Mathewson2020-10-191-3/+2
* Improvements to Relay type in tor-netdir.Nick Mathewson2020-10-191-1/+1
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-182-10/+10
* tor-proto: Add a ClientCircChanMsg type.Nick Mathewson2020-10-152-10/+9
* tor-proto: Add a "CreateResponse" type.Nick Mathewson2020-10-152-5/+12
* Mark channels as unusable if reactor gets an error.Nick Mathewson2020-10-151-0/+18
* Use a weak reference from channel reactor to channel.Nick Mathewson2020-10-141-5/+7
* Send DESTROY cells when a circuit is dropped.Nick Mathewson2020-10-141-12/+95
* Document all private members in tor-protoNick Mathewson2020-10-133-1/+19
* Use batch verification in client<->relay handshake.Nick Mathewson2020-10-021-7/+19
* Enable batch ed25519 verification.Nick Mathewson2020-10-021-0/+1
* Remove idmap as needlessly complex.Nick Mathewson2020-09-291-6/+13
* Rename remaining get_ accessorsNick Mathewson2020-09-282-11/+8
* tor_cert: rename accessorsNick Mathewson2020-09-281-3/+3
* Rename some identifiers in tor-linkspec.Nick Mathewson2020-09-281-5/+5
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-264-8/+43
* Lower our "#[allow(dead_code)]" decl in tor_proto."Nick Mathewson2020-09-252-0/+2
* Fuse input streams on creation.Nick Mathewson2020-09-231-5/+4
* Turn IdMap into an extension trait.Nick Mathewson2020-09-231-4/+10
* Fix some errors; document some places where error handling is bogusNick Mathewson2020-09-212-5/+27
* More documentation for channel, circuit, stream.Nick Mathewson2020-09-213-18/+103
* Start implementing streams and circuit-level reactors.Nick Mathewson2020-09-213-11/+68
* Create a StreamID->Stream map type.Nick Mathewson2020-09-201-38/+7
* De-parameterize channel and circuitNick Mathewson2020-09-191-7/+7
* proto: add minimal (raw) circuit support.Nick Mathewson2020-09-111-6/+14
* proto::channel: add piping to move cells around.Nick Mathewson2020-09-113-4/+243
* Turn channel into a handle-to-inner type.Nick Mathewson2020-09-101-4/+2
* Move channel handshake into its own module.Nick Mathewson2020-09-101-0/+260