summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix typos in guardmgr/lib.rsNick Mathewson2022-03-301-2/+2
* | GuardMgr: some prep work for returning fallbacks as guards.Nick Mathewson2022-03-303-4/+40
* | Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-3013-37/+140
* | Reformat tor-circmgr/Cargo.tomlNick Mathewson2022-03-301-21/+30
* | guardmgr: move error types into new err.rs module.Nick Mathewson2022-03-303-73/+79
* | Move fallback.rs into guardmgr.Nick Mathewson2022-03-3010-8/+11
* | Merge branch 'disallowed_lint' into 'main'eta2022-03-3021-45/+1
|\ \
| * | Fix a let_and_return lint violation that had somehow slipped in.Nick Mathewson2022-03-301-3/+1
| * | Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-3021-42/+0
* | | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-309-300/+380
|/ /
* | Merge branch 'no-system-time' into 'main'eta2022-03-3026-49/+122
|\ \
| * | typotrinity-1686a2022-02-281-1/+1
| * | use wallclock where possible in teststrinity-1686a2022-02-2618-23/+64
| * | fix teststrinity-1686a2022-02-252-14/+21
| * | remove most usage of SystemTime::nowtrinity-1686a2022-02-2511-12/+37
* | | Update README.md files using readmes scriptNick Mathewson2022-03-293-1/+15
* | | Upgrade to rusqlite 0.27.0Nick Mathewson2022-03-291-1/+1
* | | Remove a now-irrelevant commentNick Mathewson2022-03-281-2/+0
* | | Merge branch 'isolation-followup' into 'main'Nick Mathewson2022-03-289-444/+619
|\ \ \
| * | | remove usage of 'token' where it's no longer a tokentrinity-1686a2022-03-273-16/+19
| * | | implement IsolationHelper for StreamIsolationtrinity-1686a2022-03-252-14/+12
| * | | move StreamIsolation to isolation moduletrinity-1686a2022-03-244-109/+108
| * | | implement IsolationHelper for tuple of IsolationHelpertrinity-1686a2022-03-241-0/+159
| * | | move isolation in separate moduletrinity-1686a2022-03-245-330/+336
| * | | seal trait Isolationtrinity-1686a2022-03-241-1/+11
| * | | rename *_isolation_group to *_isolationtrinity-1686a2022-03-246-19/+19
* | | | Merge branch 'main' into 'main'Ian Jackson2022-03-251-2/+0
|\ \ \ \
| * | | | Fixed typo on arti-client README.mdsolanav2022-03-241-2/+0
| |/ / /
* | | | Merge branch 'dir-filter' into 'main'Ian Jackson2022-03-259-39/+184
|\ \ \ \
| * | | | DirFilter: Move nil default impls to trait default methodsIan Jackson2022-03-251-10/+7
| * | | | Abolish filter::DynFilter in favour of transparent DirFilterIan Jackson2022-03-255-55/+16
| * | | | Make DirFilter be Debug + Send + SyncIan Jackson2022-03-252-9/+5
| * | | | Expose DirFilter from arti-client.Nick Mathewson2022-03-243-1/+36
| * | | | dirmgr: Initial DirFilter code.Nick Mathewson2022-03-246-0/+141
| * | | | Reformat {arti-client,tor-dirmgr}/Cargo.tomlNick Mathewson2022-03-242-38/+53
| |/ / /
* | | | Merge branch 'task-scheduler-2' into 'main'eta2022-03-255-36/+397
|\ \ \ \ | |/ / / |/| | |
| * | | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAteta2022-03-242-7/+142
| * | | Implement a periodic task scheduler, and a basic dormant modeeta2022-03-235-36/+262
* | | | Merge branch 'netinfo-clock-skew' into 'main'Nick Mathewson2022-03-238-28/+257
|\ \ \ \
| * | | | tor-proto: better errors when handshake fails due to untimely certsNick Mathewson2022-03-233-15/+71
| * | | | tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-236-13/+186
* | | | | Merge branch 'move-system-config' into 'main'eta2022-03-234-54/+39
|\ \ \ \ \
| * | | | | Move SystemConfig to arti::cfgIan Jackson2022-03-214-54/+39
* | | | | | Merge branch 'more_iso_docs' into 'main'eta2022-03-231-7/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Expand documentation for isolation traitsNick Mathewson2022-03-171-7/+63
* | | | | | Merge branch 'channel_retries' into 'main'Nick Mathewson2022-03-2116-227/+583
|\ \ \ \ \ \
| * | | | | | Expand some comments based on review from @diziet.Nick Mathewson2022-03-213-1/+14
| * | | | | | circmgr: When planning, only keep one error; log them all.Nick Mathewson2022-03-211-3/+6
| * | | | | | Fix build with Rust 1.53.Nick Mathewson2022-03-211-6/+9
| * | | | | | dirmgr: Note errors and inform the circmgr about them.Nick Mathewson2022-03-214-7/+126