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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-circmgr: Make take_or_launch_stub_circuit future Send
Ian Jackson
2023-03-30
1
-2
/
+1
*
Add some missing imports
Ian Jackson
2023-03-28
2
-2
/
+5
*
hspool: simplify loop and add a maximum
Nick Mathewson
2023-03-22
1
-41
/
+39
*
hspool: Clarify/document more TODO HS items.
Nick Mathewson
2023-03-22
1
-2
/
+8
*
circmgr: Make a separate SupportedCircUsage for HS stuff
Nick Mathewson
2023-03-22
1
-3
/
+6
*
circmgr: Declare builder() unconditionally.
Nick Mathewson
2023-03-22
1
-2
/
+3
*
hspool: Tweak comments and add more TODOs.
Nick Mathewson
2023-03-22
1
-10
/
+33
*
circmgr: hspool now launches circuits in the background.
Nick Mathewson
2023-03-22
1
-11
/
+157
*
circmgr: Add an actual pool to HsCircPool.
Nick Mathewson
2023-03-22
2
-6
/
+173
*
circmgr: Begin an HS circuit pool structure
Nick Mathewson
2023-03-22
3
-0
/
+162
*
circmgr: Add a usage for building the beginning of an hs circ
Nick Mathewson
2023-03-22
3
-16
/
+86
*
circmgr: Functions to launch an unmanaged circuit.
Nick Mathewson
2023-03-22
2
-3
/
+26
*
remove unused type parameter
trinity-1686a
2023-03-18
1
-1
/
+1
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
Fix an unrelated missing cfg_attr.
Nick Mathewson
2023-03-08
1
-0
/
+1
*
hsclient: Abolish knowledge of HS circuits in circmgr
Ian Jackson
2023-03-01
2
-83
/
+0
*
Apply rustfmt
Ian Jackson
2023-03-01
1
-5
/
+10
*
tor-circmgr: Provide testing feature and TestConfig
Ian Jackson
2023-03-01
2
-0
/
+46
*
HS API: Remove HS client keys from circmgr API
Ian Jackson
2023-03-01
2
-2
/
+0
*
HS planning: Discuss whether to remove all HS code from circmgr
Ian Jackson
2023-03-01
2
-4
/
+18
*
HS planning: Intend for HS connector to do all lifecycle mgmt
Ian Jackson
2023-03-01
1
-6
/
+3
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-6
/
+6
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
2
-2
/
+2
*
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
*
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
2
-0
/
+74
*
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
*
|
tor-circmgr: Use ErrorReport on a logged error
Ian Jackson
2022-12-12
1
-1
/
+2
|
/
*
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
|
/
*
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
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
1
-1
/
+1
*
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
1
-0
/
+2
*
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
3
-25
/
+7
|
/
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
4
-16
/
+11
[next]