summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-061-2/+3
|/
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-052-21/+12
* Make LogRotation SerializeIan Jackson2022-05-051-1/+1
* FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-041-3/+4
* Change builder list APIIan Jackson2022-05-042-14/+16
* Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-3/+16
|\
| * DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-261-17/+18
| * DownloadSchedule: Abolish new() methodIan Jackson2022-04-261-4/+16
* | Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-262-52/+16
|\|
| * Document defaults for all the config listsIan Jackson2022-04-251-1/+3
| * Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-251-3/+3
| * Use better syntax for doc comment attributeIan Jackson2022-04-251-3/+1
| * Introduce PredictedPortsListBuilderIan Jackson2022-04-251-2/+5
| * Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-251-3/+2
| * Introduce define_list_config_builder macroIan Jackson2022-04-251-46/+9
| * logging: Drop a pointless .within() callIan Jackson2022-04-251-2/+1
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-254-7/+0
|/
* arti: ArtiConfig: derive ArtiConfigBuilderIan Jackson2022-04-221-87/+13
* logfiles: Introduce LogfileListConfigBuilderIan Jackson2022-04-221-16/+18
* logfiles: Adjust LoggingConfigBuilder::file and impl DeserializeIan Jackson2022-04-221-1/+54
* logfiles Rename LogfileConfig::file to filesIan Jackson2022-04-221-4/+4
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-221-3/+3
* rename *_isolation_group to *_isolationtrinity-1686a2022-03-242-2/+2
* Move SystemConfig to arti::cfgIan Jackson2022-03-213-6/+39
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+4
* ApplicationConfig: abolish accessorIan Jackson2022-03-213-10/+3
* Move ApplicationConfig to arti crateIan Jackson2022-03-212-2/+26
* socks: abolish config accessorsIan Jackson2022-03-212-19/+4
* Move ProxyConfig to arti crateIan Jackson2022-03-212-2/+51
* Tidy up filt_from_opt_strIan Jackson2022-03-211-4/+3
* Abolish logging filter option accessorsIan Jackson2022-03-211-19/+7
* Abolish easy accessors for logging configIan Jackson2022-03-211-26/+6
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-213-5/+131
* Rename arti::trace module to arti::loggingIan Jackson2022-03-212-2/+2
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-213-3/+276
* 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