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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
arti: Use Path::try_exists() instead of Path::exists().
Gabriela Moldovan
2024-07-30
1
-1
/
+1
*
arti: Gate the hsc subcommand behind the keymgr feature (fmt).
Gabriela Moldovan
2024-07-10
2
-2
/
+10
*
arti: Gate the hsc subcommand behind the keymgr feature.
Gabriela Moldovan
2024-07-10
2
-4
/
+4
*
tor-hscrypto: Remove unnecessary Display wrapper.
Gabriela Moldovan
2024-07-08
1
-1
/
+1
*
Merge branch 'warnings' into 'main'
Ian Jackson
2024-07-08
1
-1
/
+1
|
\
|
*
Work around clippy::doc_lazy_continuation false positives
Ian Jackson
2024-07-08
1
-1
/
+1
*
|
Fix markdown quoting.
Ian Jackson
2024-07-08
1
-1
/
+1
|
/
*
arti: Rewrite the hsc prepare-service-discovery-key command (fmt).
Gabriela Moldovan
2024-06-27
1
-11
/
+6
*
arti: Rewrite the hsc prepare-service-discovery-key command.
Gabriela Moldovan
2024-06-27
1
-10
/
+30
*
arti: Add an arti hsc subcommand.
Gabriela Moldovan
2024-06-27
3
-0
/
+168
*
arti: wait a short while on startup if lockfiles are unavailable.
Nick Mathewson
2024-06-24
1
-1
/
+1
*
arti: Add a TODO about a possible refactoring.
Gabriela Moldovan
2024-06-17
1
-0
/
+2
*
arti: Move arti hss subcommand implementation to separate module.
Gabriela Moldovan
2024-06-17
3
-38
/
+58
*
Merge branch 'arti-relay-flag' into 'main'
Nick Mathewson
2024-06-12
1
-39
/
+63
|
\
|
*
relay: Add relay cargo feature flag and subcommand
David Goulet
2024-06-11
1
-39
/
+63
*
|
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
3
-30
/
+116
|
/
*
rpc: Make RpcMgr::lookup_object return context along with object.
Nick Mathewson
2024-06-10
1
-0
/
+1
*
arti: Note that auto is the same as disabled if vanguards are disabled.
Gabriela Moldovan
2024-06-03
1
-0
/
+3
*
arti: Add vanguards settings to example config.
Gabriela Moldovan
2024-06-03
2
-1
/
+14
*
RPC: Give error from RpcMgr::new if method name is sufficiently bad.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
1
-0
/
+29
*
RPC: Use a slightly less awful workaround in socks.rs
Nick Mathewson
2024-05-14
1
-20
/
+34
*
Remove excess indentation from last commit.
Nick Mathewson
2024-05-14
1
-14
/
+11
*
RPC: Refactor socks interpretation to remove stream id, add isolation.
Nick Mathewson
2024-05-14
1
-41
/
+41
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+1
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
1
-18
/
+34
*
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
2
-4
/
+4
|
\
|
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
2
-4
/
+4
*
|
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-1
/
+1
*
|
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
1
-0
/
+5
|
/
*
Upgrade to futures-rustls 0.26.0, rustls 0.23.5.
Nick Mathewson
2024-04-22
1
-0
/
+7
*
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
*
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
2
-8
/
+19
|
\
|
*
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
*
|
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
[prev]
[next]