| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | tor-proto: Split IoErr based on when it occurs | Nick Mathewson | 2022-02-23 | 5 | -21/+34 | |
| * | | | | Merge branch 'remote_stream_err' into 'main' | eta | 2022-02-24 | 3 | -4/+75 | |
| |\ \ \ \ | ||||||
| | * | | | | Give specific error kinds to different END reasons | Nick Mathewson | 2022-02-23 | 3 | -4/+75 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'debug-datastream' into 'main' | eta | 2022-02-24 | 3 | -2/+19 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | impl Debug for DataStream (and its components) | Ian Jackson | 2022-02-24 | 3 | -2/+19 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'dir-store-redux' into 'main' | Nick Mathewson | 2022-02-24 | 6 | -297/+350 | |
| |\ \ \ | ||||||
| | * | | | dirmgr::Store.expire_all takes config | tharvik | 2022-02-23 | 3 | -26/+47 | |
| | * | | | dirmgr: add Store trait | tharvik | 2022-02-23 | 6 | -278/+310 | |
| * | | | | Fix typos | Dimitris Apostolou | 2022-02-23 | 1 | -3/+3 | |
| |/ / / | ||||||
| * | | | Merge branch 'custom-tcp-hook' into 'main' | eta | 2022-02-23 | 2 | -0/+344 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | add one more comment to hook-tcp | trinity-1686a | 2022-02-23 | 1 | -0/+1 | |
| | * | | examples/hook-tcp: add some comments, rework lifetimes a bit | eta | 2022-02-23 | 1 | -28/+73 | |
| | * | | implement correct handling of connection close and add comment explaining goa... | trinity-1686a | 2022-02-23 | 1 | -9/+54 | |
| | * | | add drop on CustomTcpStream to catch disconnection without close | trinity-1686a | 2022-02-23 | 1 | -0/+13 | |
| | * | | add example of tcp hook | trinity-1686a | 2022-02-23 | 2 | -0/+240 | |
| * | | | Merge remote-tracking branch 'origin/mr/340' | Nick Mathewson | 2022-02-23 | 13 | -121/+117 | |
| |\ \ \ | ||||||
| | * | | | Cleanups on !340 from @diziet | Ian Jackson | 2022-02-23 | 1 | -2/+8 | |
| | * | | | Make NoLock into BadApiUsage. | Nick Mathewson | 2022-02-22 | 4 | -23/+15 | |
| | * | | | Eliminate RequestedResourceAbsent kind. | Nick Mathewson | 2022-02-22 | 6 | -30/+46 | |
| | * | | | Fold NamespaceFull into BadApiUsage. | Nick Mathewson | 2022-02-22 | 2 | -13/+1 | |
| | * | | | Rename RemoteNameError to RemoteHostNotFound | Nick Mathewson | 2022-02-22 | 2 | -6/+6 | |
| | * | | | Replace TorNetworkError with TorDirectoryError | Nick Mathewson | 2022-02-22 | 2 | -7/+7 | |
| | * | | | Rename TorConnectionFailed to TorAccessFailed | Nick Mathewson | 2022-02-22 | 3 | -4/+4 | |
| | * | | | Fold UnexplainedTaskSpawnFailure into Internal. | Nick Mathewson | 2022-02-22 | 1 | -9/+1 | |
| | * | | | Rename TorShuttingDown to ArtiShuttingDown | Nick Mathewson | 2022-02-22 | 2 | -2/+2 | |
| | * | | | Replace RemoteRefused with CircuitRefused. | Nick Mathewson | 2022-02-22 | 2 | -5/+5 | |
| | * | | | Rename RemoteIdMismatch to RelayIdMismatch. | Nick Mathewson | 2022-02-22 | 2 | -3/+3 | |
| | * | | | Fold EK::Canceled into TransientFailure | Nick Mathewson | 2022-02-22 | 2 | -11/+7 | |
| | * | | | Fold AlreadyClosed into BadApiUsage | Nick Mathewson | 2022-02-22 | 2 | -6/+1 | |
| | * | | | Add TODOs for errorkinds we mean to fix later | Nick Mathewson | 2022-02-22 | 1 | -2/+13 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'client_builder' into 'main' | Nick Mathewson | 2022-02-23 | 5 | -51/+117 | |
| |\ \ \ | ||||||
| | * | | | Documentation suggestion from review. | Ian Jackson | 2022-02-23 | 1 | -1/+1 | |
| | * | | | Make a TorClientBuilder API. | Nick Mathewson | 2022-02-18 | 5 | -51/+117 | |
| * | | | | Merge branch 'restore_needless_borrow_check' into 'main' | eta | 2022-02-23 | 8 | -9/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Remove clippy::needless_borrow exception in CI. | Nick Mathewson | 2022-02-20 | 8 | -9/+0 | |
| | |/ / | ||||||
| * | | | Merge remote-tracking branch 'origin/mr/335' | Nick Mathewson | 2022-02-22 | 1 | -18/+39 | |
| |\ \ \ | ||||||
| | * | | | Edit tor-error comment to reflect shared ideas | Nick Mathewson | 2022-02-18 | 1 | -18/+37 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'error-report' into 'main' | Nick Mathewson | 2022-02-22 | 7 | -6/+130 | |
| |\ \ \ | ||||||
| | * | | | tor_error::Report: add tests | Ian Jackson | 2022-02-22 | 1 | -0/+56 | |
| | * | | | tor_error::Report: Add bound to struct | Ian Jackson | 2022-02-22 | 1 | -1/+3 | |
| | * | | | Move program name printing to report_and_exit | Ian Jackson | 2022-02-22 | 1 | -3/+8 | |
| | * | | | Placate clippy on nightly, properly | Ian Jackson | 2022-02-18 | 1 | -1/+1 | |
| | * | | | Placate clippy on nightly | Ian Jackson | 2022-02-18 | 1 | -0/+1 | |
| | * | | | Bump anyhow minimal version to 1.0.23 | Ian Jackson | 2022-02-18 | 4 | -4/+4 | |
| | * | | | Placate rustfmt | Ian Jackson | 2022-02-18 | 1 | -4/+10 | |
| | * | | | Placate clippy | Ian Jackson | 2022-02-18 | 2 | -2/+5 | |
| | * | | | Add missing docs for report_and_exit | Ian Jackson | 2022-02-18 | 1 | -0/+3 | |
| | * | | | Add a missing anyhow context() call | Ian Jackson | 2022-02-18 | 1 | -2/+2 | |
| | * | | | Provide error reporter and use it in the arti binary | Ian Jackson | 2022-02-18 | 4 | -1/+49 | |
| * | | | | Merge branch 'pending_error' into 'main' | Ian Jackson | 2022-02-22 | 2 | -47/+65 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
