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 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
*
|
Add requisite RPC method name prefixes
Nick Mathewson
2024-05-06
1
-2
/
+2
*
|
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-4
/
+4
*
|
Add a note about declaring get and watch functions.
Nick Mathewson
2024-05-06
1
-0
/
+6
*
|
Add a note about why the RPC functions aren't declared as methods.
Nick Mathewson
2024-05-06
1
-0
/
+5
*
|
RPC: Send "null" for blockage rather than omitting it.
Nick Mathewson
2024-05-06
1
-2
/
+1
*
|
Lightly simplify the syntax for installing multiple InvokerEnts
Nick Mathewson
2024-05-06
1
-2
/
+4
*
|
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
2
-0
/
+105
|
/
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-24
/
+24
*
arti-client: vanguards cargo feature: remove from experimental
Ian Jackson
2024-04-30
1
-1
/
+0
*
arti-client: Make vanguards non-experimental.
Gabriela Moldovan
2024-04-29
1
-1
/
+2
*
Fix recursive impl for arti_client::Error.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
arti-client: add hs_circ_pool() method on TorClient
Richard Pospesel
2024-04-15
1
-0
/
+14
*
Upgrade derive-deftly requirement to 0.10.3
Nick Mathewson
2024-04-11
1
-1
/
+1
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
3
-18
/
+3
*
Merge branch 'unmanaged-proxy-config-test' into 'main'
Nick Mathewson
2024-04-02
1
-0
/
+5
|
\
|
*
Make TorClientConfig implement AsRef<BridgesConfig>
Nick Mathewson
2024-04-02
1
-0
/
+5
*
|
remove unused dependencies
trinity-1686a
2024-04-02
1
-10
/
+0
|
/
*
Remove semver.md files from arti-1.2.1 release
Nick Mathewson
2024-04-02
1
-4
/
+0
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-26
/
+26
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-2
/
+2
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-1
/
+1
*
Add tests for configuring unmanaged transports
Nick Mathewson
2024-03-14
1
-11
/
+49
*
Rename ManagedTransportConfig to TransportConfig.
Nick Mathewson
2024-03-14
2
-9
/
+9
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
1
-2
/
+2
|
\
|
*
tor-config: Allow ConfigurationSource to be verbatim text.
Nick Mathewson
2024-03-13
1
-2
/
+2
*
|
Add unknown-lints exception to examples
Nick Mathewson
2024-03-13
6
-1
/
+6
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
11
-0
/
+11
|
/
*
Merge branch 'arti_client_test' into 'main'
gabi-250
2024-03-11
1
-1
/
+12
|
\
|
*
arti-client: increase coverage in src/address.rs
Brady Fomegne
2024-03-05
1
-1
/
+12
[next]