summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Update README.md files (automated)Nick Mathewson2022-01-111-2/+2
* Merge branch 'ticket_281' into 'main'eta2022-01-102-18/+26
|\
| * Expose and rename stream timeout config.Nick Mathewson2022-01-102-18/+26
* | Make the arti_client::Result type public.Nick Mathewson2022-01-101-2/+2
|/
* Merge branch 'minimize_deps' into 'main'eta2022-01-101-11/+11
|\
| * Minimize the required version for each dependency.Nick Mathewson2022-01-071-11/+11
* | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-084-12/+33
|/
* tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-071-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'refactor/must-use-self' into 'main'eta2021-12-201-0/+1
|\
| * address clippy's latest lintDaniel Eades2021-12-201-0/+1
* | arti-client: Change an XXXX to a TODO.Nick Mathewson2021-12-201-1/+5
|/
* Merge branch 'reconfigure' into 'main'eta2021-12-133-14/+108
|\
| * Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-071-4/+7
| * Sequence reconfiguration requests.Nick Mathewson2021-12-071-8/+25
| * Improve documentation of which config can change.Nick Mathewson2021-12-071-0/+2
| * Make TorClient reconfigurable.Nick Mathewson2021-12-072-15/+29
| * Add new configuration objects to reconfigure.Nick Mathewson2021-12-071-0/+4
| * Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-2/+2
| * Sketch API for reconfiguration.Nick Mathewson2021-12-072-4/+58
* | drop arcs before awaitingTrinity Pointard2021-12-091-0/+1
* | fix nightly clippy errorsTrinity Pointard2021-12-091-15/+10
|/
* Make ClientTimeoutConfig members crate-private.Nick Mathewson2021-12-071-3/+3
* Rename timeout_rules to stream_timeouts.Nick Mathewson2021-12-072-17/+18
* Merge branch 'revised_preemptive_config' into 'main'eta2021-12-071-13/+13
|\
| * Rename circuits_preemptive to preemptive_circuitsNick Mathewson2021-12-071-13/+13
* | Merge branch 'bug252' into 'main'eta2021-12-073-13/+90
|\ \ | |/ |/|
| * Rename ClientDNSConfig -> ClientTimeoutConfigNeel Chauhan2021-12-072-26/+29
| * 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
|\ \ \ \ | |_|_|/ |/| | |