aboutsummaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-6/+6
* | Update README.md files from rustdoc.Nick Mathewson2022-03-011-1/+15
* | Merge branch 'main'Ian Jackson2022-03-012-2/+19
|\ \
| * | Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-252-2/+19
* | | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-1/+1
|/ /
* | Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-253-1/+4
* | Upgrade dependency to new version of rlimit.Nick Mathewson2022-02-252-2/+2
* | Merge branch 'socks-version-is-http' into 'main'eta2022-02-241-1/+36
|\ \ | |/ |/|
| * use less magic in http checktrinity-1686a2022-02-241-2/+4
| * make arti return a web page when receiving http request on socks porttrinity-1686a2022-02-231-1/+34
* | Merge branch 'client_builder' into 'main'Nick Mathewson2022-02-231-1/+4
|\ \ | |/ |/|
| * Make a TorClientBuilder API.Nick Mathewson2022-02-181-1/+4
* | Merge branch 'error-report' into 'main'Nick Mathewson2022-02-222-3/+9
|\ \ | |/ |/|
| * Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-181-1/+1
| * Placate clippyIan Jackson2022-02-181-1/+2
| * Add a missing anyhow context() callIan Jackson2022-02-181-2/+2
| * Provide error reporter and use it in the arti binaryIan Jackson2022-02-182-1/+6
* | arti cli: Add some anyhow context() callsIan Jackson2022-02-181-5/+8
* | arti cli: socks proxy: Start listening immedatelyIan Jackson2022-02-181-4/+7
* | arti cli: Do config watch setup before entering future selectIan Jackson2022-02-181-3/+3
|/
* Merge branch 'remaining-errors'Nick Mathewson2022-02-171-1/+1
|\
| * Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
* | Fix compilation on mainNick Mathewson2022-02-171-1/+2
* | arti: create TorClient first, then bootstrap.Nick Mathewson2022-02-151-4/+3
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Merge branch 'eta/unbootstrapped-clients' into 'main'Nick Mathewson2022-02-111-1/+1
|\
| * Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+1
* | Try to resolve the "Truncated" error in tor-socksprotoNick Mathewson2022-02-111-3/+3
|/
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-3/+3
* Properly linkify two doc comment xrefs to issuesIan Jackson2022-02-041-2/+2
* Merge branch 'ticket270' into 'main'Nick Mathewson2022-02-033-13/+227
|\
| * Document that `notify` behavior is strange with symlinksNick Mathewson2022-02-031-0/+5
| * Avoid a potential infinite loop in configuration-watchingNick Mathewson2022-02-031-2/+5
| * Treat rescan events as meaning "reload configuration".Nick Mathewson2022-02-031-2/+2
| * Add a couple of TODOs about configuration-watching.Nick Mathewson2022-02-021-0/+7
| * Before reloading configuration, drain all pending file changesNick Mathewson2022-02-021-0/+8
| * Refactor file-watching code to watch parent directories.Nick Mathewson2022-02-021-8/+105
| * arti: Limit mut-ness of cfg_sources to one block.Nick Mathewson2022-02-021-12/+16
| * Detect changes in non-client configuration sections tooNick Mathewson2022-02-012-17/+30
| * Make configuration-watching configurable and off-by-default.Nick Mathewson2022-02-011-2/+11
| * Reload configuration when our configuration files change.Nick Mathewson2022-02-013-1/+69
* | Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-031-1/+1
|\ \
| * | Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* | | Merge branch 'typos' into 'main'eta2022-02-031-1/+1
|\ \ \
| * | | Fix typosDimitris Apostolou2022-02-021-1/+1
| | |/ | |/|
* / | Remove many needless borrows and slicesIan Jackson2022-02-021-2/+2
|/ /
* | Un-Arc<> TorClient in the arti crateNick Mathewson2022-02-012-8/+5