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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge branch 'error-report' into 'main'
Nick Mathewson
2022-02-22
7
-6
/
+130
|
\
\
\
\
|
*
|
|
|
tor_error::Report: add tests
Ian Jackson
2022-02-22
1
-0
/
+56
|
*
|
|
|
tor_error::Report: Add bound to struct
Ian Jackson
2022-02-22
1
-1
/
+3
|
*
|
|
|
Move program name printing to report_and_exit
Ian Jackson
2022-02-22
1
-3
/
+8
|
*
|
|
|
Placate clippy on nightly, properly
Ian Jackson
2022-02-18
1
-1
/
+1
|
*
|
|
|
Placate clippy on nightly
Ian Jackson
2022-02-18
1
-0
/
+1
|
*
|
|
|
Bump anyhow minimal version to 1.0.23
Ian Jackson
2022-02-18
4
-4
/
+4
|
*
|
|
|
Placate rustfmt
Ian Jackson
2022-02-18
1
-4
/
+10
|
*
|
|
|
Placate clippy
Ian Jackson
2022-02-18
2
-2
/
+5
|
*
|
|
|
Add missing docs for report_and_exit
Ian Jackson
2022-02-18
1
-0
/
+3
|
*
|
|
|
Add a missing anyhow context() call
Ian Jackson
2022-02-18
1
-2
/
+2
|
*
|
|
|
Provide error reporter and use it in the arti binary
Ian Jackson
2022-02-18
4
-1
/
+49
*
|
|
|
|
Merge branch 'pending_error' into 'main'
Ian Jackson
2022-02-22
2
-47
/
+65
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Handle panics from circuit construction.
Nick Mathewson
2022-02-18
2
-3
/
+13
|
*
|
|
|
Move the main body of our circuit-launching task into a new function
Nick Mathewson
2022-02-18
1
-47
/
+55
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'proxy-sooner' into 'main'
eta
2022-02-18
1
-10
/
+16
|
\
\
\
\
|
*
|
|
|
arti cli: Add some anyhow context() calls
Ian Jackson
2022-02-18
1
-5
/
+8
|
*
|
|
|
arti cli: socks proxy: Start listening immedately
Ian Jackson
2022-02-18
1
-4
/
+7
|
*
|
|
|
arti cli: Do config watch setup before entering future select
Ian Jackson
2022-02-18
1
-3
/
+3
|
|
/
/
/
*
/
/
/
Fix typos
Dimitris Apostolou
2022-02-18
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'script-filenames' into 'main'
eta
2022-02-18
1
-0
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rename *.py scripts to bare name
Ian Jackson
2022-02-18
1
-0
/
+0
*
|
|
Merge branch 'no-http-status-err' into 'main'
Ian Jackson
2022-02-18
3
-9
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dirclient: Remove HttpStatus error variant
Nick Mathewson
2022-02-17
3
-9
/
+18
*
|
|
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
18
-153
/
+508
|
\
\
|
*
|
Use TorConnectionFailed for failure to download directory.
Nick Mathewson
2022-02-17
2
-9
/
+1
|
*
|
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
2
-2
/
+10
|
*
|
Rename CircuitTimeout to TorNetworkTimeout.
Nick Mathewson
2022-02-17
2
-6
/
+7
|
*
|
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
4
-4
/
+4
|
*
|
tor_circmgr::Error: Sort variants by interesting-ness.
Nick Mathewson
2022-02-17
1
-37
/
+37
|
*
|
Tweak documentation on ErrorKind::Transient
Nick Mathewson
2022-02-17
1
-5
/
+4
|
*
|
tor-dirmgr: Use Bug type for sqlite-detected bugs
Ian Jackson
2022-02-17
1
-1
/
+9
|
*
|
tor-dirmgr: Make sqlite_error_kind take rusqlite::Error
Ian Jackson
2022-02-17
1
-32
/
+34
|
*
|
tor-error: splitting/lumping guidelines
Ian Jackson
2022-02-17
1
-0
/
+32
|
*
|
tor-dirclient: Error::HttpError: add a TODO saying to abolish
Ian Jackson
2022-02-17
1
-0
/
+4
|
*
|
ErrorKind::RemoteRefused: Expand on description, narrowing scope
Ian Jackson
2022-02-17
1
-0
/
+3
|
*
|
ErrorKind::Csnceled: Expand on description
Ian Jackson
2022-02-17
1
-0
/
+3
|
*
|
ErrorKind::CircuitTimeout: Expand on description
Ian Jackson
2022-02-17
1
-1
/
+2
|
*
|
ErrorKind::DirectoryExpired: Add possible deprecation notes
Ian Jackson
2022-02-17
1
-0
/
+6
|
*
|
tor-circmgr: errors: Use autoconversion for Bug
Ian Jackson
2022-02-17
1
-2
/
+2
|
*
|
tor_error: a couple of spelling/formatting issues
Nick Mathewson
2022-02-16
1
-4
/
+4
|
*
|
Finally remove ErrorKind::TODO.
Nick Mathewson
2022-02-16
1
-8
/
+0
|
*
|
arti_client: provide Kinds for all errors.
Nick Mathewson
2022-02-16
2
-1
/
+26
|
*
|
dirmgr: Remember where netdocs came from.
Nick Mathewson
2022-02-16
5
-16
/
+61
|
*
|
dirmgr: eliminate StringParsingError.
Nick Mathewson
2022-02-16
4
-29
/
+23
|
*
|
dirmgr: HasKind for internal and sqlite errors
Nick Mathewson
2022-02-16
2
-13
/
+54
|
*
|
dirmgr: implement HasKind for the easier variants
Nick Mathewson
2022-02-16
2
-10
/
+61
[prev]
[next]