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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-9
/
+9
*
Bump version of arti
Ian Jackson
2024-04-30
1
-1
/
+1
*
arti: Make vanguards a default feature.
Gabriela Moldovan
2024-04-29
1
-0
/
+1
*
arti-client: Make vanguards non-experimental.
Gabriela Moldovan
2024-04-29
1
-0
/
+1
*
rustls: Avoid aws-lc-rs for now.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
Upgrade to futures-rustls 0.26.0, rustls 0.23.5.
Nick Mathewson
2024-04-22
2
-8
/
+10
*
arti: Enable arti-client/vanguards if vanguards are enabled.
Gabriela Moldovan
2024-04-05
1
-0
/
+1
*
Merge branch 'unmanaged-proxy-config-test' into 'main'
Nick Mathewson
2024-04-02
2
-9
/
+55
|
\
|
*
Add a test for transport configuration
Nick Mathewson
2024-04-02
1
-0
/
+46
|
*
example-config: Indent transport arguments
Nick Mathewson
2024-04-02
1
-9
/
+9
*
|
remove unused dependencies
trinity-1686a
2024-04-02
1
-3
/
+0
|
/
*
Bump arti crate to 1.2.1
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-9
/
+9
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-2
/
+2
*
Fix note in config that claimed onion services weren't implemented
Nick Mathewson
2024-03-27
1
-1
/
+4
*
hss: Make the limit for streams configurable.
Nick Mathewson
2024-03-26
1
-3
/
+1
*
Add example unmanaged pluggable transport to config.
Nick Mathewson
2024-03-14
1
-0
/
+10
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
3
-9
/
+19
|
\
|
*
Remove now-needless dependencies on the "config" crate
Nick Mathewson
2024-03-13
1
-1
/
+0
|
*
tor-config: Put config::Config inside a wrapper type.
Nick Mathewson
2024-03-13
1
-1
/
+1
|
*
Use ConfigurationSource::Verbatim in our tests.
Nick Mathewson
2024-03-13
1
-7
/
+17
|
*
tor-config: Allow ConfigurationSource to be verbatim text.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
|
/
*
arti-client: Add VanguardsConfig to TorClientConfig.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
arti, CI: Add a test case for command line help
Ian Jackson
2024-03-05
1
-0
/
+3
*
arti: Print help on `arti hss` without subcommand
Ian Jackson
2024-03-05
1
-0
/
+1
*
arti: Fix misplaced clap hunk
Ian Jackson
2024-03-05
1
-4
/
+4
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
2
-0
/
+2
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
2
-0
/
+2
*
|
Merge branch 'runtime' into 'main'
Ian Jackson
2024-03-05
2
-4
/
+9
|
\
\
|
*
|
arti config watch: Pass Runtime as first argument
Ian Jackson
2024-03-04
2
-3
/
+3
|
*
|
arti config watch: Pass a Runtime, not a TorClient (fmt)
Ian Jackson
2024-03-04
1
-1
/
+6
|
*
|
arti config watch: Pass a Runtime, not a TorClient
Ian Jackson
2024-03-04
2
-3
/
+3
*
|
|
arti-rpcserver: Bump patchlevel.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
|
arti: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-3
/
+3
*
|
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
/
*
|
Merge branch 'analyzer_windows_problems' into 'main'
gabi-250
2024-03-04
2
-2
/
+5
|
\
\
|
*
|
arti: do not warn about unused variable on Windows
Tobias Stoeckmann
2024-02-29
1
-0
/
+1
|
*
|
arti: define RpcConfig only if needed
Tobias Stoeckmann
2024-02-29
1
-1
/
+1
|
*
|
arti: use name bindings only if needed
Tobias Stoeckmann
2024-02-29
1
-1
/
+3
|
|
/
*
/
arti: Fix Windows test
Tobias Stoeckmann
2024-03-01
1
-4
/
+10
|
/
*
Upgrade to latest config.
Gabriela Moldovan
2024-02-28
1
-1
/
+1
*
arti: Don't output ANSI escape codes when logging to file.
Gabriela Moldovan
2024-02-22
1
-0
/
+1
*
Merge branch 'hss_non_experimental' into 'main'
gabi-250
2024-02-21
2
-2
/
+6
|
\
|
*
Move onion-service-service to non-experimental section of READMEs.
Nick Mathewson
2024-02-20
1
-0
/
+3
|
*
arti: mark onion-service-service non-experimental.
Nick Mathewson
2024-02-20
1
-2
/
+3
*
|
Merge branch 'keystore-dir' into 'main'
gabi-250
2024-02-21
1
-2
/
+0
|
\
\
|
*
|
arti, arti-client, tor-keymgr: Remove keystore dir configuration.
Gabriela Moldovan
2024-02-21
1
-2
/
+0
|
|
/
[next]