aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Spelling fixes and normalizations on some high-level cratesNick Mathewson2022-11-072-4/+4
* | Fix typosDimitris Apostolou2022-11-061-3/+3
|/
* Run add_warnings.Nick Mathewson2022-11-032-0/+2
* debounce reload cfg eventstrinity-1686a2022-11-011-0/+7
* rename unused fieldtrinity-1686a2022-10-301-3/+2
* update some stringstrinity-1686a2022-10-301-10/+10
* use iife so we can try! instead of custom error handlingtrinity-1686a2022-10-301-64/+56
* refactor so events always indicate reloadtrinity-1686a2022-10-301-71/+74
* depends less on notify typestrinity-1686a2022-10-301-22/+35
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-186/+1
* cfg tests: bridges: Document test case assumptionsIan Jackson2022-10-121-0/+19
* cfg tests: bridges: Remove now-redundant block { }Ian Jackson2022-10-121-13/+11
* cfg test: bridges: Test all three feature casesIan Jackson2022-10-121-4/+31
* cfg tests: bridges: Prepare for more comprehensive testingIan Jackson2022-10-121-8/+20
* cfg tests: Make ExampleSectionLines::resolve fallibleIan Jackson2022-10-121-5/+5
* Fix comment typo.Nick Mathewson2022-10-121-1/+1
* bridge config: Clarify that examples are nonfunctionalIan Jackson2022-10-121-0/+2
* bridges: Test configurationIan Jackson2022-10-121-0/+121
* pt and bridges: Parse configurationIan Jackson2022-10-121-3/+1
* config exhaust checking: Feature-limit some of the testsIan Jackson2022-10-121-11/+17
* Add pt-client and bridge-client features to arti and arti-clientIan Jackson2022-10-121-0/+2
* bridges config example: Add much more example syntaxIan Jackson2022-10-121-4/+14
* bridges config example: Add bridges section to example configIan Jackson2022-10-122-0/+24
* config exhaust checking: Allow for whole sectionsIan Jackson2022-10-121-2/+17
* config exhaust checking: Allow for options only unrecognized in newIan Jackson2022-10-121-4/+10
* config exhaust checking: Move unrecognized lists earlierIan Jackson2022-10-121-3/+3
* arti config exhaust checking: Improve message, add commentIan Jackson2022-10-121-2/+4
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* remove manual limitation of coredump sizetrinity-1686a2022-10-051-4/+0
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-271-1/+1
* Enforce SafeLogging on the console.Nick Mathewson2022-09-261-30/+10
* fix compilation error with async-stdtrinity-1686a2022-09-061-2/+3
* document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browsertrinity-1686a2022-09-031-9/+7
* docs: Move Tor Browser part to arti top-level (rustfmt etc.)Ian Jackson2022-09-021-16/+16
* README: Remove caveats from Tor Browser instructionsIan Jackson2022-09-021-3/+1
* README: Fix links to Tor BrowserIan Jackson2022-09-021-3/+4
* docs: Move Tor Browser part to arti top-level (syntax fixup)Ian Jackson2022-09-021-6/+16
* docs: Move Tor Browser part to arti top-level (code motion)Ian Jackson2022-09-021-0/+44
* README: change an NB to NoteIan Jackson2022-09-021-1/+1
* READMEs: arti (CLI): Remove several caveats, and tidyingIan Jackson2022-09-021-12/+24
* update to v5.0.0trinity-1686a2022-08-311-23/+28
* Add test warning exceptions to arti::cfg::testNick Mathewson2022-08-311-0/+7
* Mark a few APIs as experimental in docs.Nick Mathewson2022-08-302-0/+2
* Fix Tests on Windows in Configuration Subsystem.Alexander Færøy2022-08-301-6/+30
* small refactoring to reduce duplicaiton of config reloadingtrinity-1686a2022-08-272-42/+44
* connect SIGHUP to watch_cfgtrinity-1686a2022-08-272-62/+90
* WIP: listen for sighups and reconfigure?Nick Mathewson2022-08-261-0/+13
* Add functionality to listen for SIGHUPs.Nick Mathewson2022-08-261-0/+22
* Merge branch 'safelog_more' into 'main'Ian Jackson2022-08-262-5/+9
|\