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
...
|
*
|
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
11
-93
/
+384
*
|
|
Merge branch 'connect_examples' into 'main'
eta
2022-02-11
1
-5
/
+64
|
\
\
\
|
*
|
|
Write some examples for TorClient::connect()
Nick Mathewson
2022-02-11
1
-5
/
+64
*
|
|
|
socksproto: fix one more error type.
Nick Mathewson
2022-02-11
1
-1
/
+1
*
|
|
|
socksproto: Simplify Truncated handling
Nick Mathewson
2022-02-11
3
-20
/
+20
*
|
|
|
Move the Truncated error into tor-errors.
Nick Mathewson
2022-02-11
5
-19
/
+30
*
|
|
|
Try to resolve the "Truncated" error in tor-socksproto
Nick Mathewson
2022-02-11
4
-50
/
+66
*
|
|
|
tor-socksproto: Implement HasKind
Nick Mathewson
2022-02-11
4
-10
/
+92
|
/
/
/
*
|
|
Merge branch 'typos' into 'main'
Nick Mathewson
2022-02-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typos
Dimitris Apostolou
2022-02-10
1
-1
/
+1
*
|
|
|
tor-bytes: Use InternalError.
Nick Mathewson
2022-02-09
3
-3
/
+18
|
/
/
/
*
|
/
tor-config: Add HasKind support.
Nick Mathewson
2022-02-09
4
-0
/
+79
|
|
/
|
/
|
*
|
Add TODOs on uncertain points about time_since_last_traffic
Nick Mathewson
2022-02-09
2
-0
/
+2
*
|
Remove the use of Mutex in channel unused_since timestamp
Yuan Lyu
2022-02-08
6
-65
/
+83
|
/
*
Update launch of chan expiration task to new API
Nick Mathewson
2022-02-08
1
-4
/
+6
*
ErrorDetail Simplify visibility macros a bit.
Nick Mathewson
2022-02-08
2
-19
/
+53
*
Rename TorResult to Result.
Nick Mathewson
2022-02-08
3
-27
/
+28
*
arti_client: Rename Error to ErrorDetail.
Nick Mathewson
2022-02-08
4
-48
/
+43
*
TorError: Make detail() an accessor function.
Nick Mathewson
2022-02-08
1
-4
/
+25
*
Merge branch 'error-improvements' into 'main'
eta
2022-02-08
15
-225
/
+469
|
\
|
*
Tests for TargetPorts::display()
Nick Mathewson
2022-02-04
1
-1
/
+12
|
*
tests for tor-error::internal
Nick Mathewson
2022-02-04
1
-1
/
+47
|
*
Docs and clarification for a bunch of Error stuff
Nick Mathewson
2022-02-04
3
-73
/
+134
|
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
9
-94
/
+164
|
*
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
[prev]
[next]