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-hsclient
/
src
/
err.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
HsDesc::parse_decrypt_validate: Don't check validity time
Ian Jackson
2026-07-23
1
-0
/
+6
*
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-0
/
+6
*
hsclient: Rate-limit HsDir re-querying
Gabriela Moldovan
2026-05-07
1
-0
/
+10
*
hsclient: Move and correct timeouts for hsdescriptor downloads.
Nick Mathewson
2026-05-07
1
-0
/
+6
*
tor-hsclient: Report IPT index in IntroductionFailed.
Wesley Aptekar-Cassels
2025-11-25
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
hs*: Define some HsDesc errors as _suspicious_.
Nick Mathewson
2025-07-10
1
-0
/
+16
*
dirclient: New error type for too-long headers.
Nick Mathewson
2025-07-10
1
-0
/
+1
*
hs-pow: Use TimerangeBound for puzzle parameters.
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+22
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Preserve HTTP status text in dirclient errors.
Nick Mathewson
2023-11-29
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-1
/
+1
*
retry-error: Attempts must be AsRef<dyn Error>; print their sources
Ian Jackson
2023-07-19
1
-3
/
+3
*
Merge branch 'handshake-error' into 'main'
Nick Mathewson
2023-06-29
1
-24
/
+48
|
\
|
*
tor-hsclient: err: Mention RENDEZVOUS2 in actual messages (fmt)
Ian Jackson
2023-06-29
1
-1
/
+3
|
*
tor-hsclient: err: Rename to RendezvousCompletionCircuitError
Ian Jackson
2023-06-29
1
-4
/
+4
|
*
tor-hsclient: err: Mention RENDEZVOUS2 in actual messages
Ian Jackson
2023-06-29
1
-2
/
+2
|
*
tor-hsclient: err: Move doc comment to correct impl
Ian Jackson
2023-06-29
1
-17
/
+17
|
*
tor-hsclient: err: Mention RENDEZVOUS2
Ian Jackson
2023-06-29
1
-2
/
+2
|
*
tor-hsclient: err: Reword comments about error
Ian Jackson
2023-06-29
1
-1
/
+1
|
*
tor-hsclient: Handle handshake completion error correctly
Ian Jackson
2023-06-28
1
-0
/
+21
|
*
tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletion
Ian Jackson
2023-06-28
1
-4
/
+4
|
*
tor-hsclient: Move handling of Bug to new section
Ian Jackson
2023-06-28
1
-1
/
+2
*
|
tor-hsclient: Make RendPtIdentityForError use RelayIds
Ian Jackson
2023-06-28
1
-6
/
+3
*
|
tor-hsclient: Use RendPtIdentityForError in more places
Ian Jackson
2023-06-28
1
-4
/
+4
|
/
*
tor-hsclient: Completely hide hsdir identities in errors
Ian Jackson
2023-06-28
1
-5
/
+4
*
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
1
-0
/
+11
*
Merge branch 'expire' into 'main'
Ian Jackson
2023-06-23
1
-1
/
+1
|
\
|
*
tor-hsclient: linkify a URL in a doc comment
Ian Jackson
2023-06-22
1
-1
/
+1
*
|
Remove onion service descriptor-related errorkinds.
Nick Mathewson
2023-06-22
1
-2
/
+2
*
|
netdoc: Introduce HsDescError
Nick Mathewson
2023-06-22
1
-30
/
+3
*
|
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
1
-1
/
+24
|
/
*
tor-hsclient: Omit some unussed struct fields in patterns
Ian Jackson
2023-06-21
1
-2
/
+2
*
tor-hsclient: provide intro_index accessor for FailedAttemptError (xref)
Ian Jackson
2023-06-15
1
-1
/
+2
*
tor-hsclient: provide intro_index accessor for FailedAttemptError
Ian Jackson
2023-06-15
1
-0
/
+24
*
tor-hsclient: Add doc for HasKind for FailedAttemptError
Ian Jackson
2023-06-14
1
-0
/
+16
*
tor-hsclient: impl HasRetryTime for FailedAttemptError
Ian Jackson
2023-06-14
1
-1
/
+24
*
tor-hsclient: Conduct the INTRODUCE1 exchange
Ian Jackson
2023-06-13
1
-0
/
+24
*
tor-hsclient: Rename some errors for greater consistency
Ian Jackson
2023-06-13
1
-10
/
+10
*
tor-hsclient: Reorder timeout errors to be "less interesting"
Ian Jackson
2023-06-13
1
-21
/
+21
*
tor-hsclient: (try to) receive the RENDEZVOUS2 message
Ian Jackson
2023-06-13
1
-0
/
+16
*
tor-hsclient: Add missing `#[source]` annotation for `Failure` error
Ian Jackson
2023-06-09
1
-1
/
+1
*
tor-hsclient: Add a TODO for changing RendPtIdentityForError
Ian Jackson
2023-06-09
1
-0
/
+3
*
tor-hsclient: Correct InvalidTarget error
Ian Jackson
2023-06-09
1
-1
/
+1
*
tor-hsclient: Implement rendezvous setup, and retry framework
Ian Jackson
2023-06-09
1
-0
/
+134
*
tor-hsclient: errors: Introduce IntroPtIndex
Ian Jackson
2023-06-09
1
-0
/
+12
*
tor-hsclient: errors: Introduce RendPtIdentityForError
Ian Jackson
2023-06-09
1
-0
/
+10
*
tor-error: Introduce define_asref_dyn_std_error and use it
Ian Jackson
2023-06-09
1
-9
/
+2
*
hsclient: Rename import alias to reflect new name.
Gabriela Moldovan
2023-05-11
1
-2
/
+2
*
netdoc: Rename parse_error_kind() to netdoc_error_kind().
Gabriela Moldovan
2023-05-11
1
-1
/
+1
[next]