index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsclient
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
tor-hsclient: Expand explanation of `last_used` (for Open)
Ian Jackson
2023-06-22
1
-1
/
+20
|
*
|
tor-hsclient: Make comment about circuit expiry more accurate
Nick Mathewson
2023-06-22
1
-1
/
+2
|
*
|
tor-hsclient: linkify a URL in a doc comment
Ian Jackson
2023-06-22
1
-1
/
+1
|
*
|
tor-hsclient: Apply broken formatting as demanded by rustfmt
Ian Jackson
2023-06-22
1
-1
/
+1
|
*
|
tor-hsclient: Test circuit expiry
Ian Jackson
2023-06-22
1
-1
/
+46
|
*
|
tor-hsclient: Expire HS circuits that we don't want to reuse
Ian Jackson
2023-06-22
1
-4
/
+128
|
*
|
tor-hsclient: Introduce helper function for locking services table
Ian Jackson
2023-06-22
2
-14
/
+17
|
*
|
tor-hsclient: Abolish an obsolete comment
Ian Jackson
2023-06-22
1
-1
/
+0
|
|
/
*
|
Remove onion service descriptor-related errorkinds.
Nick Mathewson
2023-06-22
1
-2
/
+2
*
|
netdoc: Introduce HsDescError
Nick Mathewson
2023-06-22
2
-31
/
+4
*
|
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
2
-2
/
+25
|
\
\
|
|
/
|
/
|
|
*
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
2
-2
/
+25
*
|
Merge branch 'stderr' into 'main'
Alexander Færøy
2023-06-21
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
|
tor-hsclient: Apply deferred clippy churn needed by fmt churn
Ian Jackson
2023-06-21
1
-1
/
+1
*
|
tor-hsclient: Apply deferred rustfmt churn
Ian Jackson
2023-06-21
2
-11
/
+6
*
|
tor-hsclient: Drop most allows that are marked for removal
Ian Jackson
2023-06-21
3
-9
/
+0
*
|
tor-hsclient: Drop a large number of unneeded imports
Ian Jackson
2023-06-21
4
-19
/
+9
*
|
tor-hsclient: Add HSID to some log messages
Ian Jackson
2023-06-21
1
-6
/
+7
*
|
tor-hsclient: Do Debug the descriptor as part of Data
Ian Jackson
2023-06-21
1
-1
/
+0
*
|
tor-hsclient: Drop some temporary trace calls
Ian Jackson
2023-06-21
2
-8
/
+2
*
|
tor-hsclient: Drop two eprintlns in production code
Ian Jackson
2023-06-21
1
-2
/
+0
*
|
tor-hsclinet: Promote dead code allows to cover all tests
Ian Jackson
2023-06-21
1
-1
/
+3
*
|
tor-hsclient: Use a formulaic TODO mark for incompleteness of tests
Ian Jackson
2023-06-21
1
-5
/
+5
*
|
tor-hsclinet: Add a narrow allow, pending answer to open question
Ian Jackson
2023-06-21
1
-0
/
+1
*
|
tor-hsclient: Remove unused Context.hs_blind_id_key
Ian Jackson
2023-06-21
1
-3
/
+0
*
|
tor-hsclient: Add an allow for a deliberately-unused variable
Ian Jackson
2023-06-21
1
-0
/
+1
*
|
tor-hsclient: Omit some unussed struct fields in patterns
Ian Jackson
2023-06-21
1
-2
/
+2
|
/
*
Merge branch 'netdoc-todos' into 'main'
Nick Mathewson
2023-06-16
1
-0
/
+2
|
\
|
*
hsclient: note that we should check revctr.
Nick Mathewson
2023-06-16
1
-0
/
+2
*
|
keymgr: Move the HS client and service key specifiers out of tor-keymgr.
Gabriela Moldovan
2023-06-15
2
-2
/
+81
*
|
hsclient: Change builder error return type to ConfigBuildError.
Gabriela Moldovan
2023-06-15
1
-1
/
+1
*
|
tor-hsclient: Make Untried a {}-less unit
Ian Jackson
2023-06-15
1
-2
/
+2
*
|
tor-hsclient: Insert a blank line
gabi-250
2023-06-15
1
-0
/
+1
*
|
tor-hsclient: Docs improvements.
gabi-250
2023-06-15
1
-2
/
+2
*
|
tor-hsclient: Remove two done TODOs
Ian Jackson
2023-06-15
1
-2
/
+0
*
|
tor-hsclient: provide intro_index accessor for FailedAttemptError (xref)
Ian Jackson
2023-06-15
1
-1
/
+2
*
|
tor-hsclient: Actually store our IPT experiences
Ian Jackson
2023-06-15
1
-7
/
+42
*
|
tor-hsclient: intro_rend_connect: bind `outcome`
Ian Jackson
2023-06-15
1
-3
/
+3
*
|
tor-hsclient: Actually choose which intro points to use
Ian Jackson
2023-06-15
1
-3
/
+75
*
|
tor-hsclient: Introduce RelayIdForExperience
Ian Jackson
2023-06-15
1
-9
/
+37
*
|
tor-hsclient: Add random sort key to UsableIpt
Ian Jackson
2023-06-15
1
-0
/
+6
*
|
tor-hsclient: provide intro_index accessor for FailedAttemptError
Ian Jackson
2023-06-15
2
-1
/
+24
*
|
tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::Never
Ian Jackson
2023-06-14
1
-1
/
+1
*
|
tor-hsclient: Correction to HasRetryTime for InvalidTarget doc
Nick Mathewson
2023-06-14
1
-1
/
+2
*
|
tor-hsclient: Add doc for HasKind for FailedAttemptError
Ian Jackson
2023-06-14
1
-0
/
+16
*
|
tor-hsclient: Add docs and comments about HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-0
/
+18
*
|
tor-hsclient: impl HasRetryTime for FailedAttemptError
Ian Jackson
2023-06-14
2
-2
/
+25
*
|
tor-hsclient: impl HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-1
/
+14
|
/
*
tor-hsclient: Add some more debugging
Ian Jackson
2023-06-13
1
-2
/
+39
[prev]
[next]