| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | 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 | |
| * | | | Merge branch 'ticket_344' into 'main' | eta | 2022-02-16 | 1 | -5/+24 | |
| |\ \ \ | ||||||
| | * | | | Fix a rustdoc error. | Nick Mathewson | 2022-02-15 | 1 | -1/+1 | |
| | * | | | Refactor tor-netdoc a bit more, to use Bug right. | Nick Mathewson | 2022-02-15 | 1 | -4/+23 | |
| | | |/ | |/| | ||||||
| * / | | Move persistent state flush from client to circmgr | Yuan Lyu | 2022-02-15 | 2 | -15/+13 | |
| |/ / | ||||||
| * | | Minimal compilation fix: InternalError=>Bug | Nick Mathewson | 2022-02-15 | 1 | -2/+2 | |
| * | | Merge branch 'doc-errors' into 'main' | Nick Mathewson | 2022-02-15 | 21 | -399/+579 | |
| |\ \ | |/ |/| | ||||||
| | * | Typo fix from@eta | eta | 2022-02-15 | 1 | -1/+1 | |
| | * | Refactor tor_netdoc::Error | Nick Mathewson | 2022-02-14 | 16 | -378/+552 | |
| | * | netdoc: Make doc-build errors a separate type | Nick Mathewson | 2022-02-14 | 7 | -13/+30 | |
| | * | netdoc: remove Error::Untimely. | Nick Mathewson | 2022-02-14 | 1 | -11/+0 | |
| * | | tor_error::Bug: change Display impl to use kind | Ian Jackson | 2022-02-15 | 1 | -2/+2 | |
| * | | BadApiUsage: change Display impl capitalisation | Ian Jackson | 2022-02-15 | 1 | -1/+1 | |
| * | | Rename BadApiUsage from BadAPIUsage | Ian Jackson | 2022-02-15 | 2 | -5/+5 | |
| * | | tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid error | Ian Jackson | 2022-02-15 | 2 | -8/+3 | |
| * | | 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 | |
