summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-26/+26
* tor-circmgr: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+3
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-6/+6
* circmgr,hsclient: s/requery_period/requery_intervalGabriela Moldovan2026-05-071-3/+3
* circmgr: Add config option for the HsDir requery periodGabriela Moldovan2026-05-071-0/+16
* circmgr: Document caveats about BuildCircuit estimatorNick Mathewson2026-05-071-0/+11
* circmgr: Modernize and correct saturating_mul_f64Nick Mathewson2026-05-071-19/+23
* circmgr: Avoid half-steps in our timeout_scale calculationNick Mathewson2026-05-071-12/+23
* circmgr, hsclient: Introduce and use a OneWay timeout estimator.Nick Mathewson2026-05-071-0/+10
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-26/+26
* release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-061-1/+1
* circmgr: simplify a loop counter.Nick Mathewson2026-04-211-3/+1
* Log tunnel and circuit IDsJim Newsome2026-04-081-4/+8
* Fix log typo PreeemptiveJim Newsome2026-04-081-1/+1
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* circmgr: Use runtime.now() in place of Instant/SystemTime::get().Nick Mathewson2026-03-312-9/+7
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-26/+26
* Bump versions: minor, with dependenciesIan Jackson2026-03-301-1/+1
* Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* circmgr: Port to web-time-compat.Nick Mathewson2026-03-2613-26/+37
* Merge branch 'weak_table_explicit_hasher' into 'main'David Goulet2026-03-241-2/+8
|\
| * Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-2/+8
* | Fix typosTobias Stoeckmann2026-03-241-1/+1
|/
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-26/+26
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-3/+3
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-092-8/+12
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-26/+26
* circmgr: Make test helper non-async (fmt)Gabriela Moldovan2026-01-281-5/+1
* circmgr: Make test helper non-asyncGabriela Moldovan2026-01-281-9/+9
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* test: Remove unused importDavid Goulet2026-01-131-1/+0
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-132-2/+2
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-132-2/+0
* cargo: Bump all non arti/tor cratesClara Engler2026-01-121-1/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-26/+26
* fix: preserve timestamps when flattening RetryErrorsNihal2025-12-171-7/+1
* fix: use wallclock timestamps in all push_timed callsNihal2025-12-172-22/+27
* fix: semver labels and extend() with push_timed loopNihal2025-12-171-3/+6
* refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...Nihal2025-12-172-0/+10
* refactor: clean codeNihal2025-12-171-4/+4
* feat(retry-error): add timestamps to retry errorsNihal2025-12-171-7/+26
* Demonstration: convert tor-circmgr to use derive_deftly(TorConfig)Nick Mathewson2025-12-091-98/+32
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-043-5/+0
* Merge branch 'deftly-1.6.0' into 'main'Ian Jackson2025-12-041-1/+1
|\
| * Pin our derive-deftly version to ~1.6.0 everywhereIan Jackson2025-12-031-1/+1