| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge remote-tracking branch 'origin/mr/34' | Nick Mathewson | 2021-06-27 | 39 | -246/+294 | |
| |\ | ||||||
| | * | Add clippy warn needless pass by value | YUAN LYU | 2021-06-21 | 39 | -245/+270 | |
| | | | ||||||
| | * | Add clippy warn needless borrow | YUAN LYU | 2021-06-21 | 24 | -1/+24 | |
| | | | ||||||
| * | | Toposort the workspace members list.arti-v0.0.0 | Nick Mathewson | 2021-06-24 | 1 | -1/+4 | |
| | | | ||||||
| * | | Rename tor-client to arti-tor-client for now. | Nick Mathewson | 2021-06-24 | 3 | -3/+7 | |
| | | | ||||||
| * | | Remove "default-features=false" thing on tor-rtcompat for now. | Nick Mathewson | 2021-06-24 | 5 | -6/+6 | |
| | | | ||||||
| * | | Fix category in tor-config/Cargo.toml | Nick Mathewson | 2021-06-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add version="0.0.0" to dependencies that were missing it | Nick Mathewson | 2021-06-24 | 5 | -21/+21 | |
| | | | ||||||
| * | | Bump version dependencies to 0.0.0 | Nick Mathewson | 2021-06-24 | 12 | -55/+55 | |
| | | | ||||||
| * | | Remove version=* in tor-rtmock | Nick Mathewson | 2021-06-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | List version 0.0.0 for tor-llcrypto dependency in tor-bytes | Nick Mathewson | 2021-06-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Missing fields in tor-units/Cargo.toml. | Nick Mathewson | 2021-06-24 | 2 | -1/+3 | |
| | | | ||||||
| * | | Remove "publish = false" | Nick Mathewson | 2021-06-24 | 24 | -24/+0 | |
| | | | ||||||
| * | | Bump tokio-related dependencies | Nick Mathewson | 2021-06-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove unused import. | Nick Mathewson | 2021-06-21 | 1 | -1/+0 | |
| | | | ||||||
| * | | More tests and a little code-golf for coverage on tor-circmgr | Nick Mathewson | 2021-06-20 | 4 | -14/+47 | |
| | | | ||||||
| * | | tor_circmgr: simplify build_circuit a bit. | Nick Mathewson | 2021-06-20 | 2 | -15/+10 | |
| |/ | ||||||
| * | A few tests for circparameters generation. | Nick Mathewson | 2021-06-19 | 2 | -7/+50 | |
| | | ||||||
| * | More/better tests on tor_circmgr::mgr | Nick Mathewson | 2021-06-19 | 1 | -46/+132 | |
| | | ||||||
| * | A little testing and refactgoring in tor-circmgr. | Nick Mathewson | 2021-06-19 | 3 | -25/+23 | |
| | | ||||||
| * | Misc tests in tor-proto. | Nick Mathewson | 2021-06-19 | 5 | -12/+67 | |
| | | ||||||
| * | Remove most (all?) panics from tor-chanmgr::mgr::map | Nick Mathewson | 2021-06-19 | 1 | -10/+22 | |
| | | | | | | Improve testing for cases where change_state() is given a bad function. | |||||
| * | Add another entry to WANT_FROM_OTHER_CRATES | Nick Mathewson | 2021-06-19 | 1 | -0/+1 | |
| | | ||||||
| * | Cut down WANT_FROM_OTHER_CRATES | Nick Mathewson | 2021-06-18 | 1 | -16/+8 | |
| | | ||||||
| * | Fix some warnings about needless & from nightly clippy | Nick Mathewson | 2021-06-18 | 18 | -29/+29 | |
| | | ||||||
| * | Upgrade phf. | Nick Mathewson | 2021-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Run "typos" to fix a few more typos. | Nick Mathewson | 2021-06-17 | 4 | -6/+6 | |
| | | ||||||
| * | Update retry-error README | Nick Mathewson | 2021-06-17 | 1 | -20/+8 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/mr/33' | Nick Mathewson | 2021-06-17 | 2 | -2/+2 | |
| |\ | ||||||
| | * | Fix typos | HackerNCoder | 2021-06-17 | 2 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'retry_refactor' | Nick Mathewson | 2021-06-17 | 9 | -226/+370 | |
| |\ \ | |/ |/| | ||||||
| | * | Use retry-error in tor-circmgr. | Nick Mathewson | 2021-06-17 | 3 | -19/+48 | |
| | | | ||||||
| | * | Add deduplication for retry-error | Nick Mathewson | 2021-06-17 | 1 | -7/+85 | |
| | | | ||||||
| | * | Remove anyhow dependency from tor-retry, and rename it to retry-error | Nick Mathewson | 2021-06-17 | 6 | -63/+100 | |
| | | | | | | | | | Now RetryError is parameterized on an underlying error type. | |||||
| * | | Try to fix a nightly rustdoc warning | Nick Mathewson | 2021-06-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Revise repository-level documentation | Nick Mathewson | 2021-06-17 | 5 | -268/+359 | |
| |/ | ||||||
| * | Remove some (but not all) needless dependencies. | Nick Mathewson | 2021-06-17 | 9 | -23/+5 | |
| | | ||||||
| * | Note a couple of more desired warnings. | Nick Mathewson | 2021-06-17 | 1 | -0/+2 | |
| | | ||||||
| * | Suppress a clippy warning. | Nick Mathewson | 2021-06-17 | 1 | -0/+1 | |
| | | ||||||
| * | Remove TODO as outdated. | Nick Mathewson | 2021-06-17 | 1 | -5/+0 | |
| | | ||||||
| * | CoC: Stop saying that Arti is not official. | Nick Mathewson | 2021-06-17 | 1 | -3/+0 | |
| | | ||||||
| * | Fix new(?) rustdoc warnings | Nick Mathewson | 2021-06-16 | 2 | -3/+3 | |
| | | ||||||
| * | more improvements to circmgr tests. | Nick Mathewson | 2021-06-16 | 3 | -2/+6 | |
| | | ||||||
| * | Notes about badexit flag and opportunities for error | Nick Mathewson | 2021-06-16 | 2 | -0/+5 | |
| | | ||||||
| * | More tests on circmgr::path. | Nick Mathewson | 2021-06-16 | 3 | -1/+89 | |
| | | ||||||
| * | circmgr: tests for path/dirpath.rs | Nick Mathewson | 2021-06-16 | 1 | -0/+68 | |
| | | ||||||
| * | Missing feature dependency. | Nick Mathewson | 2021-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Tests for circmgr::usage | Nick Mathewson | 2021-06-16 | 5 | -5/+125 | |
| | | ||||||
| * | Expose the "construct_network()" function in tor-netdir. | Nick Mathewson | 2021-06-16 | 3 | -77/+138 | |
| | | | | | | | | | This function has been used for testing tor-netdir, but it will also be useful for testing path selection in tor-cirmgr as well. I've put it behind a "testing" feature, since it shouldn't really be used by most applications. | |||||
| * | tor_circmgr: even more tests | Nick Mathewson | 2021-06-16 | 1 | -16/+95 | |
| | | ||||||
