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-error
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
2
-4
/
+1
|
\
|
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-3
/
+0
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
|
tor-error: Fix clippy warnings
hjrgrn
2026-07-10
2
-2
/
+2
|
/
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
5
-0
/
+5
*
tor-error: New ErrorKind for rejected documents.
Nick Mathewson
2026-05-12
2
-3
/
+17
*
arti: set_protocol_warning_mode to Warn or Off in setup_logging
moumenalaoui
2026-04-08
1
-9
/
+20
*
tor-error: add runtime ProtocolWarningMode and promote TorProtocolViolation i...
moumenalaoui
2026-03-27
1
-1
/
+182
*
tor-error: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-9
/
+9
*
Fix grammar typos
Tobias Stoeckmann
2026-03-15
1
-3
/
+3
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
tor-error: Provide new `bug_context` method on Bug and Result<_, Bug>
Ian Jackson
2025-12-01
1
-0
/
+33
*
Merge branch 'readd-error-deduping' into 'main'
Ian Jackson
2025-11-20
1
-10
/
+3
|
\
|
*
Revert "retry-error: stop trying to dedup error msgs"
Steven Engler
2025-11-18
1
-10
/
+3
*
|
error: Improve http error status code docs.
Nick Mathewson
2025-11-19
1
-0
/
+10
*
|
tor-error: rustfmt
Nick Mathewson
2025-11-18
1
-63
/
+64
*
|
tor-error: Provide a more reasonable API for http status codes.
Nick Mathewson
2025-11-18
2
-6
/
+9
*
|
tor-error: Add support for ErrorKind->HTTP status conversion
Nick Mathewson
2025-11-18
2
-0
/
+78
|
/
*
retry-error: stop trying to dedup error msgs
Steven Engler
2025-11-13
1
-3
/
+10
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
5
-5
/
+5
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-error: allow only error given to `_report!` macros
Steven Engler
2025-08-18
1
-0
/
+25
*
tor-error: update `_report!` macros to support tracing fields
Steven Engler
2025-08-18
1
-38
/
+15
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-error: Removed dependency on `once_cell`
hashcatHitman
2025-06-13
1
-2
/
+1
*
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
1
-1
/
+1
*
netdoc: functionality for detecting missing subprotos.
Nick Mathewson
2025-04-16
1
-0
/
+9
*
tor-error: Implement ErrorReport for dyn StdError + 'static.
Nick Mathewson
2025-02-04
1
-0
/
+6
*
tor-error: Refor to the correct trait.
Nick Mathewson
2025-02-04
1
-1
/
+1
*
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
*
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
[next]