| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Merge branch 'untimely_dir_is_failed' into 'main' | eta | 2022-04-06 | 3 | -18/+25 | |
| | |\ \ | ||||||
| | | * | | Treat expired/not-yet-valid directory objects as Errors. | Nick Mathewson | 2022-04-05 | 3 | -18/+25 | |
| | * | | | Merge branch 'retriable' into 'main' | Nick Mathewson | 2022-04-05 | 11 | -72/+631 | |
| | |\ \ \ | | |/ / | |/| | | ||||||
| | | * | | Merge branch 'main' into 'retriable' | Nick Mathewson | 2022-04-05 | 6 | -24/+163 | |
| | | |\ \ | | |/ / | |/| | | ||||||
| | | * | | Distinguish UsageMismatch cases by whether a race is possible | Nick Mathewson | 2022-04-04 | 2 | -7/+33 | |
| | | * | | RetryTime: Improve documentation. | Nick Mathewson | 2022-04-04 | 1 | -7/+27 | |
| | | * | | RetryTime: make loose_cmp pub. | Nick Mathewson | 2022-04-04 | 1 | -1/+1 | |
| | | * | | RetryTime: use strum::EnumDiscriminants to simplify loose_cmp. | Nick Mathewson | 2022-04-04 | 3 | -26/+99 | |
| | | * | | circmgr: Improve retry-and-or-delay logic. | Nick Mathewson | 2022-04-04 | 1 | -26/+36 | |
| | | * | | circmgr: implement HasRetryTime. | Nick Mathewson | 2022-04-04 | 1 | -2/+80 | |
| | | * | | guardmgr: implement HasRetryTime. | Nick Mathewson | 2022-04-04 | 1 | -0/+24 | |
| | | * | | chanmgr: implement HasRetryTime. | Nick Mathewson | 2022-04-04 | 1 | -0/+31 | |
| | | * | | circmgr: Improve reporting of error origins. | Nick Mathewson | 2022-04-04 | 3 | -28/+77 | |
| | | * | | circmgr: Avoid a race condition in circuit usage restriction | Nick Mathewson | 2022-04-04 | 4 | -11/+37 | |
| | | * | | tor-error: Add a new RetryTime type and related trait. | Nick Mathewson | 2022-04-04 | 4 | -0/+222 | |
| | | * | | Reformat tor-error/Cargo.toml | Nick Mathewson | 2022-04-04 | 1 | -3/+3 | |
| * | | | | Fix a rustdoc link | Nick Mathewson | 2022-04-05 | 1 | -5/+5 | |
| * | | | | GuardMgr: Tests for copy_status_from. | Nick Mathewson | 2022-04-05 | 2 | -0/+65 | |
| * | | | | GuardMgr: Tests for note_external_{success,failure}. | Nick Mathewson | 2022-04-05 | 1 | -0/+57 | |
| * | | | | Rewrite and fix Guard::copy_status_from. | Nick Mathewson | 2022-04-05 | 3 | -21/+45 | |
| * | | | | GuardMgr: Track directory status and circuit status separately. | Nick Mathewson | 2022-04-05 | 4 | -69/+235 | |
| * | | | | Allow DirStatus objects to have different timeout floors | Nick Mathewson | 2022-04-04 | 2 | -21/+24 | |
| * | | | | Add RetrySchedule::reset() | Nick Mathewson | 2022-04-04 | 2 | -1/+9 | |
| * | | | | Rename fallback::status::Status to DirStatus. | Nick Mathewson | 2022-04-04 | 4 | -13/+13 | |
| |/ / / | ||||||
| * | | | Merge branch 'coverage_20220402' into 'main' | eta | 2022-04-04 | 6 | -24/+163 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | chanmgr: tests for ConnStatus::usable | Nick Mathewson | 2022-04-02 | 1 | -0/+5 | |
| | * | | chanmgr: add a test for AbstractChannel::duration_unused | Nick Mathewson | 2022-04-02 | 1 | -1/+9 | |
| | * | | chanmgr: add tests for connect_one. | Nick Mathewson | 2022-04-02 | 1 | -2/+84 | |
| | * | | rtmock: add the ability to make a connection time out. | Nick Mathewson | 2022-04-02 | 2 | -6/+34 | |
| | * | | checkable: additional unit tests for more APIs. | Nick Mathewson | 2022-04-02 | 1 | -0/+28 | |
| | * | | socksproto: remove some unused accessors. | Nick Mathewson | 2022-04-02 | 2 | -15/+3 | |
| |/ / | ||||||
| * | | Update rlimit to 0.8.1 | Nick Mathewson | 2022-04-02 | 1 | -2/+2 | |
| * | | Cargo.toml: Edit crate list to reflect dependencies | Nick Mathewson | 2022-04-01 | 1 | -2/+2 | |
| * | | Clean out semver_status.md | Nick Mathewson | 2022-04-01 | 1 | -98/+1 | |
| * | | Merge branch '020_versions' into 'main'arti-v0.2.0 | Nick Mathewson | 2022-04-01 | 34 | -210/+210 | |
| |\ \ | ||||||
| | * | | Bump all arti*, tor* crates to 0.2.0 | Nick Mathewson | 2022-04-01 | 32 | -206/+206 | |
| | * | | Bump caret, retry-error to 0.1.1 | Nick Mathewson | 2022-04-01 | 3 | -4/+4 | |
| |/ / | ||||||
| * | | Update Cargo.lock based on build. | Nick Mathewson | 2022-04-01 | 1 | -4/+30 | |
| * | | CHANGELOG: Fix another sentence | Nick Mathewson | 2022-04-01 | 1 | -2/+2 | |
| * | | CHANGELOG: rephrase a sentence. | Nick Mathewson | 2022-04-01 | 1 | -3/+3 | |
| * | | Merge branch 'upgrade_pre_020' into 'main' | Nick Mathewson | 2022-04-01 | 4 | -33/+34 | |
| |\ \ | ||||||
| | * | | Upgrade async-broadcast => 0.4.0 | Nick Mathewson | 2022-04-01 | 1 | -1/+1 | |
| | * | | Final "cargo update" before 0.2.0 | Nick Mathewson | 2022-04-01 | 1 | -30/+31 | |
| | * | | Upgrade rlimit -> 0.8.0 | Nick Mathewson | 2022-04-01 | 2 | -2/+2 | |
| * | | | CHANGELOG: spelling fixes | Nick Mathewson | 2022-04-01 | 1 | -2/+2 | |
| * | | | First attempt at a changelog for 0.2.0 | Nick Mathewson | 2022-04-01 | 1 | -18/+122 | |
| * | | | Merge branch 'dir-munger-v2' into 'main' | Nick Mathewson | 2022-03-31 | 14 | -8/+391 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Re-order attributes so that we can build with Rust 1.53. | Nick Mathewson | 2022-03-31 | 5 | -15/+15 | |
| | * | | Typo fix. | Ian Jackson | 2022-03-31 | 1 | -1/+1 | |
| | * | | Directory filtering in arti-testing. | Nick Mathewson | 2022-03-31 | 5 | -1/+229 | |
