summaryrefslogtreecommitdiff
path: root/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-2/+2
* Make a few error types implement CloneNick Mathewson2021-06-141-2/+9
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-262-2/+2
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Light tweaks to tor-cell docNick Mathewson2021-05-241-0/+6
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-181-2/+2
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-182-5/+5
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-2/+2
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-1/+2
* Use s.parse(), not u16::from_str_radix(s,10)Nick Mathewson2021-05-071-1/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-034-6/+7
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-273-0/+7
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-293-22/+22
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-3/+3
* Better management for END cells in streams.Nick Mathewson2021-03-101-0/+25
* clippy warning on msg.rsNick Mathewson2021-03-041-8/+5
* Change how we sort link specifiers in extend cellsNick Mathewson2021-03-041-1/+1
* Avoid an is_some()/unwrap() pair in End cell parsingNick Mathewson2021-03-041-6/+8
* Basic support for IPv6 and begin flags.Nick Mathewson2020-12-151-0/+30
* Use a set of named flags for BeginFlags in tor-cell.Nick Mathewson2020-12-151-6/+32
* tor-cell: In netinfo, unspecified addresses are None.Nick Mathewson2020-10-291-5/+8
* Add a test for extending a circuit with ntor.Nick Mathewson2020-10-271-0/+10
* Expand test to handle building circuit with ntor.Nick Mathewson2020-10-271-0/+10
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-262-2/+0
* Improve documentation in tor-cellNick Mathewson2020-10-265-48/+202
* Rename CircID and StreamID to end with Id instead, for consistencyNick Mathewson2020-10-253-29/+29
* Specify and test correct handling for bogus netinfo addrsNick Mathewson2020-10-211-2/+3
* Rename as_message to into_message.Nick Mathewson2020-10-212-33/+33
* Implement From, not Into.Nick Mathewson2020-10-194-13/+12
* Resolve remaining XXXXM3 stuff in tor-cellNick Mathewson2020-10-191-12/+13
* Add assertions for overflow cases in relaycell::msgNick Mathewson2020-10-191-1/+2
* Add assertions for overflow cases in chancell::msgNick Mathewson2020-10-191-3/+6
* Use DestroyReason for Truncated messages.Nick Mathewson2020-10-191-7/+5
* Turn End reasons into a caret enumeration.Nick Mathewson2020-10-191-15/+47
* Add relay commands for circuit padding.Nick Mathewson2020-10-191-1/+4
* Add an enumeration for destroy reasons.Nick Mathewson2020-10-191-6/+40
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-183-11/+11
* Remove a comment about a spec clarificationNick Mathewson2020-10-181-2/+0
* Document all the private items in tor-cellNick Mathewson2020-10-096-7/+97
* Move counts_towards_windows() code into circuit moduleNick Mathewson2020-10-092-15/+0
* Fix counting rules for circuit-level sendmes.Nick Mathewson2020-10-091-4/+4
* Logic error: negate test for sendme cells in counts_towards_windowsNick Mathewson2020-10-091-1/+1
* Move RelayCell into a more reasonable place.Nick Mathewson2020-09-292-110/+112
* Rename remaining get_ accessorsNick Mathewson2020-09-284-16/+16
* Fix a few clippy issuesNick Mathewson2020-09-271-4/+1