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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'upgrade_dirs' into 'main'
Alexander Færøy
2023-03-23
4
-23
/
+43
|
\
\
|
*
|
Bump to the lastest versions of dirs and directories.
Nick Mathewson
2023-03-22
4
-23
/
+43
*
|
|
Merge branch 'circuit_accessor' into 'main'
Ian Jackson
2023-03-23
2
-2
/
+34
|
\
\
\
|
*
|
|
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
2
-2
/
+34
|
/
/
/
*
|
|
Merge branch 'hsplumb' into 'main'
Ian Jackson
2023-03-23
14
-53
/
+158
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Apply deferred rustfmt churn
Ian Jackson
2023-03-23
1
-1
/
+4
|
*
|
arti-client: Include redacted HsId in ObtainHsCircuit error
Ian Jackson
2023-03-23
3
-5
/
+5
|
*
|
safelog: impl From<T> for Redacted<T>
Ian Jackson
2023-03-23
2
-0
/
+2
|
*
|
arti-client: Fix wording of docs for TorClient::isolation
Ian Jackson
2023-03-23
1
-1
/
+1
|
*
|
arti-client: Strengthen an HS todo
Nick Mathewson
2023-03-23
1
-1
/
+1
|
*
|
tor-proto: Feature-conditionalise some enum variants
Ian Jackson
2023-03-23
1
-0
/
+6
|
*
|
tor-proto: Split off send-control-msg feature
Ian Jackson
2023-03-23
4
-7
/
+8
|
*
|
arti: Provide onion-service-client feature
Ian Jackson
2023-03-23
2
-1
/
+4
|
*
|
arti-client: Call tor-hsclient to create HS connections
Ian Jackson
2023-03-23
2
-4
/
+27
|
*
|
arti-client: Create an HsClientConnector
Ian Jackson
2023-03-23
4
-1
/
+25
|
*
|
arti-client: Move client stream creation out of match, in connect
Ian Jackson
2023-03-23
1
-16
/
+17
|
*
|
arti-client: Break out TorClient::isolation(prefs)
Ian Jackson
2023-03-23
1
-17
/
+32
|
*
|
tor-hsclient: Have the public API take StreamIsolation
Ian Jackson
2023-03-23
1
-2
/
+7
|
*
|
tor-hsclient: impl HasKind for errors
Ian Jackson
2023-03-23
1
-1
/
+20
|
*
|
tor-hsclient: Swap errors so Bug comes last
Ian Jackson
2023-03-23
1
-4
/
+4
|
*
|
tor-hsclient: Document clone-nature of HsClientConnector
Ian Jackson
2023-03-23
1
-0
/
+3
|
/
/
*
|
Merge branch 'build_hs_circuits' into 'main'
Nick Mathewson
2023-03-22
11
-21
/
+641
|
\
\
|
|
/
|
/
|
|
*
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
|
*
tor-proto: document deep-copy in ClientCirc::path()
Nick Mathewson
2023-03-22
1
-0
/
+4
|
*
circmgr: Declare builder() unconditionally.
Nick Mathewson
2023-03-22
3
-7
/
+19
|
*
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
|
*
proto: Stabilize ClientCirc::n_hops.
Nick Mathewson
2023-03-22
2
-1
/
+7
|
*
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
|
/
*
Merge branch 'todo' into 'main'
Nick Mathewson
2023-03-21
9
-12
/
+73
|
\
|
*
maint/check_todos: Run in CI
Ian Jackson
2023-03-21
1
-0
/
+9
|
*
maint/check_todos: Offer advice on workarounds, if tripped
Ian Jackson
2023-03-21
1
-0
/
+22
|
*
Obscure various literal uses of the todo marker
Ian Jackson
2023-03-21
3
-3
/
+3
|
*
Turn two blocking TODOs in hsdesc into "TODO HS"
Ian Jackson
2023-03-21
2
-2
/
+2
|
*
Sort out some TODOs in bdtest.rs
Ian Jackson
2023-03-21
1
-5
/
+4
|
*
Convert blockers in arti-testing to TODOs
Ian Jackson
2023-03-21
1
-2
/
+2
|
*
maint/check_todos: New script
Ian Jackson
2023-03-21
1
-0
/
+31
|
/
*
Merge branch 'fixup-features-tool' into 'main'
Nick Mathewson
2023-03-20
3
-0
/
+344
|
\
|
*
fixup-features: Use write-and-rename pattern.
Nick Mathewson
2023-03-20
1
-1
/
+3
|
*
fixup-features: Improve a comment.
Nick Mathewson
2023-03-20
1
-1
/
+1
|
*
fixup-features: Simplify "optionality" detection.
Nick Mathewson
2023-03-20
1
-17
/
+13
|
*
New "fixup-features" tool to enforce properties in Cargo.tomls
Nick Mathewson
2023-03-20
3
-0
/
+346
*
|
Merge branch 'unused-type-param' into 'main'
Nick Mathewson
2023-03-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
remove unused type parameter
trinity-1686a
2023-03-18
1
-1
/
+1
|
/
*
Merge branch 'fix-ptmgr-fuzz' into 'main'
Alexander Færøy
2023-03-13
1
-0
/
+1
|
\
[prev]
[next]