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
...
|
*
|
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
5
-44
/
+51
|
*
|
Test that TorError implements the right traits.
Nick Mathewson
2022-02-04
1
-3
/
+21
|
*
|
Make TorError implement Clone.
Nick Mathewson
2022-02-04
3
-10
/
+41
*
|
|
Clean up ChannelState ready_to_expire
Yuan Lyu
2022-02-06
1
-10
/
+9
*
|
|
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
9
-30
/
+304
|
/
/
*
|
Fix a doc link.
Nick Mathewson
2022-02-04
1
-1
/
+2
*
|
Merge branch 'error-poc' into 'main'
Nick Mathewson
2022-02-04
28
-61
/
+743
|
\
\
|
*
|
Require backtrace 0.3.8.
Nick Mathewson
2022-02-04
1
-1
/
+1
|
*
|
channel errors: Include what we were doing
Ian Jackson
2022-02-04
2
-11
/
+16
|
*
|
errors: Add some TODOs as per discussion comments
Ian Jackson
2022-02-04
2
-0
/
+8
|
*
|
errors: ErrorKind::TODO: Fix typo in message
Ian Jackson
2022-02-04
1
-1
/
+1
|
*
|
errors: Change docs for ErrorKind to refer to Arti
Ian Jackson
2022-02-04
1
-2
/
+2
|
*
|
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
7
-9
/
+9
|
*
|
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
2
-2
/
+22
|
*
|
errors: Handle circmgr setup errors differently
Ian Jackson
2022-02-04
2
-4
/
+5
|
*
|
tor-circmgr: Introduce TargetPorts with a pretty Display impl
Ian Jackson
2022-02-04
2
-2
/
+35
|
*
|
tor-circmgr::Error: impl HasKind
Ian Jackson
2022-02-04
1
-0
/
+12
|
*
|
tor-circmgr: Handle channel creation errors in the new style
Ian Jackson
2022-02-04
2
-4
/
+19
|
*
|
tor-chanmgr::Error: impl HasKind
Ian Jackson
2022-02-04
2
-0
/
+21
|
*
|
tor-chanmgr: Handle IO errora in the new style
Ian Jackson
2022-02-04
2
-14
/
+26
|
*
|
errors: Introduce error_detail feature
Ian Jackson
2022-02-04
4
-3
/
+39
|
*
|
errors: Refer to err::Error in some bits of arti_client
Ian Jackson
2022-02-04
4
-9
/
+11
|
*
|
errors: Introduce TorError
Ian Jackson
2022-02-04
3
-7
/
+50
|
*
|
errors: Initial impl HasKind in arti-client, ErrorKind::TODO
Ian Jackson
2022-02-04
2
-0
/
+13
|
*
|
errors: impl HasKind for GuardMgrError
Ian Jackson
2022-02-04
1
-0
/
+12
|
*
|
spawn errors: tor-guardmgr: Use formulaic pattern
Ian Jackson
2022-02-04
1
-2
/
+2
|
*
|
spawn errors: Fix tor-dirmgr
Ian Jackson
2022-02-04
1
-3
/
+10
|
*
|
spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr
Ian Jackson
2022-02-04
3
-9
/
+29
|
*
|
spawn errors: impl HasKind for futures::SpawnError
Ian Jackson
2022-02-04
3
-0
/
+22
|
*
|
tor_persist::Error: impl HasKind and adjust comments
Ian Jackson
2022-02-04
3
-2
/
+51
|
*
|
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
5
-0
/
+5
|
*
|
tor-error: provide into_internal!
Ian Jackson
2022-02-04
1
-0
/
+33
|
*
|
tor-error: Allow making an `InternalError` from some other error
Ian Jackson
2022-02-04
1
-3
/
+27
|
*
|
tor-error: Introduce InternalError as a type and a kind
Ian Jackson
2022-02-04
4
-1
/
+148
|
*
|
tor-error: Skeleton for new crate
Ian Jackson
2022-02-04
3
-0
/
+95
|
*
|
tor-persist: Distinguish load vs. store json errors
Ian Jackson
2022-02-04
3
-10
/
+20
|
*
|
tor-circmgr: impl Display for TargetPort
Ian Jackson
2022-02-04
1
-0
/
+7
|
*
|
tor-linkspec: impl Display for OwnedChanTarget and OwnedCircTarget
Ian Jackson
2022-02-04
1
-0
/
+23
|
*
|
tor-circmgr: Turn a type annotation comment into code
Ian Jackson
2022-02-04
1
-2
/
+1
*
|
|
Properly linkify two doc comment xrefs to issues
Ian Jackson
2022-02-04
1
-2
/
+2
|
/
/
*
|
Merge branch 'ticket270' into 'main'
Nick Mathewson
2022-02-03
6
-17
/
+303
|
\
\
|
*
|
Document that `notify` behavior is strange with symlinks
Nick Mathewson
2022-02-03
3
-0
/
+15
|
*
|
Avoid a potential infinite loop in configuration-watching
Nick Mathewson
2022-02-03
1
-2
/
+5
|
*
|
Treat rescan events as meaning "reload configuration".
Nick Mathewson
2022-02-03
1
-2
/
+2
|
*
|
Add a couple of TODOs about configuration-watching.
Nick Mathewson
2022-02-02
1
-0
/
+7
|
*
|
Before reloading configuration, drain all pending file changes
Nick Mathewson
2022-02-02
1
-0
/
+8
|
*
|
Refactor file-watching code to watch parent directories.
Nick Mathewson
2022-02-02
1
-8
/
+105
|
*
|
arti: Limit mut-ness of cfg_sources to one block.
Nick Mathewson
2022-02-02
1
-12
/
+16
|
*
|
arti-config: add blank lines between functions.
Nick Mathewson
2022-02-02
1
-0
/
+6
[prev]
[next]