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-error
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdoc: functionality for detecting missing subprotos.
Nick Mathewson
2025-04-16
1
-0
/
+9
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-error: add comment to `ErrorKind::TransientFailure`
Steven Engler
2024-11-21
1
-0
/
+1
*
Remove Rpc* variants from tor_error::ErrorKind
Nick Mathewson
2024-10-17
1
-40
/
+0
*
tor-error: Make "futures" dependency optional.
Nick Mathewson
2024-10-09
1
-0
/
+1
*
tor-{error,rpcbase}: Add new RPC error codes from spec.
Nick Mathewson
2024-10-07
1
-0
/
+11
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-64
/
+62
*
tor-error: implement HasKind on void::Void and Infallible.
Nick Mathewson
2024-08-12
1
-0
/
+12
*
rpc: Rename the error codes for something like consistency.
Nick Mathewson
2024-07-25
1
-1
/
+1
*
rpc: split "method not found"
Nick Mathewson
2024-07-25
1
-0
/
+6
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-error: Fix message for LocalResourceExhausted
Ian Jackson
2024-04-23
1
-1
/
+1
*
tor-error: Add ErrorKind::LocalResourceExhausted
Ian Jackson
2024-04-23
1
-0
/
+6
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-error: ErrorReport: seal
Ian Jackson
2023-12-12
1
-0
/
+6
*
tor-error: Introduce ErrorKind::LocalResourceAlreadyInUse
Ian Jackson
2023-12-11
1
-0
/
+22
*
tor-error: Remove KeystoreFsPermissions variant.
Gabriela Moldovan
2023-08-08
1
-12
/
+0
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Merge branch 'report-bugs-v2' into 'main'
Nick Mathewson
2023-07-07
1
-0
/
+3
|
\
|
*
tor-error: Add optional tracing support
Nick Mathewson
2023-07-07
1
-0
/
+3
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
/
*
tor-error: Make KeystoreFsPermissions experimental for now
Ian Jackson
2023-06-29
1
-0
/
+3
*
tor-error: Add KeystoreAccessFailed, KeystoreFsPermissions to ErrorKind.
Gabriela Moldovan
2023-06-28
1
-0
/
+19
*
tor-error: Add KeystoreCorrupted to ErrorKind.
Gabriela Moldovan
2023-06-28
1
-0
/
+10
*
tor-error: Stabilize OnionService error kinds
Nick Mathewson
2023-06-22
1
-7
/
+0
*
tor-error: typo fix in a comment.
Nick Mathewson
2023-06-22
1
-1
/
+1
*
Remove onion service descriptor-related errorkinds.
Nick Mathewson
2023-06-22
1
-46
/
+0
*
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
1
-16
/
+6
|
\
|
*
New ErrorKind for invalid onion addresses
Nick Mathewson
2023-06-22
1
-0
/
+9
|
*
Remove ErrorKind::OnionService{Intro,Rend}Failed
Nick Mathewson
2023-06-22
1
-19
/
+0
*
|
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
*
|
Add and use ErrorKinds for remaining onion service errors
Nick Mathewson
2023-06-21
1
-0
/
+36
|
/
*
tor-hsclient: Conduct the INTRODUCE1 exchange
Ian Jackson
2023-06-13
1
-0
/
+10
*
tor-error: Clarify what we mean by "hostile".
Gabriela Moldovan
2023-06-12
1
-1
/
+1
*
tor-error: Document another potential cause for OnionServiceDescriptorValidat...
Gabriela Moldovan
2023-06-12
1
-0
/
+4
*
tor-error: Extend applicability of RemoteNetworkTimeout
Ian Jackson
2023-06-09
1
-1
/
+6
*
tor-hsclient: impl HasKind for InvalidTarget: ..DescriptorValidationFailed
Ian Jackson
2023-06-09
1
-2
/
+4
*
tor-error: Add a TODO regarding HS desc parsing errors.
Gabriela Moldovan
2023-05-03
1
-0
/
+14
*
Clarify what the new ErrorKinds mean.
Gabriela Moldovan
2023-05-03
1
-4
/
+14
*
hsclient: Use a real HsDesc instead of an unparsed string.
Gabriela Moldovan
2023-05-03
1
-0
/
+16
*
tor-error: Add ErrorKinds for RPC errors.
Nick Mathewson
2023-04-12
1
-0
/
+23
*
Merge branch 'bug804' into 'main'
Nick Mathewson
2023-04-11
1
-10
/
+3
|
\
|
*
s/ProtocolFailed/ProtocolViolation/g where possible
Neel Chauhan
2023-04-08
1
-10
/
+3
*
|
Use an Enum for the description request
tranna
2023-04-10
1
-1
/
+1
|
/
*
tor-error: Rename ErrorKind::TorDirectoryUsable (from ...Broken)
Ian Jackson
2023-04-06
1
-3
/
+3
*
tor-error: Introduce ErrorKind::TorDirectoryBroken
Ian Jackson
2023-04-05
1
-0
/
+16
*
tor-error: Add OnionServiceNotRunning error
Ian Jackson
2023-03-31
1
-0
/
+13
[next]