summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* | config watch: Fix and reduce debounce intervalIan Jackson2022-08-251-3/+3
* | config sources: Read arti.d as well as arti.tomlIan Jackson2022-08-251-3/+3
* | config sources: Supporting reading directoriesIan Jackson2022-08-251-3/+5
* | config sources: Introduce scan() and FoundConfigFilesIan Jackson2022-08-251-11/+25
* | config watch: Provide watch_dirIan Jackson2022-08-251-8/+37
* | config watch: Re-establish watcher on each iterationIan Jackson2022-08-251-2/+14
* | config watch: Rescan once on startupIan Jackson2022-08-251-3/+8
* | config watch: Break out prepare_watcherIan Jackson2022-08-251-5/+10
* | config watch: Make the mpsc channel part of FileWatcherIan Jackson2022-08-251-8/+15
* | config: Do process hardening on reconfigure even if not watchingIan Jackson2022-08-252-5/+5
|/
* fix nightly lintstrinity-1686a2022-08-241-0/+1
* fix test failing due to missing allow_running_as_roottrinity-1686a2022-08-241-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Merge branch 'no_root' into 'main'Nick Mathewson2022-08-245-0/+43
|\
| * arti: Do not allow running as root.Nick Mathewson2022-08-245-0/+43
* | arti cfg: Write down future plansIan Jackson2022-08-231-0/+13
* | arti cfg: Test parsing of the oldest config file we still supportIan Jackson2022-08-222-8/+310
* | arti cfg: Fix docs about ARTI_EXAMPLE_CONFIGIan Jackson2022-08-221-1/+4
|/
* channel: Introduce padding configIan Jackson2022-08-161-1/+13
* Introduce ChannelConfigIan Jackson2022-08-161-0/+4
* arti: Add support for process hardeningNick Mathewson2022-08-156-3/+75
* Add a few dire warnings about main; make main_main experimental.Nick Mathewson2022-08-111-2/+31
* Document more explicitly what "voiding a semver warranty" entailsNick Mathewson2022-08-111-1/+5
* arti: `main_main` takes command-line arguments does not call exit()Nick Mathewson2022-08-112-3/+19
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-119-12/+43
* arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-112-3/+14
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-4/+4
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-222-2/+6
* disable-fs-permission-checks: remove variable from help messageJim Newsome2022-07-191-1/+0
* Merge branch 'mistrust-envvar' into 'main'Nick Mathewson2022-07-192-26/+18
|\
| * Arti: Use synthetic argument to implement --disable-fs-permission-checksNick Mathewson2022-07-192-22/+12
| * Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-191-4/+6
* | socksproto: Use fallible writers.Nick Mathewson2022-07-111-10/+20
|/
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-7/+7
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-242-0/+6
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-232-0/+6
* | Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+69
|/
* Updated the warning message providing additional information about the type o...0x4ndy2022-06-211-2/+1
* Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-171-0/+10
|\
| * Add a configuration option for reachable_addrsNick Mathewson2022-06-171-0/+10
* | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-162-14/+7
|\ \
| * | impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
| * | arti: logging config: Replace a manual Debug implIan Jackson2022-06-162-7/+5
* | | Merge branch 'config-fix' into 'main'Ian Jackson2022-06-162-46/+89
|\ \ \
| * | | arti: cfg: Remove another needless borrowIan Jackson2022-06-161-1/+1
| * | | arti cfg tests: Remove a redundant line that shadows an earlier bindingIan Jackson2022-06-161-1/+0
| * | | Fix grammar erroreta2022-06-161-1/+1