summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-092-7/+8
* memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-092-7/+6
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+2
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-032-4/+22
* tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)Ian Jackson2024-10-031-1/+5
* tor-proto: channel: Make construction fallibleIan Jackson2024-10-032-3/+4
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders (fmt)Ian Jackson2024-10-011-4/+14
* tor-proto: Add a CoarseTimeProvider bound to all the SleepProvidersIan Jackson2024-10-011-8/+8
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-282-5/+4
* UnverifiedChannel: Clarify check's peer_certClara Engler2024-07-111-1/+1
* proto: Divide up some elements of ChannelDetails.Nick Mathewson2024-05-161-2/+4
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-162-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-133-0/+3
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* Downgrade some messages to traceIan Jackson2023-11-291-1/+1
* Change `CircId` to never be zeroJim Newsome2023-10-253-46/+81
* Upgrade to latest asynchronous_codec (0.7.0)Nick Mathewson2023-10-171-2/+2
* oneshot: Use veneer in tor-protoIan Jackson2023-10-112-5/+8
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* test: add a test for missing NETINFO cellsEmil Engler2023-08-121-0/+15
* proto: methods to wait until a channel/circuit is shut down.Nick Mathewson2023-08-041-0/+7
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* tor-proto: Remove use of arrayref.Nick Mathewson2023-06-011-2/+5
* Replace usage of KeyUnknownCert::check_key.Nick Mathewson2023-05-161-2/+2
* async-utils: rename SinkExt to SinkPrepareExtNick Mathewson2023-04-191-1/+1
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-1/+1
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-1/+0
* Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-091-20/+20
* tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-091-84/+28
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-092-28/+97
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-073-42/+42
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-073-2/+3
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-072-3/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-273-0/+3
* tor-proto: rustfmtIan Jackson2023-01-061-1/+2
* tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-061-2/+4
* Merge branch 'test-lints' into 'main'eta2023-01-062-0/+17
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+17
* | Use parse_rfc3339() in the tor-proto crateNeel Chauhan2022-12-161-1/+2
* | Merge branch 'err-dyn-report' into 'main'Ian Jackson2022-12-151-1/+1
|\ \
| * | tor-proto: reactor tests: Use debug fmt on an errorIan Jackson2022-12-121-1/+1
| |/
* / Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
|/
* Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-251-2/+2
|\
| * tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-3/+4
|/
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-2/+2
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+2
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-062-5/+15