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-client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-25
/
+25
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
1
-12
/
+6
*
Tweak documentation for wait_for_stop slightly.
Nick Mathewson
2024-07-23
1
-1
/
+7
*
tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new (fmt).
Gabriela Moldovan
2024-07-15
1
-10
/
+8
*
tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.
Gabriela Moldovan
2024-07-15
1
-6
/
+11
*
implement TorClient::wait_for_stop
trinity-1686a
2024-07-11
1
-0
/
+6
*
Merge branch 'mistrust-message' into 'main'
Ian Jackson
2024-07-10
1
-1
/
+1
|
\
|
*
arti-client: Correct message for mistrust error
Ian Jackson
2024-07-10
1
-1
/
+1
*
|
arti-client: Gate generate_service_discovery_key() behind keymgr feature.
Gabriela Moldovan
2024-07-10
1
-2
/
+10
|
/
*
Remove reference to arti-hyper in arti-client README.md
Ian Jackson
2024-07-09
1
-2
/
+0
*
Update to derive-deftly 0.14
Ian Jackson
2024-07-08
1
-1
/
+1
*
arti-client: Add a function for generating client authorization keys.
Gabriela Moldovan
2024-06-27
3
-1
/
+90
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-25
/
+25
*
Require strum 0.26.3
Ian Jackson
2024-06-25
1
-1
/
+1
*
Update to derive-deftly 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Resolve a rustdoc warning.
Nick Mathewson
2024-06-24
1
-2
/
+2
*
Add a maximum to local_resource_timeout.
Nick Mathewson
2024-06-24
2
-8
/
+33
*
local_resource_timeout: Change wait interval to 50 ms.
Nick Mathewson
2024-06-24
1
-1
/
+1
*
Rename fslock_timeout to local_resource_timeout
Nick Mathewson
2024-06-24
1
-11
/
+16
*
Clarify documentation about blocking.
Nick Mathewson
2024-06-24
1
-2
/
+4
*
TorClientBuilder: Wait for a little while if the lockfiles are held.
Nick Mathewson
2024-06-24
2
-4
/
+110
*
TorClientBuilder: take self by reference when building
Nick Mathewson
2024-06-24
2
-4
/
+5
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+1
*
Merge branch 'rpc-stream-methods' into 'main'
Nick Mathewson
2024-06-11
2
-73
/
+110
|
\
|
*
Several typo fixes from Gabi
Nick Mathewson
2024-06-11
1
-3
/
+3
|
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
2
-73
/
+110
*
|
StorageConfig: complete a missing piece of documentation.
Nick Mathewson
2024-06-11
1
-1
/
+1
*
|
StorageConfig: Light reformatting.
Nick Mathewson
2024-06-11
1
-0
/
+3
|
/
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
1
-3
/
+3
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-25
/
+25
*
arti-client: Unconditionally retire all HS circuits if circmgr says so.
Gabi Moldovan
2024-06-03
1
-12
/
+1
*
arti-client: Add TODO about always clearing the HS circ pool.
Gabriela Moldovan
2024-06-03
1
-0
/
+8
*
tor-circmgr: Remove VanguardMode from Pool (fmt).
Gabriela Moldovan
2024-06-03
1
-4
/
+3
*
tor-circmgr: Remove VanguardMode from Pool.
Gabriela Moldovan
2024-06-03
1
-5
/
+7
*
tor-guardmgr: Unconditionally define VanguardConfig.
Gabriela Moldovan
2024-06-03
1
-11
/
+3
*
arti-client: Remove unnecessary VanguardConfig pub use.
Gabriela Moldovan
2024-06-03
1
-6
/
+0
*
RPC: Require an Error type in methods.
Nick Mathewson
2024-05-16
1
-0
/
+3
*
Merge branch 'enforce_method_names' into 'main'
Nick Mathewson
2024-05-16
1
-3
/
+3
|
\
|
*
RPC: Use RPC method names in a consistent format.
Nick Mathewson
2024-05-14
1
-3
/
+3
*
|
arti-client: Add one-hop circuit example
juga
2024-05-15
2
-0
/
+67
|
/
*
RPC: Add notes about ClientConnectionTarget
Nick Mathewson
2024-05-14
1
-0
/
+7
*
RPC: Require DynClone for ClientConnectionError.
Nick Mathewson
2024-05-14
2
-4
/
+7
*
RPC: Seal ClientConnectionError.
Nick Mathewson
2024-05-14
1
-2
/
+19
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
2
-0
/
+12
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
3
-4
/
+84
*
rpc: Mark TorClient as exposed outside of session
Nick Mathewson
2024-05-09
1
-1
/
+6
*
rpc: Add an isolated-client method on TorClient.
Nick Mathewson
2024-05-09
2
-3
/
+27
*
Adjust examples lints using add_warning
Nick Mathewson
2024-05-07
6
-18
/
+18
*
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
1
-2
/
+2
|
\
|
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
[next]