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
...
|
*
|
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
|
*
|
arti-config: Small type and comment refactoring from review.
Nick Mathewson
2022-02-02
1
-2
/
+0
|
*
|
Detect changes in non-client configuration sections too
Nick Mathewson
2022-02-01
2
-17
/
+30
|
*
|
Make configuration-watching configurable and off-by-default.
Nick Mathewson
2022-02-01
4
-4
/
+68
|
*
|
Reload configuration when our configuration files change.
Nick Mathewson
2022-02-01
4
-2
/
+73
*
|
|
Merge branch 'eta/reactor-2.5' into 'main'
eta
2022-02-03
1
-33
/
+60
|
\
\
\
|
*
|
|
Fix severe reactor ordering problems
eta
2022-02-03
1
-33
/
+60
*
|
|
|
Merge branch 'add-final-newline-force' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add editorconfig to force some rules (Final Newline)
Daniel Schischkin
2022-02-03
1
-1
/
+1
*
|
|
|
|
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
13
-45
/
+174
|
\
\
\
\
\
[prev]
[next]