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
path:
root
/
crates
/
arti-client
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+6
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
1
-5
/
+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
1
-2
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
2
-261
/
+19
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-1
/
+5
|
\
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-1
/
+5
*
|
Merge branch 'isolation-followup' into 'main'
Nick Mathewson
2022-03-28
1
-12
/
+12
|
\
\
|
*
|
remove usage of 'token' where it's no longer a token
trinity-1686a
2022-03-27
1
-3
/
+3
|
*
|
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
1
-1
/
+1
|
*
|
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-8
/
+8
*
|
|
Merge branch 'dir-filter' into 'main'
Ian Jackson
2022-03-25
3
-1
/
+35
|
\
\
\
|
*
|
|
Abolish filter::DynFilter in favour of transparent DirFilter
Ian Jackson
2022-03-25
1
-3
/
+3
|
*
|
|
Make DirFilter be Debug + Send + Sync
Ian Jackson
2022-03-25
1
-1
/
+1
|
*
|
|
Expose DirFilter from arti-client.
Nick Mathewson
2022-03-24
2
-1
/
+34
|
*
|
|
dirmgr: Initial DirFilter code.
Nick Mathewson
2022-03-24
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'task-scheduler-2' into 'main'
eta
2022-03-25
2
-36
/
+112
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement a periodic task scheduler, and a basic dormant mode
eta
2022-03-23
2
-36
/
+112
*
|
|
Move SystemConfig to arti::cfg
Ian Jackson
2022-03-21
1
-48
/
+0
|
/
/
*
|
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-2
/
+5
*
|
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
2
-17
/
+19
|
\
\
|
*
|
replace TODOs with documentation
trinity-1686a
2022-03-16
1
-2
/
+1
|
*
|
accept boxed isolation in StreamPref::set_isolation_group
trinity-1686a
2022-03-16
1
-2
/
+2
|
*
|
add tests on Isolation and fix conditional compilation issues
trinity-1686a
2022-03-16
1
-1
/
+0
|
*
|
replace IsolationMap with new Isolation trait
trinity-1686a
2022-03-16
1
-0
/
+1
|
*
|
replace Arc with Box and use dyn-clone
trinity-1686a
2022-03-16
1
-52
/
+37
|
*
|
replace result with either
trinity-1686a
2022-03-16
1
-5
/
+6
|
*
|
testing new api for isolation
Trinity Pointard
2022-03-16
1
-36
/
+53
*
|
|
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
2
-34
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
DirMgrConfig: abolish builder; make it transparent and exhaustive
Ian Jackson
2022-03-16
2
-15
/
+18
|
*
|
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
2
-19
/
+14
|
*
|
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-3
/
+7
|
*
|
Actually honour preemptive circuits configuration
Ian Jackson
2022-03-16
1
-0
/
+1
*
|
|
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-3
/
+3
|
/
/
*
|
actually add DNS support
trinity-1686a
2022-03-14
1
-1
/
+1
*
|
Use new upstream humantime_serde_option feature
Ian Jackson
2022-03-14
1
-4
/
+3
*
|
rustfmt
Ian Jackson
2022-03-11
1
-2
/
+1
*
|
Make TorClientConfigBuilder Deserialize
Ian Jackson
2022-03-11
1
-0
/
+11
*
|
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-66
/
+0
*
|
Have ArtiConfig contain a TorClientConfig, and drop builder retcon
Ian Jackson
2022-03-07
1
-6
/
+1
*
|
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+8
*
|
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
2
-23
/
+12
|
\
\
|
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
|
*
|
Replace manual Default impls on enums with educe in arti-client
Ian Jackson
2022-03-02
1
-14
/
+7
|
*
|
Replace manual Debug impl with educe in arti-client
Ian Jackson
2022-03-02
1
-9
/
+5
*
|
|
arti-client: Make dirmgr() and circmgr() return &Arc<..>
Nick Mathewson
2022-03-03
1
-4
/
+4
*
|
|
Merge branch 'dir-provider-redux' into 'main'
Ian Jackson
2022-03-02
5
-26
/
+95
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Have caller of dirmgr_builder() provide Arc.
Nick Mathewson
2022-03-02
1
-2
/
+2
|
*
|
DirProvider: Fix infinite recursion bug
Nick Mathewson
2022-02-25
1
-1
/
+1
|
*
|
Add a builder function for replacing a DirProvider.
Nick Mathewson
2022-02-23
5
-21
/
+86
[next]