index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Implement Ord for Ed25519Identity.
Nick Mathewson
2022-03-30
2
-1
/
+2
|
*
Update semver_status from recent round of movement.
Nick Mathewson
2022-03-30
1
-0
/
+4
|
*
dirmgr: do not pass fallbacks to the CircMgr.
Nick Mathewson
2022-03-30
1
-6
/
+1
|
*
circmgr: Use guard-manager's view of the fallbacks when possible.
Nick Mathewson
2022-03-30
4
-14
/
+49
|
*
GuardMgr: Return fallback directories when appropriate.
Nick Mathewson
2022-03-30
1
-26
/
+67
|
*
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
14
-37
/
+142
|
*
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
12
-8
/
+20
|
/
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
22
-46
/
+2
|
\
|
*
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
22
-43
/
+1
*
|
Merge branch 'daemon-separation' into 'main'
eta
2022-03-30
11
-300
/
+382
|
\
\
|
|
/
|
/
|
|
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
11
-300
/
+382
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
27
-49
/
+125
|
\
|
*
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
12
-12
/
+40
*
|
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
2
-5
/
+5
*
|
Run cargo-update in preparation for Arti 0.2.0
Nick Mathewson
2022-03-29
1
-96
/
+97
*
|
Start a changelog for Arti 0.2.0
Nick Mathewson
2022-03-28
1
-2
/
+136
*
|
Remove a now-irrelevant comment
Nick Mathewson
2022-03-28
1
-2
/
+0
*
|
Merge branch 'isolation-followup' into 'main'
Nick Mathewson
2022-03-28
10
-445
/
+620
|
\
\
|
*
|
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
|
*
|
fix with_coverage script to exclude pub(crate) mod test from results
trinity-1686a
2022-03-24
1
-1
/
+1
|
*
|
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
|
\
\
\
|
*
\
\
Merge branch 'm' into 'dir-filter'
Nick Mathewson
2022-03-25
5
-69
/
+23
|
|
\
\
\
|
|
*
|
|
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
9
-28
/
+268
|
\
\
\
|
*
|
|
tor-proto: better errors when handshake fails due to untimely certs
Nick Mathewson
2022-03-23
4
-15
/
+76
[prev]
[next]