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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove pending semver entries
arti-v1.1.12
Nick Mathewson
2024-01-09
1
-2
/
+0
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
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
2
-0
/
+38
*
tor-error: ErrorReport: impl for StdError + 'static
Ian Jackson
2023-12-12
2
-0
/
+8
*
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
3
-1
/
+11
*
tor-error: Introduce ErrorKind::LocalResourceAlreadyInUse
Ian Jackson
2023-12-11
1
-0
/
+22
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
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
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
3
-0
/
+3
*
tor-error, arti: Bump backtrace to 0.3.68.
Gabriela Moldovan
2023-08-15
1
-1
/
+1
*
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
*
Merge branch 'bump_versions_117' into 'main'
arti-v1.1.7
Nick Mathewson
2023-08-01
1
-2
/
+2
|
\
|
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-1
/
+1
|
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
|
Run "fixup features" in preparation for a release.
Nick Mathewson
2023-08-01
1
-1
/
+1
|
/
*
retry-error: Provide fmt_error_with_sources in retry-error
Ian Jackson
2023-07-19
2
-16
/
+4
*
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
2
-91
/
+54
*
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
3
-1
/
+199
|
\
|
*
event_report: assert correctness of format ending
Nick Mathewson
2023-07-07
2
-0
/
+23
|
*
tor-error: Add optional tracing support
Nick Mathewson
2023-07-07
3
-1
/
+176
*
|
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
*
Remove semver.md files for 1.1.6
Nick Mathewson
2023-06-30
1
-3
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
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
2
-1
/
+21
*
tor-error: Add KeystoreCorrupted to ErrorKind.
Gabriela Moldovan
2023-06-28
2
-0
/
+11
*
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
*
|
|
Merge branch 'upgrade_21June2023' into 'main'
gabi-250
2023-06-21
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Upgrade to strum 0.25.
Nick Mathewson
2023-06-21
1
-1
/
+1
|
|
/
*
/
Add and use ErrorKinds for remaining onion service errors
Nick Mathewson
2023-06-21
1
-0
/
+36
|
/
[prev]
[next]