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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
3
-34
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
2
-3
/
+8
|
*
|
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
2
-4
/
+4
|
/
/
*
|
actually add DNS support
trinity-1686a
2022-03-14
1
-1
/
+1
*
|
add udp to runtime
trinity-1686a
2022-03-14
1
-1
/
+1
*
|
Use new upstream humantime_serde_option feature
Ian Jackson
2022-03-14
1
-4
/
+3
*
|
humantime: Update to humantime-serde 1.1.1
Ian Jackson
2022-03-14
1
-1
/
+1
*
|
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
*
|
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-1
/
+1
*
|
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
3
-23
/
+14
|
\
\
|
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
2
-2
/
+2
|
*
|
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
2
-9
/
+7
*
|
|
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
|
*
|
Un-parameterize DirProvider.
Nick Mathewson
2022-02-23
1
-5
/
+3
|
*
|
Add basic DirProvider trait, use it in client
Christian Grigis
2022-02-23
1
-6
/
+12
*
|
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
\
|
*
|
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
|
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-10
/
+10
*
|
|
|
Update README.md files from rustdoc.
Nick Mathewson
2022-03-01
1
-79
/
+99
*
|
|
|
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-8
/
+9
*
|
|
|
Run rustfmt.
Nick Mathewson
2022-03-01
1
-1
/
+0
*
|
|
|
Merge remote-tracking branch 'origin/mr/371'
Nick Mathewson
2022-03-01
1
-0
/
+9
|
\
\
\
\
|
*
|
|
|
arti-client: Add stability warning to config module
Ian Jackson
2022-03-01
1
-0
/
+9
*
|
|
|
|
Merge branch '010_docs'
Nick Mathewson
2022-03-01
2
-7
/
+20
|
\
|
|
|
|
|
*
|
|
|
Update our stability warning on arti-client.
Nick Mathewson
2022-02-28
1
-5
/
+12
|
*
|
|
|
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-2
/
+8
*
|
|
|
|
Merge branch 'main'
Ian Jackson
2022-03-01
2
-3
/
+9
|
\
|
|
|
|
|
*
|
|
|
Split "static" into sqlite and native-tls features.
Nick Mathewson
2022-02-25
2
-5
/
+22
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
5
-125
/
+131
|
/
/
/
*
|
|
Merge branch 'upgrade-dependencies' into 'main'
Nick Mathewson
2022-02-25
1
-2
/
+2
|
\
\
\
|
*
|
|
Bump minimum tokio to 1.7, since tokio-util now needs that.
Nick Mathewson
2022-02-25
1
-1
/
+1
|
*
|
|
Upgrade dependency to new version of tokio-util.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
|
|
Merge branch 'tcp-hook-new-tls' into 'main'
eta
2022-02-25
1
-2
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
use runtime TlsProvider in tcp-hook example
trinity-1686a
2022-02-25
1
-2
/
+1
*
|
|
|
Merge branch 'get-runtime' into 'main'
Ian Jackson
2022-02-25
1
-0
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
TorClient:runtime(): rename from get_runtime
Ian Jackson
2022-02-25
1
-1
/
+1
[prev]
[next]