index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
2
-2
/
+2
*
Merge branch 'logs' into 'main'
Nick Mathewson
2023-02-01
3
-15
/
+23
|
\
|
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
2
-4
/
+11
|
*
Use ErrorReport for remaining errors in error! in tor-circmgr
Ian Jackson
2023-01-30
1
-4
/
+4
|
*
Use ErrorReport for errors in warn! in tor-circmgr
Ian Jackson
2023-01-30
3
-5
/
+6
|
*
Use ErrorReport for errors in info! in tor-circmgr
Ian Jackson
2023-01-30
1
-6
/
+6
*
|
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-6
/
+6
*
|
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-10
/
+10
|
/
*
circmgr: drop a receiver more explicitly.
Nick Mathewson
2023-01-27
1
-1
/
+4
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
11
-0
/
+11
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
CircMgr: Draft API to construct targeted multihop circuits.
Nick Mathewson
2023-01-24
1
-1
/
+24
*
CircMgr: Draft APIs used to implement onion service clients.
Nick Mathewson
2023-01-24
3
-1
/
+79
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
10
-1
/
+81
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
10
-1
/
+81
*
|
doc: consistent summary line for the READMEs
Emil Engler
2022-12-20
1
-1
/
+1
*
|
tor-circmgr: Use ErrorReport on a logged error
Ian Jackson
2022-12-12
1
-1
/
+2
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-2
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-20
/
+20
*
tor-cirmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
2
-9
/
+9
*
Even more comments explaining circuit cancellation.
Nick Mathewson
2022-11-22
1
-3
/
+37
*
Improve notes surrounding circuit cancellation.
Nick Mathewson
2022-11-22
2
-6
/
+18
*
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-5
/
+9
*
Merge branch 'refactor_into_ownedchantarget' into 'main'
Nick Mathewson
2022-11-18
1
-3
/
+3
|
\
|
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
1
-3
/
+3
*
|
circmgr: make some imports conditional
Nick Mathewson
2022-11-18
1
-2
/
+1
*
|
circmgr: Make "specific-relay" non-experimental.
Nick Mathewson
2022-11-18
2
-6
/
+11
|
/
*
Remove a spurious log that I committed by mistake. Whoops.
Nick Mathewson
2022-11-15
1
-1
/
+0
*
Implement more cases for `DirSpecificTarget`.
Nick Mathewson
2022-11-15
1
-1
/
+22
*
Merge branch 'guardmgr' into 'main'
Ian Jackson
2022-11-14
2
-1
/
+4
|
\
|
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
2
-1
/
+2
|
*
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
1
-0
/
+2
*
|
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
|
/
*
Merge branch 'misc-todo-ptclient' into 'main'
Ian Jackson
2022-11-08
1
-3
/
+3
|
\
|
*
circmgr: downgrade TODO pt-client comments
Nick Mathewson
2022-11-08
1
-3
/
+3
*
|
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
4
-25
/
+8
|
/
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
4
-16
/
+11
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
2
-34
/
+163
|
\
|
*
circmgr: More NOTEs and TODO pt-clients.
Nick Mathewson
2022-10-24
1
-3
/
+9
|
*
Circmgr: construct paths using either Relay or OwnedCircTarget
Nick Mathewson
2022-10-24
2
-34
/
+157
*
|
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
4
-4
/
+21
*
|
tor-circmgr: Rename get_or_launch_dir_specific from _bridge
Ian Jackson
2022-10-21
1
-1
/
+1
*
|
tor-circmgr README: Add experimental features boilerplate
Ian Jackson
2022-10-21
1
-0
/
+18
*
|
tor-circmgr README: Remove "Limitations"
Ian Jackson
2022-10-21
1
-6
/
+0
|
/
*
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
2
-2
/
+29
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-21
/
+1
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
[prev]
[next]