| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage! | Ian Jackson | 2022-02-15 | 4 | -42/+97 | |
| * | | | New name and semantics for BadAPIUsage (was BadArgument) | Ian Jackson | 2022-02-15 | 2 | -4/+13 | |
| * | | | Merge branch 'error-socksproto-autoconvert' into 'main' | Nick Mathewson | 2022-02-14 | 2 | -14/+7 | |
| |\ \ \ | ||||||
| | * | | | Run rustfmt. | Nick Mathewson | 2022-02-14 | 1 | -12/+5 | |
| | * | | | Provide, and use From impl for InternalError | Ian Jackson | 2022-02-14 | 2 | -8/+8 | |
| * | | | | Merge branch 'explain_into_tor_addr' into 'main' | Nick Mathewson | 2022-02-14 | 1 | -4/+25 | |
| |\ \ \ \ | ||||||
| | * | | | | More docs for IntoTorAddr | Nick Mathewson | 2022-02-14 | 1 | -4/+25 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'ticket_337' into 'main' | eta | 2022-02-14 | 2 | -38/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Simplify wait_for_bootstrap to use a Mutex. | Nick Mathewson | 2022-02-14 | 2 | -38/+11 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'warn_not_deny' into 'main' | eta | 2022-02-14 | 30 | -30/+30 | |
| |\ \ \ \ | ||||||
| | * | | | | Change deny(clippy::all) to warn(clippy::all). | Nick Mathewson | 2022-02-14 | 30 | -30/+30 | |
| | |/ / / | ||||||
| * | | | | Merge remote-tracking branch 'origin/mr/313' | Nick Mathewson | 2022-02-14 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tor_socksproto::Error HasKind fix two delegations | Ian Jackson | 2022-02-14 | 1 | -2/+2 | |
| * | | | | | Merge branch 'error-kind-protocol' into 'main' | Ian Jackson | 2022-02-14 | 2 | -6/+19 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Split up ErrorKind::ProtocolViolation | Ian Jackson | 2022-02-14 | 2 | -6/+19 | |
| | |/ / / / | ||||||
| * | | | | | 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 | 11 | -93/+384 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
