| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | tor-error: splitting/lumping guidelines | Ian Jackson | 2022-02-17 | 1 | -0/+32 | |
| | * | | tor-dirclient: Error::HttpError: add a TODO saying to abolish | Ian Jackson | 2022-02-17 | 1 | -0/+4 | |
| | * | | ErrorKind::RemoteRefused: Expand on description, narrowing scope | Ian Jackson | 2022-02-17 | 1 | -0/+3 | |
| | * | | ErrorKind::Csnceled: Expand on description | Ian Jackson | 2022-02-17 | 1 | -0/+3 | |
| | * | | ErrorKind::CircuitTimeout: Expand on description | Ian Jackson | 2022-02-17 | 1 | -1/+2 | |
| | * | | ErrorKind::DirectoryExpired: Add possible deprecation notes | Ian Jackson | 2022-02-17 | 1 | -0/+6 | |
| | * | | tor-circmgr: errors: Use autoconversion for Bug | Ian Jackson | 2022-02-17 | 1 | -2/+2 | |
| | * | | tor_error: a couple of spelling/formatting issues | Nick Mathewson | 2022-02-16 | 1 | -4/+4 | |
| | * | | Finally remove ErrorKind::TODO. | Nick Mathewson | 2022-02-16 | 1 | -8/+0 | |
| | * | | arti_client: provide Kinds for all errors. | Nick Mathewson | 2022-02-16 | 2 | -1/+26 | |
| | * | | dirmgr: Remember where netdocs came from. | Nick Mathewson | 2022-02-16 | 5 | -16/+61 | |
| | * | | dirmgr: eliminate StringParsingError. | Nick Mathewson | 2022-02-16 | 4 | -29/+23 | |
| | * | | dirmgr: HasKind for internal and sqlite errors | Nick Mathewson | 2022-02-16 | 2 | -13/+54 | |
| | * | | dirmgr: implement HasKind for the easier variants | Nick Mathewson | 2022-02-16 | 2 | -10/+61 | |
| | * | | Implement HasKind for tor_dirclient::Error | Nick Mathewson | 2022-02-16 | 2 | -0/+25 | |
| | * | | dirclient: remove an unused error type. | Nick Mathewson | 2022-02-16 | 1 | -4/+0 | |
| | * | | Clarify and rename PendingCanceled | Nick Mathewson | 2022-02-16 | 2 | -8/+9 | |
| | * | | Provide a better ErrorKind from RetryError. | Nick Mathewson | 2022-02-16 | 1 | -3/+26 | |
| | * | | circmgr: Add a Kind for speculative guard failure. | Nick Mathewson | 2022-02-16 | 2 | -1/+13 | |
| | * | | Add kinds for *most* circmgr errors. | Nick Mathewson | 2022-02-16 | 7 | -35/+104 | |
| | * | | circmgr: Port InternalError to use Bug. | Nick Mathewson | 2022-02-16 | 3 | -6/+12 | |
| * | | | Fix compilation on main | Nick Mathewson | 2022-02-17 | 1 | -1/+2 | |
| * | | | Merge branch 'clippy-followup' into 'main' | Nick Mathewson | 2022-02-17 | 2 | -3/+4 | |
| |\ \ \ | ||||||
| | * | | | Avoid recursive From impls | Ian Jackson | 2022-02-17 | 2 | -3/+3 | |
| | * | | | Remove some needless refs and slicing | Ian Jackson | 2022-02-17 | 3 | -6/+6 | |
| | * | | | Add a comment about "&mut [&mut ]" | Ian Jackson | 2022-02-17 | 1 | -0/+1 | |
| * | | | | Merge branch 'issue-325' into 'main' | eta | 2022-02-17 | 2 | -26/+84 | |
| |\ \ \ \ | ||||||
| | * | | | | Replace as_mut with deref impl for MutCircEnt | Yuan Lyu | 2022-02-16 | 2 | -26/+34 | |
| | * | | | | Make CircMap open_ent_count O(1) | Yuan Lyu | 2022-02-16 | 2 | -26/+76 | |
| * | | | | | Merge branch 'bootstrap_second' into 'main' | Ian Jackson | 2022-02-17 | 1 | -4/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti: create TorClient first, then bootstrap. | Nick Mathewson | 2022-02-15 | 1 | -4/+3 | |
| * | | | | | | Merge branch 'typos' into 'main' | Ian Jackson | 2022-02-17 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix typos | Dimitris Apostolou | 2022-02-17 | 1 | -3/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'ptr_arg_fix' into 'main' | Ian Jackson | 2022-02-17 | 2 | -3/+2 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| | * | | | | Re-enable clippy::ptr_arg where it had been disabled. | Nick Mathewson | 2022-02-16 | 2 | -3/+2 | |
| * | | | | | Merge branch 'eta/lazy-init' into 'main' | eta | 2022-02-16 | 5 | -16/+155 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | arti-client: add ability to automatically bootstrap | eta | 2022-02-16 | 5 | -16/+155 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'chanmgr-error' into 'main' | Nick Mathewson | 2022-02-16 | 4 | -18/+30 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-chanmgr: use Bug types. | Nick Mathewson | 2022-02-16 | 4 | -16/+24 | |
| | * | | | | Implement HasKind for tor-chanmgr::Error | Nick Mathewson | 2022-02-16 | 1 | -2/+6 | |
| * | | | | | Merge branch 'netdir-error' into 'main' | Ian Jackson | 2022-02-16 | 2 | -32/+9 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-netdir: Split testnet errors into a new type | Nick Mathewson | 2022-02-15 | 2 | -13/+9 | |
| | * | | | | tor-netdir: remove unused error variants | Nick Mathewson | 2022-02-15 | 1 | -19/+0 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'cell-proto-error' into 'main' | Nick Mathewson | 2022-02-16 | 20 | -107/+289 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | tor_proto::Error: Fix an incomplete sentence. | Nick Mathewson | 2022-02-16 | 1 | -1/+2 | |
| | * | | | Update tor-proto errors to latest API. | Nick Mathewson | 2022-02-15 | 11 | -43/+41 | |
| | * | | | Update tor-cell errors to latest API | Nick Mathewson | 2022-02-15 | 1 | -4/+4 | |
| | * | | | Make tor-proto::Error implement HasKind. | Nick Mathewson | 2022-02-15 | 4 | -27/+121 | |
| | * | | | tor-proto: use InternalError for internal errors. | Nick Mathewson | 2022-02-15 | 13 | -45/+84 | |
| | * | | | tor-cell: provide HasKind. | Nick Mathewson | 2022-02-15 | 9 | -31/+81 | |
