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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-error: Backtrace: Remove a Captured(...) from a Display
Ian Jackson
2024-01-31
1
-1
/
+1
*
tor-error: Correct docs for ErrorReport to reflect improved situation
Ian Jackson
2023-12-12
1
-2
/
+4
*
tor-error: tests: Demonstrate warn_report on bare error and anyhow
Ian Jackson
2023-12-12
1
-0
/
+35
*
tor-error: ErrorReport: impl for StdError + 'static
Ian Jackson
2023-12-12
1
-0
/
+7
*
tor-error: ErrorReport: remove Sized bound from trait
Ian Jackson
2023-12-12
1
-1
/
+1
*
tor-error: ErrorReport: move blanket impl code into impl
Ian Jackson
2023-12-12
1
-2
/
+4
*
tor-error: ErrorReport: seal
Ian Jackson
2023-12-12
2
-1
/
+10
*
tor-error: Introduce ErrorKind::LocalResourceAlreadyInUse
Ian Jackson
2023-12-11
1
-0
/
+22
*
tor-error: fmt_ending_ok: Permit messages ending in ascii ellipsis
Ian Jackson
2023-11-20
1
-0
/
+1
*
tor-error: fmt_ending_ok: Implement with a direct match
Ian Jackson
2023-11-20
1
-1
/
+5
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
3
-0
/
+3
*
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
*
retry-error: Provide fmt_error_with_sources in retry-error
Ian Jackson
2023-07-19
1
-16
/
+3
*
clippy: tor-error: Use convert::identity for into_internal!
Ian Jackson
2023-07-10
1
-0
/
+4
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
4
-0
/
+4
*
Fix warn_report and error_report macros.
Nick Mathewson
2023-07-07
1
-4
/
+10
*
tor-error: tracing module: Use macro to generate macros
Ian Jackson
2023-07-07
1
-91
/
+53
*
tor-error: tracing module: Fix link to tracing macro
Ian Jackson
2023-07-07
1
-1
/
+1
*
Merge branch 'report-bugs-v2' into 'main'
Nick Mathewson
2023-07-07
2
-0
/
+194
|
\
|
*
event_report: assert correctness of format ending
Nick Mathewson
2023-07-07
1
-0
/
+20
|
*
tor-error: Add optional tracing support
Nick Mathewson
2023-07-07
2
-0
/
+174
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
/
*
Add TODO comments about possibly migrating away from the backtrace crate.
Nick Mathewson
2023-07-05
1
-0
/
+2
*
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: Mark define_asref_dyn_std_error as non-experimental
Nick Mathewson
2023-06-23
1
-1
/
+0
*
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-error: Introduce `LooseCmpRetryTime`
Ian Jackson
2023-06-15
1
-0
/
+19
*
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: Introduce define_asref_dyn_std_error and use it
Ian Jackson
2023-06-09
1
-0
/
+17
*
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
[next]