summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve ClientDNSConfig field commentsNeel Chauhan2021-12-031-3/+5
| * Make DNS fields in arti-client/src/client.rs configurableNeel Chauhan2021-12-033-13/+85
* | Merge branch 'preemptive-config' into 'main'eta2021-12-071-2/+21
|\ \
| * | Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-2/+21
| |/
* / Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
|/
* Add constructor for TorAddr, to enforce port != 0Nick Mathewson2021-11-301-24/+30
* Merge remote-tracking branch 'origin/mr/156'Nick Mathewson2021-11-301-2/+5
|\
| * arti-client: Reject Port 0 when parsing address:port combosNeel Chauhan2021-11-291-2/+5
* | Merge remote-tracking branch 'origin/mr/154'Nick Mathewson2021-11-301-1/+31
|\ \
| * | Actually build preemptive circuits (and minor fixes)eta2021-11-291-1/+31
* | | Merge branch 'readme_fixes'Nick Mathewson2021-11-302-2/+7
|\ \ \
| * | | Example needs to be the same as the readmedagon2021-11-302-46/+29
| * | | MR review feedbackdagon2021-11-302-3/+11
| * | | fix arti-client doc exampledagon2021-11-301-25/+39
| * | | run ./maint/readmes.shdagon2021-11-291-2/+2
* | | | Fix a documentation link.Nick Mathewson2021-11-301-2/+3
* | | | Fix a bad rustdoc reference.Nick Mathewson2021-11-291-1/+1
* | | | Merge branch 'simplify_config_helpers' into 'main'eta2021-11-294-37/+32
|\ \ \ \
| * | | | Change sane_defaults() and with_directories()Nick Mathewson2021-11-294-37/+32
* | | | | Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
|/ / / /
* | | | Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-28/+109
|\ \ \ \ | |_|_|/ |/| | |
| * | | Document StorageConfig defaults better.Nick Mathewson2021-11-291-3/+17
| * | | Add basic tests for high-level buildersNick Mathewson2021-11-251-3/+52
| * | | Impl and test Default for high-level configsNick Mathewson2021-11-251-0/+20
| * | | Ensure that all config sections have deny_unknown_fieldsNick Mathewson2021-11-251-0/+1
| * | | Make directory accessors crate-private.Nick Mathewson2021-11-251-4/+2
| * | | Define defaults for StorageConfigNick Mathewson2021-11-251-19/+18
| |/ /
* | | add semicolons if nothing returnedDaniel Eades2021-11-252-2/+3
* | | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/ /
* | Resolve a pair of rustdoc warnings.Nick Mathewson2021-11-241-1/+1
* | More typo fixes that I forgot to save :(Nick Mathewson2021-11-242-4/+4
* | Fix a few typos.Nick Mathewson2021-11-242-2/+2
|/
* Implement meta-builder pattern for TorClientConfigNick Mathewson2021-11-221-10/+159
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* For every* config type, make defaults consistent.Nick Mathewson2021-11-211-0/+1
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-1/+1
* Give CfgPath an alternative inner representation.Nick Mathewson2021-11-211-12/+2
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+16
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+7
* Make arti-client config object match arti config better.Nick Mathewson2021-11-213-51/+86
* Lower StorageConfig to arti-client crateNick Mathewson2021-11-211-3/+39
* Allow type-complexity in hyper.rs exampleNick Mathewson2021-11-211-0/+1
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-181-1/+1
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-182-1/+5
* Typo fix from reddit thread.Nick Mathewson2021-11-171-1/+1
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-162-9/+13
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-101-18/+32
* Implement optimistic streamYuan Lyu2021-11-091-1/+13