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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+1
*
circmgr: Declare builder() unconditionally.
Nick Mathewson
2023-03-22
1
-2
/
+3
*
circmgr: Begin an HS circuit pool structure
Nick Mathewson
2023-03-22
1
-0
/
+2
*
circmgr: Add a usage for building the beginning of an hs circ
Nick Mathewson
2023-03-22
1
-15
/
+17
*
circmgr: Functions to launch an unmanaged circuit.
Nick Mathewson
2023-03-22
1
-3
/
+8
*
hsclient: Abolish knowledge of HS circuits in circmgr
Ian Jackson
2023-03-01
1
-48
/
+0
*
tor-circmgr: Provide testing feature and TestConfig
Ian Jackson
2023-03-01
1
-0
/
+3
*
HS API: Remove HS client keys from circmgr API
Ian Jackson
2023-03-01
1
-1
/
+0
*
HS planning: Discuss whether to remove all HS code from circmgr
Ian Jackson
2023-03-01
1
-4
/
+10
*
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
1
-1
/
+1
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-2
/
+8
*
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
1
-3
/
+3
*
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
1
-0
/
+1
*
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
1
-0
/
+46
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+8
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
|
tor-circmgr: Use ErrorReport on a logged error
Ian Jackson
2022-12-12
1
-1
/
+2
|
/
*
Improve notes surrounding circuit cancellation.
Nick Mathewson
2022-11-22
1
-1
/
+0
*
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-5
/
+9
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
1
-3
/
+3
*
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
*
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
1
-12
/
+2
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-10
/
+3
*
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
*
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
1
-1
/
+6
*
tor-circmgr: Rename get_or_launch_dir_specific from _bridge
Ian Jackson
2022-10-21
1
-1
/
+1
*
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
1
-1
/
+16
*
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
*
CircMgr: Add an accessor for the CircuitBuilder.
Nick Mathewson
2022-09-22
1
-0
/
+8
*
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
1
-0
/
+1
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-10
/
+8
*
CircMgr: Update to new NetDirProvider API
Nick Mathewson
2022-07-26
1
-8
/
+7
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
CircMgr: Enable reachable_addrs filter.
Nick Mathewson
2022-06-17
1
-0
/
+7
*
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-32
/
+24
*
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
1
-4
/
+4
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
fix typo in doc
trinity-1686a
2022-04-25
1
-1
/
+1
[next]