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
...
|
*
|
New ErrorKind::LocalProtocolFailed.
Nick Mathewson
2022-09-27
2
-0
/
+9
|
|
/
*
/
Bump crates that have had no API changes.
Nick Mathewson
2022-10-03
1
-1
/
+1
|
/
*
force no inlining on internal_macro_test
trinity-1686a
2022-09-09
1
-0
/
+1
*
Add a dbg!() to diagnose #570.
Nick Mathewson
2022-09-08
1
-0
/
+9
*
Update patch-versions on crates without API changes.
Nick Mathewson
2022-09-01
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-1
/
+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
*
Move tor-error crate to the "rust-patterns" category.
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Placate rustfmt
Ian Jackson
2022-05-17
1
-5
/
+1
*
Do backtrace string matching test only on some platforms.
Ian Jackson
2022-05-17
1
-0
/
+19
*
Revert "Merge branch 'backtrace' into 'main'"
eta
2022-05-16
1
-6
/
+0
*
Do backtrace string matching test only on Linux
Ian Jackson
2022-05-16
1
-0
/
+6
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
1
-0
/
+9
|
\
|
*
Add new FsPermissions ErrorKind.
Nick Mathewson
2022-05-09
1
-0
/
+9
*
|
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-1
/
+1
|
/
*
Fix grammar and typos
Samanta Navarro
2022-04-27
4
-4
/
+4
*
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
1
-12
/
+29
|
\
|
*
AbsRetryTime::from_sum: Provide a test case
Ian Jackson
2022-04-25
1
-0
/
+15
|
*
AbsRetryTime::from_sum: Add missing full stop
Ian Jackson
2022-04-25
1
-1
/
+1
|
*
retry-error: Provide AbsRetryTime::from_sub and use it
Ian Jackson
2022-04-25
1
-12
/
+14
*
|
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
|
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
|
/
*
tor-error: Handle integer overflows
Samanta Navarro
2022-04-23
1
-4
/
+27
*
RetryTime: Improve documentation.
Nick Mathewson
2022-04-04
1
-7
/
+27
*
RetryTime: make loose_cmp pub.
Nick Mathewson
2022-04-04
1
-1
/
+1
*
RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.
Nick Mathewson
2022-04-04
2
-26
/
+70
*
tor-error: Add a new RetryTime type and related trait.
Nick Mathewson
2022-04-04
3
-0
/
+221
*
Reformat tor-error/Cargo.toml
Nick Mathewson
2022-04-04
1
-3
/
+3
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-1
/
+1
*
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
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-1
/
+1
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-03-01
1
-16
/
+5
*
|
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
*
|
Update minimum backtrace version to 0.3.39
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
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
[prev]
[next]