summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* circmgr: Port to web-time-compat.Nick Mathewson2026-03-261-2/+3
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-3/+0
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+17
* circmgr: Implement expiration for long-lived tunnels.Nick Mathewson2025-11-121-1/+3
* circmgr: make expiration functions asyncNick Mathewson2025-11-121-8/+11
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-111-1/+1
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* circmgr: Feature gate multi path tunnel with conflux flagDavid Goulet2025-08-051-5/+9
* Revert "circmgr: Feature-gate all the onion service tunnel types."Gabriela Moldovan2025-08-051-13/+1
* circmgr: Feature-gate all the onion service tunnel types.Gabriela Moldovan2025-08-051-1/+13
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-1/+1
* circmgr: Return more type specific tunnelDavid Goulet2025-08-051-7/+11
* tunnel: Implement Buildable for ClientTunnelDavid Goulet2025-08-051-6/+6
* circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-051-30/+30
* circmgr: New Tunnel object interfaceDavid Goulet2025-08-051-0/+8
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+2
* circmgr: Propagate Option<HsCircKind> down to path selection functionsNick Mathewson2025-05-201-5/+12
* circmgr: Make path module public on "--features=experimental-api"Nick Mathewson2025-05-051-1/+9
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* circmgr: Remove the CircParameters build .expect()David Goulet2025-01-161-4/+4
* circ: Specialize the circparams from netparams functionDavid Goulet2025-01-161-9/+16
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-13/+10
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-circmgr: Rename Short/Extended to Naive/Guarded.Gabriela Moldovan2024-10-241-1/+1
* tor-circmgr: s/HsCircStubKind/HsCircStemKind.Gabriela Moldovan2024-10-241-3/+3
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* CircMgr: Move note_external_{failure, success} methods to generic impl.Wesley Aptekar-Cassels2024-10-031-27/+27
* CircMgr: Move get_or_launch_dir_specific method to generic impl.Wesley Aptekar-Cassels2024-10-031-18/+18
* CircMgr: Move get_or_launch_exit method to generic impl.Wesley Aptekar-Cassels2024-10-031-45/+45
* CircMgr: Move get_or_launch_dir method to generic impl.Wesley Aptekar-Cassels2024-10-031-8/+8
* CircMgr: Move skew_events method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
* CircMgr: Move retire_circ method to generic impl.Wesley Aptekar-Cassels2024-10-031-6/+6
* CircMgr: Move reconfigure method to generic impl.Wesley Aptekar-Cassels2024-10-031-67/+67
* CircMgr: Move retire_all_circuits method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
* CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-031-272/+331
* CircMgr: Make CircMgr and HsCircPool generic over builder type.Wesley Aptekar-Cassels2024-09-241-98/+263
* Fix typosDimitris Apostolou2024-09-031-1/+1
* tor-circmgr: make `GuardMgr` mandatorySteven Engler2024-08-121-4/+0
* tor-circmgr: Remove VanguardMode from Pool.Gabriela Moldovan2024-06-031-3/+7
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* tor-guardmgr: Temporarily reintroduce VanguardConfig.Gabriela Moldovan2024-04-291-1/+1