summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-19/+24
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-4/+4
* Make max_file_limit configurableNeel Chauhan2022-01-282-12/+5
* arti: be more careful to use the user-selected runtimeNick Mathewson2022-01-262-5/+13
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-1/+1
* Make the native-tls crate optional.Nick Mathewson2022-01-262-3/+5
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-3/+5
* StreamPrefs: Re-alphabetise imports following renameIan Jackson2022-01-211-1/+1
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-3/+3
* connection preferences: Take ConnectPrefs by referenceIan Jackson2022-01-191-3/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-5/+5
* Apply suggestions to better describe the purpose of LogGuards.Ian Jackson2022-01-101-4/+5
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-103-36/+142
* Move tracing setup into a separate module.Nick Mathewson2022-01-102-43/+49
* Merge branch 'minimize_deps' into 'main'eta2022-01-101-9/+9
|\