summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-chanmgr: don't allow pending channels with no relay idsSteven Engler2024-10-011-1/+7
* tor-chanmgr: move channel selection logic to a new moduleSteven Engler2024-10-012-162/+172
* tor-chanmgr: improve readability of `choose_best_channel`Steven Engler2024-10-011-13/+45
* tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
* tor-chanmgr: Use new tor-socksproto API (fmt)Ian Jackson2024-10-011-2/+1
* tor-chanmgr: Use new tor-socksproto APIIan Jackson2024-10-011-56/+16
* Apply deferred rustfmt churnIan Jackson2024-10-011-3/+2
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-0/+1
* Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-11/+1
* Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
* Merge branch 'misc' into 'main'Ian Jackson2024-10-011-3/+6
|\
| * tor-proto: Reformat a doc commentIan Jackson2024-09-261-3/+6
* | Merge branch 'orport' into 'main'opara2024-09-303-133/+298
|\ \
| * | tor-chanmgr: support multiple channels for a relay IDSteven Engler2024-09-302-133/+292
| * | tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-231-0/+6
* | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-3/+3
|\ \ \ | |_|/ |/| |
| * | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-3/+3
* | | socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-241-1/+1
* | | socks users: detect closed sockets.Nick Mathewson2024-09-241-1/+11
|/ /
* | rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-244-12/+12
* | rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-1/+7
|/
* tor-chanmgr: add experimental `ChanMgr::handle_incoming`Steven Engler2024-09-116-3/+151
* tor-chanmgr: make `CompoundFactory` generic over `ChannelFactory`Steven Engler2024-09-112-30/+21
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-2/+2
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-1/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* Merge branch 'chan_arc' into 'main'Nick Mathewson2024-05-286-32/+34
|\
| * Make Channel non-Clone.Nick Mathewson2024-05-161-2/+2
| * proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-166-30/+32
* | chanmgr: Delegate to Channel::engage_padding_activities explicitly.Nick Mathewson2024-05-171-1/+1
|/
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-138-0/+8
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* ChannelState::ready_to_expire: return true when rem time is zeroJim Newsome2023-12-131-0/+5
* ChannelState::ready_to_expire: refactor using let-elseJim Newsome2023-12-131-18/+14
* continually_expire_channels: don't round off expiration delayJim Newsome2023-12-131-1/+1
* continually_expire_channels: refactor using let-elseJim Newsome2023-12-131-3/+2
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-chanmgrIan Jackson2023-10-111-1/+1
* Add initial support for running a PT in server modeSaksham Mittal2023-08-242-3/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-238-0/+8
* Resolve a pair of warnings about redundant closures.Nick Mathewson2023-08-221-1/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Fix a pair of rustdoc links in chanmgr.Nick Mathewson2023-07-191-2/+2
* Move an import to resolve a warning.Nick Mathewson2023-07-131-1/+2
* Explain better why you would use build_unmanaged_channelNick Mathewson2023-07-131-2/+7
* Resolve numerous typos in `ChanMgr::build_unmanaged_channel` codegabi-2502023-07-131-4/+4
* chanmgr: Remove now-unused (and never usable) builder() method.Nick Mathewson2023-07-131-12/+0
* chanmgr: Document makeup and timeout behavior of our factoriesNick Mathewson2023-07-131-0/+22