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 minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-8
/
+8
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-3
/
+3
*
Add the necessary APIs for bridge-based circuit construction.
Nick Mathewson
2022-09-26
1
-0
/
+1
*
CircMgr: Add an accessor for the CircuitBuilder.
Nick Mathewson
2022-09-22
1
-0
/
+8
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-1
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-17
/
+17
*
Shorten the duration needed in preemptive::test::does_not_predict_old_ports.
Alexander Færøy
2022-08-31
1
-2
/
+3
*
circmgr: treat usage as sensitive.
Nick Mathewson
2022-08-25
1
-1
/
+6
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
Merge branch 'channel' into 'main'
Ian Jackson
2022-08-17
5
-16
/
+76
|
\
|
*
channel usage: Rename CU::UserTraffic from CU::Exit
Ian Jackson
2022-08-17
3
-6
/
+6
|
*
Add semver notes
Ian Jackson
2022-08-17
1
-0
/
+1
|
*
Move ChannelUsage from tor_proto to tor_chanmgr
Ian Jackson
2022-08-17
3
-6
/
+5
|
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
1
-0
/
+1
|
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
1
-1
/
+6
|
*
Provide ChannelUsage and plumb it all the way down
Ian Jackson
2022-08-16
4
-14
/
+68
|
*
dormancy: Plumb through to chanmgr reconfigure_general
Ian Jackson
2022-08-16
1
-1
/
+1
*
|
Additionally, mark the LostUsablityRace error as a "reset".
Nick Mathewson
2022-08-16
1
-1
/
+5
*
|
Mark some circuit-building errors as "transient".
Nick Mathewson
2022-08-16
2
-15
/
+71
|
/
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
3
-8
/
+11
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
2
-8
/
+8
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-8
/
+11
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-2
/
+7
*
Use accessors in two places where tests look at specific keys.
Nick Mathewson
2022-08-10
1
-7
/
+17
*
Avoid a simple usage of ed_identity() in circmgr tests
Nick Mathewson
2022-08-02
1
-2
/
+1
*
Introduce HasRelayIds::same_relay_ids.
Nick Mathewson
2022-08-02
3
-14
/
+18
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-10
/
+8
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
5
-4
/
+5
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-1
/
+0
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-3
/
+3
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-9
/
+9
*
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-4
/
+6
*
CircMgr: Remove directory liveness testing.
Nick Mathewson
2022-07-26
2
-23
/
+2
*
CircMgr: Update to new NetDirProvider API
Nick Mathewson
2022-07-26
1
-8
/
+7
*
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2022-07-13
1
-1
/
+1
*
circmgr: Refactor DirPathBuilder::pick_path.
Nick Mathewson
2022-07-12
1
-9
/
+7
*
circmgr: Use FilterCounts to explain why we couldn't build paths
Nick Mathewson
2022-07-12
4
-20
/
+58
*
circmgr: Use FilterCounts to explain why we couldn't find an exit.
Nick Mathewson
2022-07-12
2
-14
/
+40
*
tor-circmgr: Clarify and improve Protocol error.
Nick Mathewson
2022-07-12
3
-1
/
+24
*
tor-circmgr: minor error message edits.
Nick Mathewson
2022-07-12
1
-5
/
+5
*
Add more information to failed-to-select fallback errors.
Nick Mathewson
2022-07-07
1
-1
/
+1
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-16
/
+16
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-1
/
+8
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-5
/
+5
*
CircMgr: Enable reachable_addrs filter.
Nick Mathewson
2022-06-17
2
-1
/
+21
*
Add a configuration option for reachable_addrs
Nick Mathewson
2022-06-17
1
-0
/
+28
*
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+2
|
\
|
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
[next]