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
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
2
-0
/
+2
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
2
-0
/
+2
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
rpc: Add a test for config parsing and defaults.
Nick Mathewson
2024-12-19
2
-1
/
+90
*
rpc: Clarify listen_defaults behavior.
Nick Mathewson
2024-12-19
1
-1
/
+2
*
rpc: Rename RpcListnerConfig=>RpcListenerSetConfig to clarify plurality.
Nick Mathewson
2024-12-19
1
-14
/
+17
*
rpc: Test that we can parse our defaults.
Nick Mathewson
2024-12-19
2
-1
/
+35
*
rpc: comments to explain where connect points are disabled.
Nick Mathewson
2024-12-19
2
-1
/
+7
*
rpc: Make names reflect configuration keys better.
Nick Mathewson
2024-12-19
1
-17
/
+11
*
rpc: Document that default-index is 1-based
Nick Mathewson
2024-12-19
2
-1
/
+5
*
Rename Guard=>ListenerGuard.
Nick Mathewson
2024-12-19
2
-4
/
+4
*
rpc: Add a comment to explain what load_options is doing.
Nick Mathewson
2024-12-19
1
-0
/
+2
*
rpc: More logging when binding addresses
Nick Mathewson
2024-12-19
2
-1
/
+25
*
arti::rpc: Refactor listener options to support defaults properly
Nick Mathewson
2024-12-19
1
-31
/
+75
*
arti::rpc: Rename "overrides" field and type.
Nick Mathewson
2024-12-19
1
-18
/
+17
*
arti: Use connect points to listen for RPC connections.
Nick Mathewson
2024-12-19
3
-88
/
+330
*
arti: Disable RPC reconfiguration for now
Nick Mathewson
2024-12-19
2
-1
/
+5
*
rpc: Configuration options for arti
Nick Mathewson
2024-12-19
2
-1
/
+157
*
arti: Move RpcConfig to rpc.rs
Nick Mathewson
2024-12-19
2
-29
/
+33
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
2
-0
/
+2
*
arti: Add onion_service.enable_pow option.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+4
*
arti-client: add path resolver to `TorClient` and `TorClientConfig`
Steven Engler
2024-11-18
2
-2
/
+2
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
3
-6
/
+16
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
2
-5
/
+6
*
tor-memquota: Declare memquota feature stable, and default
Ian Jackson
2024-10-22
1
-1
/
+0
*
arti cfg tests: Clarify here and there
Ian Jackson
2024-10-22
1
-1
/
+2
*
arti cfg tests: Fix typo
Ian Jackson
2024-10-22
1
-1
/
+1
*
minimal features test: Introduce new --cfg arti_features_precise
Ian Jackson
2024-10-22
1
-1
/
+6
*
rpcserver: Wrap InvokeError as internal error
Nick Mathewson
2024-10-17
1
-3
/
+10
*
Merge branch 'dead' into 'main'
Alexander Hansen Færøy
2024-10-17
1
-0
/
+2
|
\
|
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+2
*
|
Merge branch 'fs-watcher-poll' into 'main'
gabi-250
2024-10-17
2
-0
/
+9
|
\
\
|
*
|
arti: Add a warning about watch_configuration's performance issues.
Gabriela Moldovan
2024-10-17
1
-0
/
+7
|
*
|
tor-config: Document the limitations of the FileWatcher.
Gabriela Moldovan
2024-10-16
1
-0
/
+2
|
|
/
*
/
arti: remove 'relay' subcommand and 'arti-relay' dep
Steven Engler
2024-10-15
3
-46
/
+1
|
/
*
tor-keymgr: Move C Tor keystore configs under ctor key.
Gabriela Moldovan
2024-10-08
2
-4
/
+5
*
tor-keymgr: Add configuration for C Tor client keystores.
Gabriela Moldovan
2024-10-08
2
-4
/
+25
*
arti-client: Use the configured C Tor keystores, if any.
Gabriela Moldovan
2024-10-08
1
-8
/
+1
*
arti: Remove extraneous whitespace from example config.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
tor-keymgr: Add configuration for C Tor service keystores.
Gabriela Moldovan
2024-10-08
2
-0
/
+41
*
Default allow_onion_addrs to true.
Wesley Aptekar-Cassels
2024-10-07
1
-10
/
+1
*
Merge branch 'prop351-refs' into 'main'
Jim Newsome
2024-10-03
1
-7
/
+10
|
\
|
*
Replace references to prop351 with socks-extensions.md
Nick Mathewson
2024-10-02
1
-7
/
+10
*
|
Merge branch 'div_ceil' into 'main'
Nick Mathewson
2024-10-03
1
-1
/
+1
|
\
\
|
*
|
Use {u64,usize}::div_ceil
Nick Mathewson
2024-09-30
1
-1
/
+1
*
|
|
rpc: clarify documentation and fix typos
Nick Mathewson
2024-10-02
1
-1
/
+3
*
|
|
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
2
-5
/
+17
|
|
/
|
/
|
*
|
Merge branch 'rpc-doc-socks-objectid' into 'main'
Nick Mathewson
2024-10-02
1
-0
/
+16
|
\
\
|
*
|
Copy section on objectid/isolation restrictions from prop351.
Nick Mathewson
2024-09-30
1
-0
/
+16
|
|
/
*
|
Merge branch 'socksproto-3' into 'main'
Ian Jackson
2024-10-01
1
-61
/
+28
|
\
\
[next]