summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-19/+19
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-18/+18
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Merge branch 'mq-fix' into 'main'Ian Jackson2024-10-224-22/+64
|\
| * memquota: Use _ rather than allow(dead_code) (fmt)Ian Jackson2024-10-221-1/+4
| * memquota: Use _ rather than allow(dead_code)Ian Jackson2024-10-222-12/+16
| * memquota: fix data stream account lifetimeIan Jackson2024-10-211-5/+18
| * memquota: Fix resolve stream account lifetimeIan Jackson2024-10-212-8/+12
| * memquota: Fix circuit account lifetime (fmt)Ian Jackson2024-10-212-5/+24
| * memquota: Fix circuit account lifetime (clippy churn)Ian Jackson2024-10-212-5/+5
| * memquota: Fix circuit account lifetimeIan Jackson2024-10-212-5/+4
* | Merge branch 'test_create_hop_count_reinstate' into 'main'gabi-2502024-10-211-4/+1
|\ \ | |/ |/|
| * tor-proto: Reinstate circuit hop check in test_create()Neel Chauhan2024-10-161-4/+1
* | Disable a lot of dead code warnings (fmt)Ian Jackson2024-10-171-1/+4
* | Disable a lot of dead code warningsIan Jackson2024-10-171-1/+1
* | Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-3/+3
* | Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
|/
* Merge branch 'test-panic' into 'main'Jim Newsome2024-10-151-14/+14
|\
| * Replace _ => panic!() in tor-protoIan Jackson2024-10-151-14/+14
* | Merge branch 'mq-toplevel' into 'main'Ian Jackson2024-10-151-14/+15
|\ \
| * | memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-14/+15
| |/
* / memquota: Document the actual behaviour re streams/circuitsIan Jackson2024-10-151-4/+6
|/
* Merge branch 'mq-circ' into 'main'David Goulet2024-10-107-35/+39
|\
| * Apply deferred rustfmt churnIan Jackson2024-10-095-13/+7
| * memquota: Use an mq_queue for channel->circuit RX queueIan Jackson2024-10-095-16/+18
| * memquota: Introduce type aliases for channel->circuit RX queueIan Jackson2024-10-094-13/+18
| * memquota: impl HasMemoryCost for ClientCircChanMsgIan Jackson2024-10-091-1/+4
* | Merge branch 'mq-doc' into 'main'Ian Jackson2024-10-092-1/+95
|\|
| * memquota: Expand on ChannelAccountIan Jackson2024-10-091-0/+1
| * memquota: Add docs and TODOs re inbound channel->circuit dataIan Jackson2024-10-092-0/+3
| * emquota: Clarify circuit data queueIan Jackson2024-10-091-1/+1
| * memquota: Further docs tweaksIan Jackson2024-10-091-0/+2
| * mq docs: Clarity that chanmgr and circmgr share the ToplevelAccountIan Jackson2024-10-071-1/+3
| * mq docs: Add some formulaic cross-references to memquota newtypesIan Jackson2024-10-071-0/+12
| * mq docs: Rewrite and expand overview/architecture doc in tor-protoIan Jackson2024-10-071-16/+66
| * mq docs: Move arti queues text to tor_proto::memquotaIan Jackson2024-10-071-0/+24
* | Merge branch 'memquota-macro-tidying' into 'main'Ian Jackson2024-10-081-21/+25
|\ \
| * | tor-proto: memquota: Rationalise macro innardsIan Jackson2024-10-071-11/+13
| * | tor-proto: memquota: Fix a docs typoIan Jackson2024-10-071-1/+1
| * | tor-proto: memquota: Rename SpecificAccount::Parent to ConstructedFromIan Jackson2024-10-071-11/+13
| |/
* / tor-proto: Fix flaky circuit::test::accept_valid_sendme test.Wesley Aptekar-Cassels2024-10-071-4/+3
|/
* tor-proto: Remove the no-longer needed allowsIan Jackson2024-10-033-3/+0
* tor-proto: Make incoming stream requests participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
* tor-proto: Make incoming stream requests participate in memquotaIan Jackson2024-10-032-3/+5
* tor-proto: Implement HasMemoryCost for StreamReqInfoIan Jackson2024-10-031-1/+8
* tor-proto: Make stream queues participate in memquota (fmt)Ian Jackson2024-10-031-2/+2
* tor-proto: Make stream queues participate in memquotaIan Jackson2024-10-032-8/+19
* tor-proto: channel: Provide time_provider accessorsIan Jackson2024-10-031-0/+17