| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge branch 'error-kind-notimp' into 'main' | Ian Jackson | 2022-02-14 | 4 | -15/+32 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | ErrorKind::NotImplemented: fix two tests | Ian Jackson | 2022-02-14 | 2 | -2/+2 | |
| | * | | | | Split up ErrorKind::NoSupport | Ian Jackson | 2022-02-14 | 4 | -13/+30 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'error-kind-config-transition' into 'main' | Nick Mathewson | 2022-02-14 | 1 | -0/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Clarify ErrorKind::InvalidConfigTransition | Ian Jackson | 2022-02-14 | 1 | -0/+3 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'useless_qm' into 'main' | Nick Mathewson | 2022-02-14 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | dirmgr: Remove a useless Ok(x?) | Nick Mathewson | 2022-02-14 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge branch 'update_if_zero' into 'main' | Nick Mathewson | 2022-02-14 | 2 | -4/+38 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Use atomic set-and-check to update OptTimestamps if none. | Nick Mathewson | 2022-02-09 | 2 | -4/+38 | |
| * | | | Rename bootstrap_existing to bootstrap. | Nick Mathewson | 2022-02-11 | 2 | -12/+10 | |
| * | | | Merge branch 'eta/unbootstrapped-clients' into 'main' | Nick Mathewson | 2022-02-11 | 12 | -93/+386 | |
| |\ \ \ | ||||||
| | * | | | Allow creating unbootstrapped `TorClient`s (and `DirMgr`s) | eta | 2022-02-11 | 12 | -93/+386 | |
| * | | | | 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 | |
| * | | | | | 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 | |
| |\ \ | ||||||
