summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-042-1/+9
* | | | Rename fallback::status::Status to DirStatus.Nick Mathewson2022-04-044-13/+13
|/ / /
* | | Merge branch 'coverage_20220402' into 'main'eta2022-04-046-24/+163
|\ \ \ | |/ / |/| |
| * | 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-022-6/+34
| * | checkable: additional unit tests for more APIs.Nick Mathewson2022-04-021-0/+28
| * | socksproto: remove some unused accessors.Nick Mathewson2022-04-022-15/+3
|/ /
* | Update rlimit to 0.8.1Nick Mathewson2022-04-021-2/+2
* | Cargo.toml: Edit crate list to reflect dependenciesNick Mathewson2022-04-011-2/+2
* | Clean out semver_status.mdNick Mathewson2022-04-011-98/+1
* | Merge branch '020_versions' into 'main'arti-v0.2.0Nick Mathewson2022-04-0134-210/+210
|\ \
| * | Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-0132-206/+206
| * | Bump caret, retry-error to 0.1.1Nick Mathewson2022-04-013-4/+4
|/ /
* | Update Cargo.lock based on build.Nick Mathewson2022-04-011-4/+30
* | CHANGELOG: Fix another sentenceNick Mathewson2022-04-011-2/+2
* | CHANGELOG: rephrase a sentence.Nick Mathewson2022-04-011-3/+3
* | Merge branch 'upgrade_pre_020' into 'main'Nick Mathewson2022-04-014-33/+34
|\ \
| * | Upgrade async-broadcast => 0.4.0Nick Mathewson2022-04-011-1/+1
| * | Final "cargo update" before 0.2.0Nick Mathewson2022-04-011-30/+31
| * | Upgrade rlimit -> 0.8.0Nick Mathewson2022-04-012-2/+2
* | | CHANGELOG: spelling fixesNick Mathewson2022-04-011-2/+2
* | | First attempt at a changelog for 0.2.0Nick Mathewson2022-04-011-18/+122
* | | Merge branch 'dir-munger-v2' into 'main'Nick Mathewson2022-03-3114-8/+391
|\ \ \ | |/ / |/| |
| * | 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-315-1/+229
| * | tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-318-0/+119
| * | 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
* | | Merge branch 'retry_tuning_1' into 'main'Nick Mathewson2022-03-314-16/+44
|\ \ \
| * | | 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
| |/ /
* | | Merge branch 'typos' into 'main'Ian Jackson2022-03-311-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typoDimitris Apostolou2022-03-301-1/+1
|/ /
* | README.md for arti-testing.Nick Mathewson2022-03-301-0/+53
* | Merge branch 'fallback_status_v2' into 'main'Ian Jackson2022-03-3027-331/+1212
|\ \
| * | Merge branch 'fallback_status_v2' into mainIan Jackson2022-03-3027-331/+1212
|/| |
| * | Run cargo fmt one more time for good measure.Nick Mathewson2022-03-301-2/+2
| * | Use derive_more to derive AsRef.Nick Mathewson2022-03-303-12/+5
| * | Reformat tor-guardmgr/Cargo.toml.Nick Mathewson2022-03-301-18/+18
| * | Reformat several Cargo.toml files with 100-char-wide lines.Nick Mathewson2022-03-303-27/+8
| * | Fix some Rustdoc links.Nick Mathewson2022-03-304-5/+5
| * | Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-309-185/+348
| * | Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-308-77/+91