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 the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
*
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-3
/
+3
*
Bump patchlevel of crates with functional changes.
Gabriela Moldovan
2024-03-04
1
-5
/
+5
*
tor-circmgr: Note Error breaking change in semver.md.
Gabriela Moldovan
2024-02-28
1
-0
/
+1
*
tor-circmgr: Include the UniqId in Protocol error string (fmt).
Gabriela Moldovan
2024-02-27
1
-1
/
+6
*
tor-circmgr: Include the UniqId in Protocol error string.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add TODO about adding context to Error::CircCanceled.
Gabriela Moldovan
2024-02-27
1
-0
/
+5
*
tor-circmgr: Add UniqId to Error::Protocol.
Gabriela Moldovan
2024-02-27
3
-0
/
+9
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
4
-21
/
+17
*
tor-circmgr: Fix typo in PendingFailed docs.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add UniqId to Error::GuardNotUsable.
Gabriela Moldovan
2024-02-27
2
-7
/
+7
*
tor-circmgr: Add a helper for displaying optional UniqIds.
Gabriela Moldovan
2024-02-27
1
-0
/
+14
*
Mark code with "TODO #504" and "TODO #789".
Nick Mathewson
2024-02-22
4
-0
/
+18
*
PathConfigBuilder: Actually provide the long_lived_ports setters
Ian Jackson
2024-02-20
1
-0
/
+6
*
Use list_builder and sub-builder pattern for long_lived_ports.
Nick Mathewson
2024-02-20
1
-6
/
+18
*
Teach *CircUsage structs about stability.
Nick Mathewson
2024-02-20
5
-29
/
+122
*
Add a couple of TODOs about Stable-based path selection.
Nick Mathewson
2024-02-20
2
-0
/
+6
*
When building paths, require the Stable flag as appropriate
Nick Mathewson
2024-02-20
2
-2
/
+33
*
Add a configuration option for long_lived_ports.
Nick Mathewson
2024-02-20
1
-0
/
+13
*
Require the Fast flag on all randomly selected relays.
Nick Mathewson
2024-02-20
1
-9
/
+16
*
Only pick Fast-flagged relays as directory caches
Nick Mathewson
2024-02-20
1
-1
/
+3
*
Require that guards are Fast and Stable.
Nick Mathewson
2024-02-20
1
-1
/
+1
*
Merge branch 'delete-semvers' into 'main'
Ian Jackson
2024-02-05
1
-1
/
+0
|
\
|
*
Remove all semver.md files to start a fresh release round
Ian Jackson
2024-02-05
1
-1
/
+0
*
|
Bump minor versions
Ian Jackson
2024-02-05
1
-17
/
+17
|
/
*
Merge branch 'hss_errorkinds' into 'main'
Nick Mathewson
2024-01-24
2
-5
/
+13
|
\
|
*
tor-circmgr: Expose ErrorKind-combining calculation.
Nick Mathewson
2024-01-23
2
-5
/
+13
*
|
Mark lower-level hs-service features non-experimental
Nick Mathewson
2024-01-23
1
-2
/
+3
|
/
*
netdir: Explain why there is no HsRend WeightRule.
Nick Mathewson
2024-01-14
1
-0
/
+6
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-3
/
+3
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-15
/
+15
*
Run "fixup-features" in preparation for release.
Nick Mathewson
2024-01-08
1
-1
/
+1
*
circmgr:Resolve a warning when building without ntor-v3
Nick Mathewson
2023-12-13
1
-2
/
+3
*
Fix a clippy lint
Ian Jackson
2023-12-12
1
-1
/
+1
*
ClientCir: use ntor_v3 handshake when target supports it
Jim Newsome
2023-12-07
2
-18
/
+51
*
tor-circmgr: add experimental feature "ntor_v3"
Jim Newsome
2023-12-07
1
-1
/
+2
*
Two more patchlevel bumps
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-13
/
+13
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
Downgrade some messages to trace
Ian Jackson
2023-11-29
2
-3
/
+3
|
/
*
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
tor-circmgr: partially port mgr tests to MockRuntime
Saksham Mittal
2023-11-14
1
-11
/
+11
*
tor-circmgr: partially port test_double_timeout() to MockRuntime
Saksham Mittal
2023-11-14
1
-6
/
+3
*
tor-circmgr: fix build_*_timeout() for MockRuntime port
Saksham Mittal
2023-11-14
1
-8
/
+5
*
tor-circmgr: have FakeCirc derive Debug
Saksham Mittal
2023-11-11
1
-5
/
+2
[next]