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-client
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
7
-27
/
+40
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-3
/
+5
*
arti-client: Fix test for FlowCtrl=2.
Nick Mathewson
2025-08-06
1
-3
/
+3
*
tor_proto: add FLOWCTRL_CC to supported_client_protocols
Nick Mathewson
2025-08-06
1
-5
/
+13
*
arti-client: Resolve XXX to make CI run.
Gabriela Moldovan
2025-08-05
1
-23
/
+26
*
arti-client: Use the new Tunnel interface
David Goulet
2025-08-05
2
-26
/
+34
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-1
/
+1
*
Update the release date
Ian Jackson
2025-08-05
1
-1
/
+1
*
Use new DisplayRedacted/DebugRedacted code for HsId.
Nick Mathewson
2025-07-31
2
-8
/
+10
*
Merge branch 'configuration-sources-pub' into 'main'
Alexander Hansen Færøy
2025-07-30
1
-1
/
+1
|
\
|
*
arti-client: Re-export `ConfigurationSources`
Clara Engler
2025-06-11
1
-1
/
+1
*
|
arti-client: Update release date.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
|
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
|
arti: Add keys list and keys list-keystores
hjrgrn
2025-06-12
1
-0
/
+8
|
/
*
release: Update ARTI_CLIENT_RELEASE_DATE using `maint/update-release-date`.
Alexander Hansen Færøy
2025-06-05
1
-1
/
+1
*
Merge branch 'clean-implement-haskind-for-toraddrerror' into 'main'
David Goulet
2025-05-05
2
-3
/
+28
|
\
|
*
Fix formatting in test_error_kind function
Vijaya Bhaskar
2025-04-27
1
-1
/
+4
|
*
Implement HasKind trait for TorAddrError
Vijaya Bhaskar
2025-04-27
2
-3
/
+25
*
|
release: Update release date.
Wesley Aptekar-Cassels
2025-05-01
1
-1
/
+1
|
/
*
arti-client: remove incorrect note about `StateDirectory` usage
Steven Engler
2025-04-23
1
-1
/
+0
*
Rename recommended_protocols to protocol_statuses.
Nick Mathewson
2025-04-16
1
-3
/
+3
*
arti-client: Document spec of checking date on cached protos
Nick Mathewson
2025-04-16
1
-3
/
+6
*
arti-client: On shutdown for missing proto, print to stderr
Nick Mathewson
2025-04-16
1
-1
/
+17
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+1
*
arti-client: Small test for evaluating protocol status.
Nick Mathewson
2025-04-16
1
-0
/
+69
*
arti,arti-client: Add an option to override required protocols
Nick Mathewson
2025-04-16
4
-6
/
+77
*
arti-client: Keep a somewhat accurate notion of our release date.
Nick Mathewson
2025-04-16
3
-3
/
+39
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+3
*
arti-client: Implement the basics of protocol enforcement.
Nick Mathewson
2025-04-16
5
-2
/
+266
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+98
*
Merge branch 'todo-errordetail' into 'main'
David Goulet
2025-04-14
2
-2
/
+8
|
\
|
*
arti-client: Add ErrorDetail::OnionServiceSetup
hjrgrn
2025-04-14
2
-2
/
+8
*
|
arti-client: xref to fork policy
Ian Jackson
2025-04-07
1
-0
/
+12
|
/
*
Remove outdated TODO
CocytusDEDI
2025-04-03
1
-4
/
+0
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
1
-2
/
+2
*
Merge branch 'client-arti' into 'main'
opara
2025-03-20
1
-16
/
+12
|
\
|
*
replace state_dir and storage_mistrust with tor_persist::state_dir::StateDire...
abdul2801
2025-03-20
1
-16
/
+12
*
|
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
|
/
*
Fix `crate_bootstrapped` typo
kpcyrd
2025-02-16
1
-1
/
+1
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-4
/
+0
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
Move base CfgPathResolver for arti-client back to tor-config-path.
Nick Mathewson
2024-12-09
1
-118
/
+2
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
arti-client: change test to use path resolver from `TorClientConfig`
Steven Engler
2024-11-18
1
-6
/
+12
*
tor-config-path: remove `Option` from resolver value
Steven Engler
2024-11-18
1
-9
/
+10
*
arti-client: add path resolver to `TorClient` and `TorClientConfig`
Steven Engler
2024-11-18
2
-39
/
+68
*
arti-client: add a more-comprehensive cfg variable test
Steven Engler
2024-11-18
1
-10
/
+35
*
arti-client: moved two tests from tor-config-path
Steven Engler
2024-11-18
1
-0
/
+20
[prev]
[next]