| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix typos in guardmgr/lib.rs | Nick Mathewson | 2022-03-30 | 1 | -2/+2 | |
| * | | GuardMgr: some prep work for returning fallbacks as guards. | Nick Mathewson | 2022-03-30 | 3 | -4/+40 | |
| * | | Turn FallbackList into a real type, and store one in GuardMgr. | Nick Mathewson | 2022-03-30 | 13 | -37/+140 | |
| * | | Reformat tor-circmgr/Cargo.toml | Nick Mathewson | 2022-03-30 | 1 | -21/+30 | |
| * | | guardmgr: move error types into new err.rs module. | Nick Mathewson | 2022-03-30 | 3 | -73/+79 | |
| * | | Move fallback.rs into guardmgr. | Nick Mathewson | 2022-03-30 | 10 | -8/+11 | |
| * | | Merge branch 'disallowed_lint' into 'main' | eta | 2022-03-30 | 21 | -45/+1 | |
| |\ \ | ||||||
| | * | | Fix a let_and_return lint violation that had somehow slipped in. | Nick Mathewson | 2022-03-30 | 1 | -3/+1 | |
| | * | | Remove allow(clippy::disallowed_methods) lint. | Nick Mathewson | 2022-03-30 | 21 | -42/+0 | |
| * | | | Make daemon tasks self-contained; introduce NetDirProvider | eta | 2022-03-30 | 9 | -300/+380 | |
| |/ / | ||||||
| * | | Merge branch 'no-system-time' into 'main' | eta | 2022-03-30 | 26 | -49/+122 | |
| |\ \ | ||||||
| | * | | typo | trinity-1686a | 2022-02-28 | 1 | -1/+1 | |
| | * | | use wallclock where possible in tests | trinity-1686a | 2022-02-26 | 18 | -23/+64 | |
| | * | | fix tests | trinity-1686a | 2022-02-25 | 2 | -14/+21 | |
| | * | | remove most usage of SystemTime::now | trinity-1686a | 2022-02-25 | 11 | -12/+37 | |
| * | | | Update README.md files using readmes script | Nick Mathewson | 2022-03-29 | 3 | -1/+15 | |
| * | | | Upgrade to rusqlite 0.27.0 | Nick Mathewson | 2022-03-29 | 1 | -1/+1 | |
| * | | | Remove a now-irrelevant comment | Nick Mathewson | 2022-03-28 | 1 | -2/+0 | |
| * | | | Merge branch 'isolation-followup' into 'main' | Nick Mathewson | 2022-03-28 | 9 | -444/+619 | |
| |\ \ \ | ||||||
| | * | | | remove usage of 'token' where it's no longer a token | trinity-1686a | 2022-03-27 | 3 | -16/+19 | |
| | * | | | implement IsolationHelper for StreamIsolation | trinity-1686a | 2022-03-25 | 2 | -14/+12 | |
| | * | | | move StreamIsolation to isolation module | trinity-1686a | 2022-03-24 | 4 | -109/+108 | |
| | * | | | implement IsolationHelper for tuple of IsolationHelper | trinity-1686a | 2022-03-24 | 1 | -0/+159 | |
| | * | | | move isolation in separate module | trinity-1686a | 2022-03-24 | 5 | -330/+336 | |
| | * | | | seal trait Isolation | trinity-1686a | 2022-03-24 | 1 | -1/+11 | |
| | * | | | rename *_isolation_group to *_isolation | trinity-1686a | 2022-03-24 | 6 | -19/+19 | |
| * | | | | Merge branch 'main' into 'main' | Ian Jackson | 2022-03-25 | 1 | -2/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixed typo on arti-client README.md | solanav | 2022-03-24 | 1 | -2/+0 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'dir-filter' into 'main' | Ian Jackson | 2022-03-25 | 9 | -39/+184 | |
| |\ \ \ \ | ||||||
| | * | | | | DirFilter: Move nil default impls to trait default methods | Ian Jackson | 2022-03-25 | 1 | -10/+7 | |
| | * | | | | Abolish filter::DynFilter in favour of transparent DirFilter | Ian Jackson | 2022-03-25 | 5 | -55/+16 | |
| | * | | | | Make DirFilter be Debug + Send + Sync | Ian Jackson | 2022-03-25 | 2 | -9/+5 | |
| | * | | | | Expose DirFilter from arti-client. | Nick Mathewson | 2022-03-24 | 3 | -1/+36 | |
| | * | | | | dirmgr: Initial DirFilter code. | Nick Mathewson | 2022-03-24 | 6 | -0/+141 | |
| | * | | | | Reformat {arti-client,tor-dirmgr}/Cargo.toml | Nick Mathewson | 2022-03-24 | 2 | -38/+53 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'task-scheduler-2' into 'main' | eta | 2022-03-25 | 5 | -36/+397 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAt | eta | 2022-03-24 | 2 | -7/+142 | |
| | * | | | Implement a periodic task scheduler, and a basic dormant mode | eta | 2022-03-23 | 5 | -36/+262 | |
| * | | | | Merge branch 'netinfo-clock-skew' into 'main' | Nick Mathewson | 2022-03-23 | 8 | -28/+257 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-proto: better errors when handshake fails due to untimely certs | Nick Mathewson | 2022-03-23 | 3 | -15/+71 | |
| | * | | | | tor-proto: add a backend to detect reported clock skew. | Nick Mathewson | 2022-03-23 | 6 | -13/+186 | |
| * | | | | | Merge branch 'move-system-config' into 'main' | eta | 2022-03-23 | 4 | -54/+39 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Move SystemConfig to arti::cfg | Ian Jackson | 2022-03-21 | 4 | -54/+39 | |
| * | | | | | | Merge branch 'more_iso_docs' into 'main' | eta | 2022-03-23 | 1 | -7/+63 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Expand documentation for isolation traits | Nick Mathewson | 2022-03-17 | 1 | -7/+63 | |
| * | | | | | | Merge branch 'channel_retries' into 'main' | Nick Mathewson | 2022-03-21 | 16 | -227/+583 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Expand some comments based on review from @diziet. | Nick Mathewson | 2022-03-21 | 3 | -1/+14 | |
| | * | | | | | | circmgr: When planning, only keep one error; log them all. | Nick Mathewson | 2022-03-21 | 1 | -3/+6 | |
| | * | | | | | | Fix build with Rust 1.53. | Nick Mathewson | 2022-03-21 | 1 | -6/+9 | |
| | * | | | | | | dirmgr: Note errors and inform the circmgr about them. | Nick Mathewson | 2022-03-21 | 4 | -7/+126 | |
