summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
* | tor-circmgr: small comment fixSteven Engler2025-12-031-1/+1
* | tor-circmgr: reduce level of info reactor tracing msgSteven Engler2025-12-031-1/+1
|/
* Remove semver.md files post-releaseGabriela Moldovan2025-12-021-4/+0
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-26/+26
* circmgr: Add missing docs for RestrictionFailedGabriela Moldovan2025-12-011-0/+1
* circmgr: allow unstable_name_collisions lint for exactly_one()Gabriela Moldovan2025-12-011-0/+4
* tor-circmgr: simplify `CircMgrConfig`Steven Engler2025-11-262-9/+3
* tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always builtSteven Engler2025-11-262-4/+3
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-2410-5/+72
* tor-circmgr: fix incorrect match on `HsOnly`Steven Engler2025-11-191-0/+1
* RelayFlags: Use RelayFlag enum variant names everywhereIan Jackson2025-11-182-7/+7
* RelayFlags: Use the singular RelayFlag for naming individual flagsIan Jackson2025-11-182-9/+9
* tor-netdoc: Remove the RelayFlags type alias in netstatusIan Jackson2025-11-182-2/+3
* tor-netdoc: Rename RelayFlags elements for regularity vs specIan Jackson2025-11-181-1/+1
* Fix another doc link.Nick Mathewson2025-11-131-1/+1
* Fix compilation without all-features.Nick Mathewson2025-11-121-7/+8