summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-5/+5
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-4/+4
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-7/+7
* Run "fixup-features" in preparation for release this week.Nick Mathewson2023-10-291-1/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-chanmgrIan Jackson2023-10-112-1/+2
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-1/+1
* Minor-version bumps, for crates with breaking changes.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-8/+8
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-2/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-12/+12
* Add initial support for running a PT in server modeSaksham Mittal2023-08-243-3/+5
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-238-0/+8