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
...
*
|
Fix a few typos.
Nick Mathewson
2021-11-24
2
-2
/
+2
|
/
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-10
/
+159
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
For every* config type, make defaults consistent.
Nick Mathewson
2021-11-21
1
-0
/
+1
*
Rename .gitignore APP_FOO to ARTI_FOO.
Nick Mathewson
2021-11-21
1
-1
/
+1
*
Give CfgPath an alternative inner representation.
Nick Mathewson
2021-11-21
1
-12
/
+2
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+16
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+7
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
3
-51
/
+86
*
Lower StorageConfig to arti-client crate
Nick Mathewson
2021-11-21
1
-3
/
+39
*
Allow type-complexity in hyper.rs example
Nick Mathewson
2021-11-21
1
-0
/
+1
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-1
/
+1
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
2
-1
/
+5
*
Typo fix from reddit thread.
Nick Mathewson
2021-11-17
1
-1
/
+1
*
Remove dependency from arti-client to tor-config.
Nick Mathewson
2021-11-16
2
-9
/
+13
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Document that the "experimental-api" feature is not semver-covered.
Nick Mathewson
2021-11-11
1
-0
/
+5
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
1
-18
/
+32
*
Implement optimistic stream
Yuan Lyu
2021-11-09
1
-1
/
+13
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-9
/
+9
*
Update README.md files
Nick Mathewson
2021-10-29
1
-6
/
+10
*
Improve docs of more (potentially re-exported) arti-client types
eta
2021-10-29
2
-12
/
+45
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-6
/
+40
*
Encourage the use of TorClient::clone().
Nick Mathewson
2021-10-28
1
-1
/
+2
*
arti-client example: Try to make the comments a little more clear.
Nick Mathewson
2021-10-28
1
-6
/
+10
*
Update README.md files
Nick Mathewson
2021-10-28
1
-13
/
+90
*
Improve top-level arti-client documentation, add example code
eta
2021-10-28
3
-16
/
+146
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
2
-32
/
+14
*
TorClient::resolve_ptr should take an IpAddr.
Nick Mathewson
2021-10-26
2
-9
/
+1
*
More tests for arti_client::address
Nick Mathewson
2021-10-26
1
-15
/
+106
*
Turn StreamIsolation into a separate type.
Nick Mathewson
2021-10-25
1
-4
/
+12
*
Add an isolate_client() function to create an isolated TorClient.
Nick Mathewson
2021-10-25
1
-15
/
+34
*
s/arti-arti-client/arti-client/ and regenerate readme files
Nick Mathewson
2021-10-25
2
-2
/
+2
*
Upgrade to latest tracing-{subscriber,journald}
Nick Mathewson
2021-10-23
1
-1
/
+1
*
Run "cargo fix --edition-idioms=2018".
Nick Mathewson
2021-10-22
1
-2
/
+2
*
Rename tor_client/arti_tor_client to arti_client.
Nick Mathewson
2021-10-21
8
-0
/
+1397
[prev]