aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src
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
* | 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
| * 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-012-1/+68
* | 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
* arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-19/+24
* Make max_file_limit configurableNeel Chauhan2022-01-282-12/+5
* arti: be more careful to use the user-selected runtimeNick Mathewson2022-01-261-4/+11
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Make the native-tls crate optional.Nick Mathewson2022-01-261-2/+2
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-3/+5