summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-075-12/+59
* Channel: Expose our view of whether the clock is skewed, and the ageNick Mathewson2022-04-073-1/+33
* Merge branch 'downgrade_rlimit' into 'main'Nick Mathewson2022-04-062-2/+2
|\
| * Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-062-2/+2
* | Merge branch 'main' into 'separate_dir_status'Nick Mathewson2022-04-0612-88/+621
|\|
| * Merge branch 'untimely_dir_is_failed' into 'main'eta2022-04-063-18/+25
| |\
| | * Treat expired/not-yet-valid directory objects as Errors.Nick Mathewson2022-04-053-18/+25
| * | Merge branch 'main' into 'retriable'Nick Mathewson2022-04-055-24/+155
| |\|
| * | Distinguish UsageMismatch cases by whether a race is possibleNick Mathewson2022-04-042-7/+33
| * | RetryTime: Improve documentation.Nick Mathewson2022-04-041-7/+27
| * | RetryTime: make loose_cmp pub.Nick Mathewson2022-04-041-1/+1
| * | RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-042-26/+70
| * | circmgr: Improve retry-and-or-delay logic.Nick Mathewson2022-04-041-26/+36
| * | circmgr: implement HasRetryTime.Nick Mathewson2022-04-041-2/+80
| * | guardmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+24
| * | chanmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+31
| * | circmgr: Improve reporting of error origins.Nick Mathewson2022-04-043-28/+77
| * | circmgr: Avoid a race condition in circuit usage restrictionNick Mathewson2022-04-043-11/+34
| * | tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-043-0/+221
| * | Reformat tor-error/Cargo.tomlNick Mathewson2022-04-041-3/+3
* | | Fix a rustdoc linkNick Mathewson2022-04-051-5/+5
* | | GuardMgr: Tests for copy_status_from.Nick Mathewson2022-04-052-0/+65
* | | GuardMgr: Tests for note_external_{success,failure}.Nick Mathewson2022-04-051-0/+57
* | | Rewrite and fix Guard::copy_status_from.Nick Mathewson2022-04-053-21/+45
* | | GuardMgr: Track directory status and circuit status separately.Nick Mathewson2022-04-054-69/+235
* | | Allow DirStatus objects to have different timeout floorsNick Mathewson2022-04-042-21/+24
* | | Add RetrySchedule::reset()Nick Mathewson2022-04-041-0/+5
* | | Rename fallback::status::Status to DirStatus.Nick Mathewson2022-04-044-13/+13
| |/ |/|
* | chanmgr: tests for ConnStatus::usableNick Mathewson2022-04-021-0/+5
* | chanmgr: add a test for AbstractChannel::duration_unusedNick Mathewson2022-04-021-1/+9
* | chanmgr: add tests for connect_one.Nick Mathewson2022-04-021-2/+84
* | rtmock: add the ability to make a connection time out.Nick Mathewson2022-04-021-6/+29
* | checkable: additional unit tests for more APIs.Nick Mathewson2022-04-021-0/+28
* | socksproto: remove some unused accessors.Nick Mathewson2022-04-021-15/+0
|/
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-0131-175/+175
* Bump caret, retry-error to 0.1.1Nick Mathewson2022-04-012-2/+2
* Merge branch 'upgrade_pre_020' into 'main'Nick Mathewson2022-04-013-3/+3
|\
| * Upgrade async-broadcast => 0.4.0Nick Mathewson2022-04-011-1/+1
| * Upgrade rlimit -> 0.8.0Nick Mathewson2022-04-012-2/+2
* | Merge branch 'dir-munger-v2' into 'main'Nick Mathewson2022-03-3113-8/+364
|\ \ | |/ |/|
| * Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-315-15/+15
| * Typo fix.Ian Jackson2022-03-311-1/+1
| * Directory filtering in arti-testing.Nick Mathewson2022-03-314-1/+225
| * tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-317-0/+96
| * tor-checkable: add experimental api for exposing wrapped objects.Nick Mathewson2022-03-312-0/+38
| * Reformat tor-checkable/Cargo.tomlNick Mathewson2022-03-311-6/+4
* | dirmgr: Use a different idiom in retry loopNick Mathewson2022-03-311-3/+2
* | Use a lower default for max_retries.Nick Mathewson2022-03-302-2/+2
* | circmgr: limit circuit attempts when launch_parallelism > 1.Nick Mathewson2022-03-301-1/+21
* | dirmgr: fix bugs in algorithm for retrying downloadsNick Mathewson2022-03-301-13/+22
|/