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: use `Display` for backtrace captured by `BugRepr`
Steven Engler
2024-10-29
1
-1
/
+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
*
Merge branch 'miri-1' into 'main'
Ian Jackson
2024-10-09
1
-2
/
+2
|
\
|
*
tor-error: Disable backtraces under miri, even if cargo feature enabled
Ian Jackson
2024-10-08
1
-2
/
+2
*
|
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
*
Merge branch 'rpc-describe' into 'main'
Nick Mathewson
2024-08-13
1
-0
/
+12
|
\
|
*
tor-error: implement HasKind on void::Void and Infallible.
Nick Mathewson
2024-08-12
1
-0
/
+12
*
|
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-5
/
+3
|
/
*
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
*
derive-deftly: Change some docs references
Ian Jackson
2024-04-03
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
4
-0
/
+4
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
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
|
\
[next]