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
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-7
/
+7
*
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
2
-7
/
+18
*
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
3
-0
/
+51
*
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
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-10
/
+10
*
Bump patch-versions for breaking changes in tor-hs{crypto,client}
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-3
/
+3
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
2
-10
/
+10
*
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
[next]