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
/
arti-client
/
src
/
err.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ErrorHint: Add a note about lowering the permissions hint
Nick Mathewson
2023-01-27
1
-0
/
+4
*
ErrorHint: use anonymize_home
Nick Mathewson
2023-01-27
1
-2
/
+4
*
ErrorHint: Implement tryfrom_torpersist
Nick Mathewson
2023-01-27
1
-2
/
+6
*
ErrorHint: refactor API (part 2)
Nick Mathewson
2023-01-27
1
-75
/
+60
*
ErrorHint: refactor API (part 1)
Nick Mathewson
2023-01-27
1
-13
/
+19
*
add opaque ErrorHint API, impl ErrorHint from BadPermissions
Shady Katy
2023-01-27
1
-0
/
+138
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
arti-client: spelling fix.
Nick Mathewson
2022-12-06
1
-1
/
+1
*
Spelling fix in arti_client::err
eta
2022-11-29
1
-1
/
+1
*
PtMgr: Use a persistent state directory for PT state.
Nick Mathewson
2022-11-28
1
-0
/
+5
*
Integrate PtMgr into arti-client.
Nick Mathewson
2022-11-28
1
-0
/
+7
*
bridges: Create and install a BridgeDescMgr when we bootstrap
Ian Jackson
2022-11-15
1
-0
/
+7
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
1
-0
/
+6
*
arti-client: Treat list of exit ports as sensitive.
Nick Mathewson
2022-08-25
1
-1
/
+2
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
1
-0
/
+1
*
Several typo fixes from `typos`.
Nick Mathewson
2022-07-27
1
-1
/
+1
*
Update arti-client to new NetDirProvider API.
Nick Mathewson
2022-07-26
1
-0
/
+12
*
arti-client: Split "Persist" into setup and access variants.
Nick Mathewson
2022-07-21
1
-3
/
+8
*
arti_client: turn "Proto" error into StreamFailed.
Nick Mathewson
2022-07-21
1
-3
/
+10
*
arti_client: Split DirMgr error into useful types.
Nick Mathewson
2022-07-21
1
-4
/
+10
*
arti-client: minor edits in error messages and comments
Nick Mathewson
2022-07-21
1
-17
/
+20
*
arti-client: Add Bug variant to error
Ian Jackson
2022-07-18
1
-0
/
+5
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-8
/
+8
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+5
*
Merge branch 'dir-provider-redux' into 'main'
Ian Jackson
2022-03-02
1
-0
/
+7
|
\
|
*
Add a builder function for replacing a DirProvider.
Nick Mathewson
2022-02-23
1
-0
/
+7
*
|
impl From<TorAddrError> for tor_error::Error
Ian Jackson
2022-02-23
1
-0
/
+8
|
/
*
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
1
-1
/
+1
*
arti_client: provide Kinds for all errors.
Nick Mathewson
2022-02-16
1
-1
/
+10
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-1
/
+10
*
ErrorDetail Simplify visibility macros a bit.
Nick Mathewson
2022-02-08
1
-12
/
+53
*
Rename TorResult to Result.
Nick Mathewson
2022-02-08
1
-12
/
+13
*
arti_client: Rename Error to ErrorDetail.
Nick Mathewson
2022-02-08
1
-18
/
+12
*
TorError: Make detail() an accessor function.
Nick Mathewson
2022-02-08
1
-4
/
+25
*
Docs and clarification for a bunch of Error stuff
Nick Mathewson
2022-02-04
1
-4
/
+27
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-8
/
+18
*
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
1
-17
/
+5
*
Test that TorError implements the right traits.
Nick Mathewson
2022-02-04
1
-3
/
+21
*
Make TorError implement Clone.
Nick Mathewson
2022-02-04
1
-3
/
+2
*
errors: Add some TODOs as per discussion comments
Ian Jackson
2022-02-04
1
-0
/
+3
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
1
-2
/
+2
*
Box the Error in a TorError
Ian Jackson
2022-02-04
1
-2
/
+10
*
errors: Handle exit circuit creation failure the new way
Ian Jackson
2022-02-04
1
-1
/
+18
*
errors: Handle circmgr setup errors differently
Ian Jackson
2022-02-04
1
-3
/
+3
*
errors: Introduce error_detail feature
Ian Jackson
2022-02-04
1
-2
/
+18
*
errors: Refer to err::Error in some bits of arti_client
Ian Jackson
2022-02-04
1
-0
/
+3
*
errors: Introduce TorError
Ian Jackson
2022-02-04
1
-1
/
+28
*
errors: Initial impl HasKind in arti-client, ErrorKind::TODO
Ian Jackson
2022-02-04
1
-0
/
+7
*
spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr
Ian Jackson
2022-02-04
1
-3
/
+10
[next]