summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* circmgr: report errors from update_long_lived_tunnel_last_usedNick Mathewson2025-11-121-21/+54
* circmgr: In expiration task, try again if we are not yet ready to expire.Nick Mathewson2025-11-121-21/+31
* circmgr: Add a timeout setting for long-lived circuits.Nick Mathewson2025-11-122-1/+20
* circmgr: Implement expiration for long-lived tunnels.Nick Mathewson2025-11-124-22/+228
* circmgr: Add a notion of long-lived tunnels.Nick Mathewson2025-11-122-8/+77
* circmgr: Refactor should_expire()Nick Mathewson2025-11-121-24/+40
* circmgr: make expiration functions asyncNick Mathewson2025-11-122-31/+29
* circmgr: rename expire_tunnel to consider_expiring_tunnelNick Mathewson2025-11-121-3/+7
* Add a notion of isolation strong enough to enable long-lived circuits.Nick Mathewson2025-11-121-0/+38
* Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\
| * Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0614-15/+15
|/
* all: run cargo fmtSteven Engler2025-11-043-3/+3
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-044-5/+5
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-29/+29
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-3/+4
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-29/+29
* release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-0/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-0/+2
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-242-12/+38
|\
| * proto: Use the circuit build timeout instead of the abandon timeout.Gabriela Moldovan2025-09-221-2/+2
| * circmgr: Pass the timeout estimator to circuit constructor (fmt).Gabriela Moldovan2025-09-161-8/+13
| * circmgr: Pass the timeout estimator to circuit constructor.Gabriela Moldovan2025-09-161-7/+16
| * circmgr: Implement TimeoutEstimator for Estimator.Gabriela Moldovan2025-09-161-0/+12
* | circmgr: Replace BoundedVecDeque with a much smaller wrapperNick Mathewson2025-09-172-11/+79
* | tor-proto: use `CellCount` in `FlowCtrlParameters`Steven Engler2025-09-161-4/+4
|/
* Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-1/+9
|\
| * tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`Steven Engler2025-09-111-1/+9
* | Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-114-3/+4
|/
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Merge branch 'the-bell-tolls-for-once_cell' into 'main'wesleyac2025-09-031-7/+1
|\
| * tor-circmgr: Modified MSRV TODOs for `once_cell` removalhashcatHitman2025-08-201-7/+1
* | Merge branch 'const-assert-cleanly' into 'main'Nick Mathewson2025-09-022-4/+2
|\ \
| * | tor-circmgr: Removed dependency on `static_assertions`hashcatHitman2025-09-012-4/+2
* | | Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
|/ /
* | Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-28/+28
* | proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-287-8/+13
* | Merge branch 'circmgr-timeout-estimator-logging' into 'main'Nick Mathewson2025-08-271-0/+2
|\ \ | |/ |/|
| * tor-circmgr: Make connection failure log at debug level.Wesley Aptekar-Cassels2025-08-131-1/+1