index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
RPC: Add experimental method to list SOCKS proxies.
Nick Mathewson
2024-08-28
5
-16
/
+135
|
*
arti: Define a new ArtiRpcSession type.
Nick Mathewson
2024-08-28
4
-4
/
+81
*
|
tor-config: Rename watch_file to watch_path.
Gabriela Moldovan
2024-08-27
1
-1
/
+1
|
/
*
Merge branch 'ci' into 'main'
Ian Jackson
2024-08-27
2
-1
/
+5
|
\
|
*
Add script for *testing* without any features enabled
Ian Jackson
2024-08-19
1
-0
/
+3
|
*
arti: Fix an unused Result in tests if pts disabled
Ian Jackson
2024-08-19
1
-1
/
+2
*
|
arti: Temporarily disable a flaky test.
Gabriela Moldovan
2024-08-22
1
-0
/
+1
*
|
arti: Use a postage::watch channel in the tests.
Gabriela Moldovan
2024-08-22
2
-15
/
+24
*
|
arti: Add test for config reloading.
Gabriela Moldovan
2024-08-21
2
-0
/
+175
*
|
arti: Wrap long lines not handled by rustfmt.
Gabriela Moldovan
2024-08-21
1
-2
/
+14
*
|
tor-hsservice: Pass watch_configuration down to restricted discovery config.
Gabriela Moldovan
2024-08-21
1
-7
/
+23
*
|
tor-config: Support watching dirs for files with a given extension.
Gabriela Moldovan
2024-08-21
1
-1
/
+1
*
|
tor-config: Make FileWatcher use an opaque channel type.
Gabriela Moldovan
2024-08-21
1
-89
/
+106
*
|
tor-config: Give FileWatcherBuilder a handle to the runtime.
Gabriela Moldovan
2024-08-21
1
-5
/
+6
*
|
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
1
-185
/
+22
*
|
arti: Update outdated FileWatcher docs.
Gabriela Moldovan
2024-08-21
1
-5
/
+1
|
/
*
Merge branch '1144-std-backtrace' into 'main'
David Goulet
2024-08-12
2
-6
/
+3
|
\
|
*
Match previous backtrace formatting
Robin Leander Schröder
2024-08-08
1
-2
/
+2
|
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
2
-4
/
+1
*
|
Merge branch 'docsrs' into 'main'
Jim Newsome
2024-08-07
1
-1
/
+0
|
\
\
|
*
|
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
|
|
arti: Add the restricted_discovery configuration to the example config.
Gabriela Moldovan
2024-08-05
2
-9
/
+94
*
|
|
tor-hsservice: Add restricted discovery configuration.
Gabriela Moldovan
2024-08-05
1
-1
/
+1
*
|
|
arti: Avoid using the now-deprecated arti_client constant.
Gabriela Moldovan
2024-08-05
1
-2
/
+2
*
|
|
tor-hsservice: Add a restricted-discovery feature.
Gabriela Moldovan
2024-08-05
1
-1
/
+2
*
|
|
doc: Add arti hsc subcommand docs to doc/hsc.md.
Gabriela Moldovan
2024-08-05
1
-28
/
+1
*
|
|
arti: Update the hsc markdown test.
Gabriela Moldovan
2024-08-05
1
-3
/
+19
*
|
|
arti: Elide the -c help in the expected output of the CLI tests.
Gabriela Moldovan
2024-08-05
1
-2
/
+1
|
/
/
*
|
Have `arti hss onion-name` error if it doesn't print the onion name
Kunal Mehta
2024-08-01
2
-4
/
+7
*
|
Bump "arti" crate to 1.2.6
Nick Mathewson
2024-08-01
1
-1
/
+1
*
|
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-10
/
+10
*
|
Run "fixup-features".
Nick Mathewson
2024-08-01
1
-1
/
+1
|
/
*
Merge branch 'cli-tests' into 'main'
gabi-250
2024-07-31
31
-0
/
+305
|
\
|
*
arti: Add tests for the arti hsc subcommand.
Gabriela Moldovan
2024-07-30
20
-0
/
+146
|
*
arti: Add tests for the arti hss subcommand.
Gabriela Moldovan
2024-07-30
12
-0
/
+159
*
|
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
*
arti: Add a keymgr feature.
Gabriela Moldovan
2024-07-10
1
-1
/
+2
*
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
4
-1
/
+169
*
Update arti to 1.2.5
Ian Jackson
2024-06-27
1
-1
/
+1
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-10
/
+10
*
Merge branch 'feat' into 'main'
gabi-250
2024-06-25
1
-0
/
+1
|
\
|
*
Fix formatting anomaly introduced by fixup-features
Ian Jackson
2024-06-25
1
-1
/
+2
[prev]
[next]