index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
10
-5
/
+72
*
tor-circmgr: fix incorrect match on `HsOnly`
Steven Engler
2025-11-19
1
-0
/
+1
*
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
2
-7
/
+7
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
2
-9
/
+9
*
tor-netdoc: Remove the RelayFlags type alias in netstatus
Ian Jackson
2025-11-18
2
-2
/
+3
*
tor-netdoc: Rename RelayFlags elements for regularity vs spec
Ian Jackson
2025-11-18
1
-1
/
+1
*
Fix another doc link.
Nick Mathewson
2025-11-13
1
-1
/
+1
*
Fix compilation without all-features.
Nick Mathewson
2025-11-12
1
-7
/
+8
*
circmgr: report errors from update_long_lived_tunnel_last_used
Nick Mathewson
2025-11-12
1
-21
/
+54
*
circmgr: In expiration task, try again if we are not yet ready to expire.
Nick Mathewson
2025-11-12
1
-21
/
+31
*
circmgr: Add a timeout setting for long-lived circuits.
Nick Mathewson
2025-11-12
2
-1
/
+20
*
circmgr: Implement expiration for long-lived tunnels.
Nick Mathewson
2025-11-12
4
-22
/
+228
*
circmgr: Add a notion of long-lived tunnels.
Nick Mathewson
2025-11-12
2
-8
/
+77
*
circmgr: Refactor should_expire()
Nick Mathewson
2025-11-12
1
-24
/
+40
*
circmgr: make expiration functions async
Nick Mathewson
2025-11-12
2
-31
/
+29
*
circmgr: rename expire_tunnel to consider_expiring_tunnel
Nick Mathewson
2025-11-12
1
-3
/
+7
*
Add a notion of isolation strong enough to enable long-lived circuits.
Nick Mathewson
2025-11-12
1
-0
/
+38
*
Bump derive-deftly to 1.5.0
Ian Jackson
2025-11-07
1
-1
/
+1
*
Merge branch 'deftly-1.4' into 'main'
opara
2025-11-06
1
-1
/
+1
|
\
|
*
Bump derive-deftly to 1.4.0
Ian Jackson
2025-11-06
1
-1
/
+1
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
14
-15
/
+15
|
/
*
all: run cargo fmt
Steven Engler
2025-11-04
3
-3
/
+3
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
4
-5
/
+5
*
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-29
/
+29
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator
Ian Jackson
2025-10-06
1
-3
/
+4
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-29
/
+29
*
release: Run fixup-features.
Wesley Aptekar-Cassels
2025-10-01
1
-0
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+2
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
2
-12
/
+38
|
\
|
*
proto: Use the circuit build timeout instead of the abandon timeout.
Gabriela Moldovan
2025-09-22
1
-2
/
+2
|
*
circmgr: Pass the timeout estimator to circuit constructor (fmt).
Gabriela Moldovan
2025-09-16
1
-8
/
+13
|
*
circmgr: Pass the timeout estimator to circuit constructor.
Gabriela Moldovan
2025-09-16
1
-7
/
+16
|
*
circmgr: Implement TimeoutEstimator for Estimator.
Gabriela Moldovan
2025-09-16
1
-0
/
+12
*
|
circmgr: Replace BoundedVecDeque with a much smaller wrapper
Nick Mathewson
2025-09-17
2
-11
/
+79
*
|
tor-proto: use `CellCount` in `FlowCtrlParameters`
Steven Engler
2025-09-16
1
-4
/
+4
|
/
*
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-15
1
-1
/
+9
|
\
|
*
tor-proto: add `FlowCtrlParameters` to `CircParameters` and `HopSettings`
Steven Engler
2025-09-11
1
-1
/
+9
*
|
Move `FallbackDir` into `tor-dircommon`
Clara Engler
2025-09-11
4
-3
/
+4
|
/
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
Merge branch 'the-bell-tolls-for-once_cell' into 'main'
wesleyac
2025-09-03
1
-7
/
+1
|
\
|
*
tor-circmgr: Modified MSRV TODOs for `once_cell` removal
hashcatHitman
2025-08-20
1
-7
/
+1
*
|
Merge branch 'const-assert-cleanly' into 'main'
Nick Mathewson
2025-09-02
2
-4
/
+2
|
\
\
|
*
|
tor-circmgr: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
2
-4
/
+2
*
|
|
Update to derive-deftly 1.3.0
Ian Jackson
2025-09-02
1
-1
/
+1
|
/
/
*
|
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-28
/
+28
*
|
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
7
-8
/
+13
*
|
Merge branch 'circmgr-timeout-estimator-logging' into 'main'
Nick Mathewson
2025-08-27
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
tor-circmgr: Make connection failure log at debug level.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
[prev]
[next]