| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Write some examples for TorClient::connect() | Nick Mathewson | 2022-02-11 | 1 | -5/+64 | |
| * | | | | | Merge branch 'socksproto-errors' into 'main' | Nick Mathewson | 2022-02-11 | 9 | -46/+156 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | 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 | 5 | -10/+93 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'typos' into 'main' | Nick Mathewson | 2022-02-10 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typos | Dimitris Apostolou | 2022-02-10 | 2 | -2/+2 | |
| * | | | | | Merge branch 'bytes-err' into 'main' | eta | 2022-02-10 | 4 | -3/+19 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-bytes: Use InternalError. | Nick Mathewson | 2022-02-09 | 4 | -3/+19 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'tor-config-err' into 'main' | Nick Mathewson | 2022-02-09 | 5 | -0/+80 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | tor-config: Add HasKind support. | Nick Mathewson | 2022-02-09 | 5 | -0/+80 | |
| |/ / / | ||||||
| * | | | Add TODOs on uncertain points about time_since_last_traffic | Nick Mathewson | 2022-02-09 | 2 | -0/+2 | |
| * | | | Merge branch 'issue-324' into 'main' | Nick Mathewson | 2022-02-09 | 6 | -65/+83 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Remove the use of Mutex in channel unused_since timestamp | Yuan Lyu | 2022-02-08 | 6 | -65/+83 | |
| * | | | Merge branch 'allow-failure-coverage' into 'main' | eta | 2022-02-09 | 1 | -0/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Temporarily allow failures in the coverage CI. | Nick Mathewson | 2022-02-09 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge branch 'error_improvements2' into 'main' | eta | 2022-02-08 | 4 | -91/+144 | |
| |\ \ | ||||||
| | * | | 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 | |
| * | | | Merge branch 'issue-41' into 'main' | Nick Mathewson | 2022-02-07 | 10 | -30/+304 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | 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 | 10 | -30/+305 | |
| |/ / | ||||||
| * | | Fix a doc link. | Nick Mathewson | 2022-02-04 | 1 | -1/+2 | |
| * | | Merge branch 'error-poc' into 'main' | Nick Mathewson | 2022-02-04 | 31 | -61/+850 | |
| |\ \ | ||||||
| | * | | 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 | |
