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
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
tor-error: Fix a broken intra-doc link
Ian Jackson
2022-06-10
1
-1
/
+2
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-1
/
+8
*
lints: Make lint blocks consistent
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
Add new FsPermissions ErrorKind.
Nick Mathewson
2022-05-09
1
-0
/
+9
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
tor-error: Add a new RetryTime type and related trait.
Nick Mathewson
2022-04-04
1
-0
/
+3
*
tor-proto: better errors when handshake fails due to untimely certs
Nick Mathewson
2022-03-23
1
-0
/
+8
*
Provide ErrorKind::Other
Ian Jackson
2022-03-04
1
-0
/
+10
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Fix typo in message
Nick Mathewson
2022-02-28
1
-1
/
+1
*
|
EK::RemoteProtocolFailed replaces OtherRemote
Ian Jackson
2022-02-28
1
-6
/
+14
*
|
Introduce ErrorKind::OtherRemote
Ian Jackson
2022-02-28
1
-0
/
+9
*
|
Merge branch 'proto_handshake_err' into 'main'
Nick Mathewson
2022-02-24
1
-2
/
+2
|
\
\
|
*
|
tor-proto: Split IoErr based on when it occurs
Nick Mathewson
2022-02-23
1
-2
/
+2
|
|
/
*
/
Give specific error kinds to different END reasons
Nick Mathewson
2022-02-23
1
-1
/
+53
|
/
*
Cleanups on !340 from @diziet
Ian Jackson
2022-02-23
1
-2
/
+8
*
Make NoLock into BadApiUsage.
Nick Mathewson
2022-02-22
1
-12
/
+0
*
Eliminate RequestedResourceAbsent kind.
Nick Mathewson
2022-02-22
1
-7
/
+0
*
Fold NamespaceFull into BadApiUsage.
Nick Mathewson
2022-02-22
1
-12
/
+0
*
Rename RemoteNameError to RemoteHostNotFound
Nick Mathewson
2022-02-22
1
-4
/
+4
*
Replace TorNetworkError with TorDirectoryError
Nick Mathewson
2022-02-22
1
-6
/
+6
*
Rename TorConnectionFailed to TorAccessFailed
Nick Mathewson
2022-02-22
1
-1
/
+1
*
Fold UnexplainedTaskSpawnFailure into Internal.
Nick Mathewson
2022-02-22
1
-9
/
+1
*
Rename TorShuttingDown to ArtiShuttingDown
Nick Mathewson
2022-02-22
1
-1
/
+1
*
Replace RemoteRefused with CircuitRefused.
Nick Mathewson
2022-02-22
1
-4
/
+4
*
Rename RemoteIdMismatch to RelayIdMismatch.
Nick Mathewson
2022-02-22
1
-2
/
+2
*
Fold EK::Canceled into TransientFailure
Nick Mathewson
2022-02-22
1
-10
/
+0
*
Fold AlreadyClosed into BadApiUsage
Nick Mathewson
2022-02-22
1
-5
/
+0
*
Add TODOs for errorkinds we mean to fix later
Nick Mathewson
2022-02-22
1
-2
/
+13
*
Merge remote-tracking branch 'origin/mr/335'
Nick Mathewson
2022-02-22
1
-18
/
+39
|
\
|
*
Edit tor-error comment to reflect shared ideas
Nick Mathewson
2022-02-18
1
-18
/
+37
*
|
Merge branch 'error-report' into 'main'
Nick Mathewson
2022-02-22
1
-0
/
+3
|
\
\
|
*
|
Provide error reporter and use it in the arti binary
Ian Jackson
2022-02-18
1
-0
/
+3
|
|
/
*
/
Fix typos
Dimitris Apostolou
2022-02-18
1
-2
/
+2
|
/
*
spelling fix
Nick Mathewson
2022-02-17
1
-1
/
+1
*
Add #[display] annotations for remaining ErrorKinds.
Nick Mathewson
2022-02-17
1
-0
/
+2
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-16
/
+174
|
\
|
*
Use TorConnectionFailed for failure to download directory.
Nick Mathewson
2022-02-17
1
-8
/
+0
|
*
Clarify state vs cache in ErrorKind
Nick Mathewson
2022-02-17
1
-4
/
+20
|
*
Correct ErrorKinds for some tor-dirclient errors.
Nick Mathewson
2022-02-17
1
-0
/
+8
|
*
Rename CircuitTimeout to TorNetworkTimeout.
Nick Mathewson
2022-02-17
1
-4
/
+5
|
*
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
1
-1
/
+1
|
*
Tweak documentation on ErrorKind::Transient
Nick Mathewson
2022-02-17
1
-5
/
+4
|
*
tor-error: splitting/lumping guidelines
Ian Jackson
2022-02-17
1
-0
/
+32
|
*
ErrorKind::RemoteRefused: Expand on description, narrowing scope
Ian Jackson
2022-02-17
1
-0
/
+3
[next]