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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor and improve error hinting.
Nick Mathewson
2024-02-14
1
-4
/
+4
*
arti: Use Weak references for the reconfigurable modules (fmt).
Gabriela Moldovan
2024-01-25
1
-6
/
+1
*
arti: Use Weak references for the reconfigurable modules.
Gabriela Moldovan
2024-01-25
1
-1
/
+10
*
tor-hsservice: Add TODO about testing arti hss.
Gabriela Moldovan
2024-01-18
1
-0
/
+1
*
arti: Use OnionService to get the onion_name().
Gabriela Moldovan
2024-01-18
1
-7
/
+19
*
Give an error when user configured onion services with no support.
Nick Mathewson
2024-01-16
1
-0
/
+2
*
tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
arti::lib: Downgrade "TODO HSS" comments
Nick Mathewson
2024-01-09
1
-2
/
+2
*
arti: Fix log message typo.
Gabriela Moldovan
2023-12-14
1
-1
/
+1
*
Merge branch 'return-of-the-son-of-arti-todos' into 'main'
Nick Mathewson
2023-12-14
1
-26
/
+36
|
\
|
*
arti: Use a macro to declare modules as conditionally public.
Nick Mathewson
2023-12-13
1
-25
/
+36
|
*
arti: conditionally expose onion_proxy module when experimental-api is enabled
Nick Mathewson
2023-12-12
1
-4
/
+4
|
*
Remove TODOs obsoleted by onion service reconfiguration.
Nick Mathewson
2023-12-12
1
-1
/
+0
*
|
arti: Print out the onion address retrieved from StateMgr.
Gabriela Moldovan
2023-12-14
1
-1
/
+15
*
|
arti: Add an hss subcommand.
Gabriela Moldovan
2023-12-14
1
-2
/
+46
|
/
*
Reconfigure onion services when their configuration changes.
Nick Mathewson
2023-12-05
1
-19
/
+4
*
arti: Make reconfiguration slightly more abstract
Nick Mathewson
2023-12-05
1
-1
/
+13
*
Bump to clap 4 and resolve compiler errors.
Nick Mathewson
2023-11-15
1
-2
/
+2
*
HSS: Do not drop ProxySet immediately - let HS services continue to run (fmt)
Ian Jackson
2023-10-19
1
-2
/
+4
*
HSS: Do not drop ProxySet immediately - let HS services continue to run
Ian Jackson
2023-10-19
1
-4
/
+19
*
Merge branch 'generic-listen' into 'main'
Nick Mathewson
2023-10-16
1
-27
/
+23
|
\
|
*
Do not writelns in Display, undo localhost_port_legacy changes.
Jani Monoses
2023-09-25
1
-1
/
+1
|
*
arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.
Jani Monoses
2023-09-22
1
-27
/
+23
*
|
arti: Actually launch the onion service code.
Nick Mathewson
2023-10-05
1
-0
/
+9
*
|
arti: add a set of OnionServiceProxyConfig types.
Nick Mathewson
2023-10-03
1
-0
/
+4
|
/
*
arti: Use ConfigurationSources::try_from_cmdline
Ian Jackson
2023-08-07
1
-3
/
+3
*
arti: Add context to default config files error message
Ian Jackson
2023-08-07
1
-1
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
RPC: tell the `arti` SOCKS code about an RpcMgr object.
Nick Mathewson
2023-06-05
1
-13
/
+23
*
print both static sqlite/tls when 'static' feature is used
trinity-1686a
2023-05-08
1
-2
/
+2
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
1
-2
/
+7
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-21
/
+30
*
rpc: Make an RpcMgr type to own the DispatchTable.
Nick Mathewson
2023-05-04
1
-1
/
+3
*
rpc: Add a demonstration feature to "arti"
Nick Mathewson
2023-04-12
1
-0
/
+28
*
ErrorHint: Report hints for arti_client errors.
Nick Mathewson
2023-01-27
1
-4
/
+11
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
cfg compilation: Add two allows
Ian Jackson
2022-11-18
1
-0
/
+1
*
Upgrade to clap 3: replace deprecated functions
Gabriel de Perthuis
2022-11-04
1
-28
/
+36
*
Upgrade to clap 3 with minimal changes
Gabriel de Perthuis
2022-11-04
1
-6
/
+6
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-186
/
+1
*
Add pt-client and bridge-client features to arti and arti-client
Ian Jackson
2022-10-12
1
-0
/
+2
*
document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browser
trinity-1686a
2022-09-03
1
-9
/
+7
*
docs: Move Tor Browser part to arti top-level (rustfmt etc.)
Ian Jackson
2022-09-02
1
-16
/
+16
*
README: Remove caveats from Tor Browser instructions
Ian Jackson
2022-09-02
1
-3
/
+1
*
README: Fix links to Tor Browser
Ian Jackson
2022-09-02
1
-3
/
+4
[next]