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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
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
3
-1
/
+24
*
|
|
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
|
/
/
*
|
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
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
*
|
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
|
/
*
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
*
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
|
\
|
*
tor-ptmgr: Fix fuzzer compilation.
Nick Mathewson
2023-03-13
1
-0
/
+1
*
|
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
6
-4
/
+7
|
/
*
Merge branch 'warnings_168' into 'main'
Alexander Færøy
2023-03-10
5
-7
/
+4
|
\
|
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
4
-6
/
+2
|
*
Suppress a renamed-lint lint.
Nick Mathewson
2023-03-10
1
-1
/
+2
*
|
Discuss in comment why we're not using a newtype for the Strings in Host
Ian Jackson
2023-03-09
1
-0
/
+8
*
|
Classify OnionAddressResolveRequest as NotImplemented
Ian Jackson
2023-03-09
1
-2
/
+1
*
|
Reject invalid hostnames
Ian Jackson
2023-03-09
1
-2
/
+5
*
|
Fix reference to no-longer-contemplated Host variant
Ian Jackson
2023-03-09
1
-1
/
+1
*
|
Dummy HsId::from_str on .onion: Return Bug, rather than panicking
Ian Jackson
2023-03-09
1
-5
/
+4
*
|
Improve error from HsId parse of "www.B32.onion"
Ian Jackson
2023-03-09
3
-2
/
+14
*
|
Avoid arti_client::ErrorDetail::Address for TorAddrError::InvalidHostname
Ian Jackson
2023-03-09
1
-1
/
+19
*
|
Test HsId parse of subdomain
Ian Jackson
2023-03-09
1
-0
/
+1
*
|
arti-client: Parse .onion addresses and dispatch to client.rs
Ian Jackson
2023-03-09
4
-26
/
+163
*
|
arti-client: DoThingInstructions: Make error returns consistent
Ian Jackson
2023-03-09
2
-9
/
+10
*
|
arti-client: Host: Use Display::fmt rather than write!
Ian Jackson
2023-03-09
1
-2
/
+3
|
/
*
Merge branch 'tor-proto-extensions' into 'main'
Nick Mathewson
2023-03-08
8
-164
/
+354
|
\
[prev]
[next]