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
*
Bump all the unstable tor- and arti- crates to 0.43.0
Gabriela Moldovan
2026-06-01
1
-26
/
+26
*
tor-circmgr: move 'flowctl-cc' from 'experimental' to 'full'
Steven Engler
2026-05-22
1
-2
/
+3
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
2
-6
/
+6
*
circmgr,hsclient: s/requery_period/requery_interval
Gabriela Moldovan
2026-05-07
1
-3
/
+3
*
circmgr: Add config option for the HsDir requery period
Gabriela Moldovan
2026-05-07
1
-0
/
+16
*
circmgr: Document caveats about BuildCircuit estimator
Nick Mathewson
2026-05-07
1
-0
/
+11
*
circmgr: Modernize and correct saturating_mul_f64
Nick Mathewson
2026-05-07
1
-19
/
+23
*
circmgr: Avoid half-steps in our timeout_scale calculation
Nick Mathewson
2026-05-07
1
-12
/
+23
*
circmgr, hsclient: Introduce and use a OneWay timeout estimator.
Nick Mathewson
2026-05-07
1
-0
/
+10
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-26
/
+26
*
release: Bump safelog version to 0.8.2.
Wesley Aptekar-Cassels
2026-05-06
1
-1
/
+1
*
circmgr: simplify a loop counter.
Nick Mathewson
2026-04-21
1
-3
/
+1
*
Log tunnel and circuit IDs
Jim Newsome
2026-04-08
1
-4
/
+8
*
Fix log typo Preeemptive
Jim Newsome
2026-04-08
1
-1
/
+1
*
Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`
Ian Jackson
2026-04-02
1
-1
/
+1
*
circmgr: Use runtime.now() in place of Instant/SystemTime::get().
Nick Mathewson
2026-03-31
2
-9
/
+7
*
Update to derive-deftly 0.10.0.
Ian Jackson
2026-03-31
1
-1
/
+1
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-26
/
+26
*
Bump versions: minor, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
Bump versions: patchlevel, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
*
circmgr: Port to web-time-compat.
Nick Mathewson
2026-03-26
13
-26
/
+37
*
Merge branch 'weak_table_explicit_hasher' into 'main'
David Goulet
2026-03-24
1
-2
/
+8
|
\
|
*
Force use of standard hasher with weak_tables.
Nick Mathewson
2026-03-24
1
-2
/
+8
*
|
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
|
/
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-26
/
+26
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-3
/
+3
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
2
-8
/
+12
*
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-26
/
+26
*
circmgr: Make test helper non-async (fmt)
Gabriela Moldovan
2026-01-28
1
-5
/
+1
*
circmgr: Make test helper non-async
Gabriela Moldovan
2026-01-28
1
-9
/
+9
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
test: Remove unused import
David Goulet
2026-01-13
1
-1
/
+0
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
2
-2
/
+2
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
2
-2
/
+0
*
cargo: Bump all non arti/tor crates
Clara Engler
2026-01-12
1
-1
/
+1
*
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-26
/
+26
*
fix: preserve timestamps when flattening RetryErrors
Nihal
2025-12-17
1
-7
/
+1
*
fix: use wallclock timestamps in all push_timed calls
Nihal
2025-12-17
2
-22
/
+27
*
fix: semver labels and extend() with push_timed loop
Nihal
2025-12-17
1
-3
/
+6
*
refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...
Nihal
2025-12-17
2
-0
/
+10
*
refactor: clean code
Nihal
2025-12-17
1
-4
/
+4
*
feat(retry-error): add timestamps to retry errors
Nihal
2025-12-17
1
-7
/
+26
*
Demonstration: convert tor-circmgr to use derive_deftly(TorConfig)
Nick Mathewson
2025-12-09
1
-98
/
+32
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
3
-5
/
+0
*
Merge branch 'deftly-1.6.0' into 'main'
Ian Jackson
2025-12-04
1
-1
/
+1
|
\
|
*
Pin our derive-deftly version to ~1.6.0 everywhere
Ian Jackson
2025-12-03
1
-1
/
+1
[next]