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
...
|
*
|
|
tor-hsclient: Discuss performance and circuit build serialisation
Ian Jackson
2023-06-09
1
-0
/
+12
|
*
|
|
tor-hsclient: Add TODO about trying multiple IPTs in parallel
Ian Jackson
2023-06-09
1
-0
/
+2
|
*
|
|
tor-hsclient: Expand TODO about IPT selection to mention randomness
Ian Jackson
2023-06-09
1
-1
/
+2
|
*
|
|
tor-hsclient: tuning parameters: TODO about getting from the netdir
Ian Jackson
2023-06-09
1
-2
/
+2
|
*
|
|
tor-hsclient: Add vacuous doc comments
Ian Jackson
2023-06-09
1
-6
/
+6
|
*
|
|
tor-hsclient: Add a TODO for changing RendPtIdentityForError
Ian Jackson
2023-06-09
1
-0
/
+3
|
*
|
|
tor-hsclient: Improve description of `Context`
Ian Jackson
2023-06-09
1
-3
/
+7
|
*
|
|
tor-hsclient: Correct InvalidTarget error
Ian Jackson
2023-06-09
2
-10
/
+5
|
*
|
|
tor-hsclient: mocks: Fix new code to use mockable ClientCirc
Ian Jackson
2023-06-09
1
-18
/
+36
|
*
|
|
tor-hsclient: mocks: Make MockableClientCirc be Debug
Ian Jackson
2023-06-09
1
-1
/
+2
|
*
|
|
tor-hsclient: mocks: Provide send_control_message
Ian Jackson
2023-06-09
1
-0
/
+21
|
*
|
|
tor-hsclient: Call the mock with the result circuit
Ian Jackson
2023-06-09
1
-0
/
+5
|
*
|
|
tor-hsclient: Define representation of intro point experience data
Ian Jackson
2023-06-09
1
-3
/
+44
|
*
|
|
tor-hsclient: Implement rendezvous setup, and retry framework
Ian Jackson
2023-06-09
5
-6
/
+479
|
*
|
|
tor-error: Extend applicability of RemoteNetworkTimeout
Ian Jackson
2023-06-09
1
-1
/
+6
|
*
|
|
tor-hsclient: errors: Introduce IntroPtIndex
Ian Jackson
2023-06-09
2
-1
/
+13
|
*
|
|
tor-hsclient: errors: Introduce RendPtIdentityForError
Ian Jackson
2023-06-09
2
-0
/
+11
|
*
|
|
tor-hsclient: Allow dead code for now
Ian Jackson
2023-06-09
1
-0
/
+2
|
*
|
|
tor-hsclient: Mocks: Add get_or_launch_client_rend to mock pool
Ian Jackson
2023-06-09
1
-0
/
+19
|
*
|
|
tor-hsclient: Mock trait: use actual HsCircPool in non-mock impl
Ian Jackson
2023-06-09
1
-5
/
+6
|
*
|
|
tor-hsclient: impl HasKind for InvalidTarget: ..DescriptorValidationFailed
Ian Jackson
2023-06-09
2
-3
/
+11
|
*
|
|
tor-error: Introduce define_asref_dyn_std_error and use it
Ian Jackson
2023-06-09
2
-9
/
+19
|
*
|
|
tor-hsclient: Have descriptor_ensure take only &mut data.desc
Ian Jackson
2023-06-09
1
-6
/
+8
|
*
|
|
tor-hsclient: Move &mut Data out of Context, and pass &Context (fmt)
Ian Jackson
2023-06-09
1
-9
/
+1
|
*
|
|
tor-hsclient: Move &mut Data out of Context, and pass &Context
Ian Jackson
2023-06-09
1
-19
/
+12
|
*
|
|
tor-hsclient: export InvalidTarget
Ian Jackson
2023-06-09
1
-0
/
+1
|
*
|
|
tor-hsclient: Add a TODO for InvalidTarget error
Ian Jackson
2023-06-09
1
-0
/
+4
|
/
/
/
*
|
|
Merge branch 'report-trait-doc-fix' into 'main'
Alexander Færøy
2023-06-09
2
-0
/
+107
|
\
\
\
|
*
|
|
Rephrase error handling to reporting
Saksham Mittal
2023-06-08
1
-2
/
+2
|
*
|
|
Add error handling section in README
Saksham Mittal
2023-06-08
1
-0
/
+40
|
*
|
|
Add separate example with Report
Saksham Mittal
2023-06-08
1
-0
/
+67
|
|
/
/
*
|
|
Merge branch 'warning' into 'main'
Alexander Færøy
2023-06-09
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix a silly clippy warning
Ian Jackson
2023-06-08
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'cookie' into 'main'
Ian Jackson
2023-06-09
3
-1
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-hscrypto: implement Rng.gen() for RendCookie
Ian Jackson
2023-06-09
3
-0
/
+8
|
*
|
tor-hscrypto: Break out REND_COOKIE_LEN
Ian Jackson
2023-06-09
1
-1
/
+4
|
/
/
*
|
Merge branch 'hsclient-feature' into 'main'
Alexander Færøy
2023-06-08
1
-1
/
+1
|
\
\
|
*
|
hs: Fix a feature name in arti-client
Nick Mathewson
2023-06-07
1
-1
/
+1
*
|
|
Merge branch 'netdir' into 'main'
Nick Mathewson
2023-06-08
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Expand docs for NetDirProvider
Ian Jackson
2023-06-08
1
-0
/
+7
|
/
/
*
|
Merge branch 'ipt_to_circtarget' into 'main'
Nick Mathewson
2023-06-07
8
-1
/
+159
|
\
\
|
|
/
|
/
|
|
*
hsclient: Create a CircTarget from an IntroPointDesc.
Nick Mathewson
2023-06-07
4
-1
/
+104
|
*
netdir, netdoc: Add accessors for protocol version status.
Nick Mathewson
2023-06-06
4
-0
/
+55
*
|
Merge branch 'access' into 'main'
Alexander Færøy
2023-06-06
1
-4
/
+69
|
\
|
|
*
hsdesc: Add minimal set of accessors for HsDesc and IntroPointDesc
Ian Jackson
2023-06-05
1
-0
/
+65
|
*
hsdesc docs: Don't imply that a thing has been done, which hasn't yet
Ian Jackson
2023-06-05
1
-1
/
+1
|
*
hsdesc docs: Use the definite article
Ian Jackson
2023-06-05
1
-3
/
+3
*
|
Merge branch 'remove_arrayref' into 'main'
Nick Mathewson
2023-06-06
17
-66
/
+64
|
\
\
|
*
|
tor-cell: remove use of arrayref
Nick Mathewson
2023-06-01
4
-14
/
+16
|
*
|
tor-llcrypto: remove use of arrayref
Nick Mathewson
2023-06-01
5
-20
/
+15
[prev]
[next]