summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-18/+18
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-262-4/+4
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-4/+4
* | 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
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* tor-chanmgr: add experimental `ChanMgr::handle_incoming`Steven Engler2024-09-117-4/+153
* 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
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-18/+18
* oneshot-fused-workaround: Set the initial version to 0.1.0.Gabriela Moldovan2024-09-031-1/+1
* Fix formatting issues introduced by fixup-features.Gabriela Moldovan2024-09-031-1/+3
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-282-1/+2
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-18/+18
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-18/+18
* Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* Remove semver.md files.Gabriela Moldovan2024-06-051-3/+0
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-18/+18
* Merge branch 'chan_arc' into 'main'Nick Mathewson2024-05-287-32/+37
|\
| * Make Channel non-Clone.Nick Mathewson2024-05-161-2/+2
| * proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-167-30/+35
* | 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
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-18/+18
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-18/+18
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-138-0/+8
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-7/+7
* | Bump patchlevel (not dependents) on crates with trivial changes.Gabriela Moldovan2024-03-041-1/+1
|/
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* Bump minor versionsIan Jackson2024-02-051-13/+13
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-3/+3
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-11/+11
* 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
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-10/+10