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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dirclient: Remember the source of each resposne we receive.
Nick Mathewson
2022-03-21
1
-0
/
+1
*
derive_builder: more entries in Cargo.lock
Nick Mathewson
2022-03-21
1
-0
/
+6
*
Move logging configuration from arti_config::options to arti::logging
Ian Jackson
2022-03-21
1
-0
/
+1
*
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
1
-9
/
+6
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-0
/
+20
|
\
|
*
replace Arc with Box and use dyn-clone
trinity-1686a
2022-03-16
1
-0
/
+7
|
*
use downcast-rs instead of our own AsAny
trinity-1686a
2022-03-16
1
-0
/
+13
*
|
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Provide define_accessor_trait and use it to generate CircMgrConfig
Ian Jackson
2022-03-16
1
-0
/
+1
|
*
Change type of TorClientConfig::override_net_params
Ian Jackson
2022-03-16
1
-0
/
+1
*
|
Merge branch 'derive-builder' into 'main'
Ian Jackson
2022-03-16
1
-8
/
+3
|
\
\
|
|
/
|
/
|
|
*
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-8
/
+3
*
|
Move RetryDelay from dirmgr to basic-utils.
Nick Mathewson
2022-03-16
1
-0
/
+1
|
/
*
actually add DNS support
trinity-1686a
2022-03-14
1
-0
/
+56
*
Merge branch 'slice-from-ref' into 'main'
eta
2022-03-14
1
-0
/
+1
|
\
|
*
tor-netdoc: Actually, make TokVal be a Vec
Ian Jackson
2022-03-11
1
-0
/
+1
*
|
Revert "humantime_serde_option: New module in tor-basic-utils"
Ian Jackson
2022-03-14
1
-2
/
+0
*
|
humantime: Update to humantime-serde 1.1.1
Ian Jackson
2022-03-14
1
-2
/
+2
|
/
*
Merge branch 'config-no-retcon' into 'main'
Ian Jackson
2022-03-10
1
-2
/
+3
|
\
|
*
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-2
/
+1
|
*
humantime_serde_option: New module in tor-basic-utils
Ian Jackson
2022-03-07
1
-0
/
+2
*
|
arti-testing: Initial support for broken TCP.
Nick Mathewson
2022-03-07
1
-0
/
+1
|
/
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
1
-0
/
+48
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-6
/
+7
|
*
Introduce tor-basic-utils
Ian Jackson
2022-03-04
1
-0
/
+7
|
*
Replace manual Debug impl with educe in arti-client
Ian Jackson
2022-03-02
1
-0
/
+2
|
*
Replace manual Clone impl with educe in arti-hyper
Ian Jackson
2022-03-02
1
-0
/
+1
|
*
Replace manual Clone impl with educe in tor-rtcompat
Ian Jackson
2022-03-02
1
-0
/
+1
|
*
Replace manual Debug impls with educe in tor-proto
Ian Jackson
2022-03-02
1
-0
/
+1
|
*
Replace manual Debug impl with educe in tor-dirmgr
Ian Jackson
2022-03-02
1
-0
/
+2
|
*
Replace manual Debug impl with educe in tor-chanmgr
Ian Jackson
2022-03-02
1
-0
/
+2
|
*
Replace manual Debug impl with educe in tor-cell
Ian Jackson
2022-03-02
1
-0
/
+1
|
*
Replace manual Debug impl with educe in tor-guardmgr
Ian Jackson
2022-03-02
1
-0
/
+2
|
*
Replace manual Debug impl with educe in tor-circmgr
Ian Jackson
2022-03-02
1
-0
/
+2
|
*
Import educe into tor-bytes and provide skip_fmt
Ian Jackson
2022-03-02
1
-0
/
+26
*
|
Merge branch 'arti-testing-part1' into 'main'
eta
2022-03-04
1
-0
/
+23
|
\
\
|
*
|
arti-testing: Initial implementation
Nick Mathewson
2022-03-03
1
-0
/
+23
|
|
/
*
/
Switch to shellexpand-fork version of shellexpand
Ian Jackson
2022-03-02
1
-4
/
+4
|
/
*
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-31
/
+31
*
Final "cargo update" before relase.
Nick Mathewson
2022-03-01
1
-6
/
+6
*
arti-hyper: Provide TLS connector and make space for TLS stream
Ian Jackson
2022-02-28
1
-7
/
+200
*
Run "cargo upgrade" in preparation for 0.1.0.
Nick Mathewson
2022-02-25
1
-168
/
+204
*
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
1
-26
/
+21
*
Upgrade dependency to new version of rlimit.
Nick Mathewson
2022-02-25
1
-2
/
+2
*
arti-hyper: impl HasKind for ConnectionError
Ian Jackson
2022-02-23
1
-0
/
+1
*
arti-hyper: Introduce new ConnectionError type
Ian Jackson
2022-02-23
1
-0
/
+1
*
arti-hyper: Move hyper example from arti-client
Ian Jackson
2022-02-23
1
-1
/
+5
*
arti-hyper: empty crate skeleton
Ian Jackson
2022-02-23
1
-0
/
+8
*
Provide error reporter and use it in the arti binary
Ian Jackson
2022-02-18
1
-0
/
+1
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-0
/
+2
|
\
[prev]
[next]