summaryrefslogtreecommitdiff
path: root/tor-client
Commit message (Expand)AuthorAgeFilesLines
* Rename tor-client to arti-tor-client for now.Nick Mathewson2021-06-242-2/+6
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-5/+5
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-4/+0
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-262-2/+2
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+67
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-211-1/+15
* improve crate doc for tor-client.Nick Mathewson2021-05-211-3/+59
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-181-5/+6
* Remove tor-proto exposure in tor-client API.Nick Mathewson2021-05-181-5/+34
* Rename NetDirConfig to DirMgrConfig.Nick Mathewson2021-05-141-2/+2
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Fix experimental-api feature after refactoringDavid Goulet2021-05-031-2/+2
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+3
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-231-6/+1
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-3/+5
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-171-1/+1
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-161-7/+21
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-161-8/+7
* rtcompat: Make TLS functionality use Runtime traits.Nick Mathewson2021-04-161-1/+6
* circmgr: Add a function to build a circuit by pathDavid Goulet2021-04-071-0/+9
* Remove a few unused dependenciesNick Mathewson2021-04-051-1/+0
* DirMgr::netdir() is no longer asyncNick Mathewson2021-04-021-1/+1
* Client: Add a function to expose the current dirmgr.Nick Mathewson2021-03-302-0/+10
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-5/+5
* Move stream timeout logic into tor-client.Nick Mathewson2021-03-241-3/+6
* upgrade to newer version of config crate.Nick Mathewson2021-03-241-1/+1
* Move responsibility for knowing about TLS into tor_rtcompat.Nick Mathewson2021-03-231-1/+1
* Refactor tokio implpementation in tor-rtcompat.Nick Mathewson2021-03-231-3/+3
* Move our command-line interface into a new crate called "arti".Nick Mathewson2021-03-177-1220/+1
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Bump a couple of depsNick Mathewson2021-03-131-1/+1
* Improve implementation of copy_interactiveNick Mathewson2021-03-121-11/+50
* Only enable the `config` features we are using.Nick Mathewson2021-03-101-1/+1
* Use AsyncRead and AsyncWrite in our proxy implementationNick Mathewson2021-03-102-30/+36
* Refactor DataStream constituents a bit.Nick Mathewson2021-03-091-1/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1