summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* Alternative API for set_isolation_group().Nick Mathewson2022-03-172-2/+2
* Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-173-110/+48
|\
| * add isolation to dns requeststrinity-1686a2022-03-162-9/+35
| * accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-161-1/+1
| * add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-161-2/+2
| * replace IsolationMap with new Isolation traittrinity-1686a2022-03-161-102/+14
* | Fix typoDimitris Apostolou2022-03-161-1/+1
|/
* make run_dns_resolver public and fix typotrinity-1686a2022-03-151-3/+2
* fix typos and minor issuestrinity-1686a2022-03-142-15/+23
* actually add DNS supporttrinity-1686a2022-03-142-4/+87
* add skeleton for DNS handlingtrinity-1686a2022-03-142-8/+90
* add udp to runtimetrinity-1686a2022-03-143-10/+69
* arti library crate: Add another note about panickingIan Jackson2022-03-111-0/+4
* arti library crate: re-add clippy lintsIan Jackson2022-03-111-0/+33
* arti library crate: Add note about panickingIan Jackson2022-03-111-0/+4
* arti: Make main module entrypoints pubIan Jackson2022-03-116-14/+14
* arti: Provide some rubric docs.Ian Jackson2022-03-111-0/+8
* arti: Move all code from binary crate to library crateIan Jackson2022-03-112-261/+269
* Add config paths table in `arti` docsLennart Kloock2022-03-041-3/+8
* 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
* | Merge branch 'main'Ian Jackson2022-03-011-1/+16
|\ \
| * | Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-251-1/+16
* | | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-1/+1
|/ /
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-252-0/+3
* | Upgrade dependency to new version of rlimit.Nick Mathewson2022-02-251-1/+1
* | 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-221-2/+7
|\ \ | |/ |/|
| * 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-181-1/+5
* | 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-032-13/+226
|\
| * Document that `notify` behavior is strange with symlinksNick Mathewson2022-02-031-0/+5