summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-dirmgr: Remove redundant hashtable.Nick Mathewson2022-03-162-22/+52
| * | | | NetDir: Use less space in hash tablesNick Mathewson2022-03-161-61/+35
* | | | | Merge branch 'set_iso_group_redux' into 'main'Ian Jackson2022-03-175-5/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Alternative API for set_isolation_group().Nick Mathewson2022-03-175-5/+13
|/ / / /
* | | | Update semver_status.md for isolation changesNick Mathewson2022-03-171-0/+4
* | | | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-1712-214/+460
|\ \ \ \
| * | | | replace TODOs with documentationtrinity-1686a2022-03-162-3/+2
| * | | | add isolation to dns requeststrinity-1686a2022-03-162-9/+35
| * | | | accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-163-4/+4
| * | | | add trait to help test isolation related codetrinity-1686a2022-03-163-49/+182
| * | | | add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-163-3/+60
| * | | | replace IsolationMap with new Isolation traittrinity-1686a2022-03-162-102/+15
| * | | | refactor restrict_muttrinity-1686a2022-03-161-14/+15
| * | | | replace Arc with Box and use dyn-clonetrinity-1686a2022-03-164-95/+69
| * | | | replace result with eithertrinity-1686a2022-03-161-5/+6
| * | | | add some documentation for new traitstrinity-1686a2022-03-161-12/+18
| * | | | replace isolated with compatibletrinity-1686a2022-03-161-13/+13
| * | | | use downcast-rs instead of our own AsAnytrinity-1686a2022-03-163-15/+17
| * | | | fix existing teststrinity-1686a2022-03-162-68/+62
| * | | | add a join() on Isolationtrinity-1686a2022-03-161-4/+65
| * | | | testing new api for isolationTrinity Pointard2022-03-163-45/+124
* | | | | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-1713-153/+207
|\ \ \ \ \
| * | | | | semver notes.Ian Jackson2022-03-161-0/+6
| * | | | | DirMgrConfig: abolish builder; make it transparent and exhaustiveIan Jackson2022-03-165-82/+61
| * | | | | Add rationale for CircMgrConfig transparency and traitIan Jackson2022-03-161-1/+22
| * | | | | Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-164-20/+82
| * | | | | Make CircMgrConfig transparent (and make it a trait)Ian Jackson2022-03-164-68/+47
| * | | | | Change type of TorClientConfig::override_net_paramsIan Jackson2022-03-164-4/+10
| * | | | | Actually honour preemptive circuits configurationIan Jackson2022-03-161-0/+1
* | | | | | Merge branch 'always-ims' into 'main'eta2022-03-161-10/+49
|\ \ \ \ \ \
| * | | | | | dirmgr: Always send if-modified-since on consensus documents.Nick Mathewson2022-03-161-10/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'typos' into 'main'Nick Mathewson2022-03-161-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix typoDimitris Apostolou2022-03-161-1/+1
|/ / / / /
* | | | | Merge branch 'derive-builder' into 'main'Ian Jackson2022-03-1612-25/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | derive_builder: Switch to upstream 0.11Ian Jackson2022-03-1611-25/+20
| * | | | downgrade_dependencies: Upgrade darlingIan Jackson2022-03-161-0/+1
| | |/ / | |/| |
* | | | Merge branch 'move-retry-delay' into 'main'Ian Jackson2022-03-165-153/+179
|\ \ \ \
| * | | | RetryDelay: remove accessors.Nick Mathewson2022-03-162-24/+10
| * | | | Remove re-export of retry-schedule in tor-dirmgr.Nick Mathewson2022-03-161-1/+1
| * | | | Fix up documentation on RetryDelay.Nick Mathewson2022-03-162-16/+22
| * | | | Move RetryDelay from dirmgr to basic-utils.Nick Mathewson2022-03-165-155/+171
| * | | | RetryDelay: add accessors for stateNick Mathewson2022-03-161-5/+22
| * | | | tor-basic-utils/Cargo.toml: reformat.Nick Mathewson2022-03-161-1/+2
| | |/ / | |/| |
* | | | Merge branch 'clippy' into 'main'Nick Mathewson2022-03-161-4/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace a match with some as_ref and asIan Jackson2022-03-161-4/+1
|/ / /
* | | Merge branch 'testing_dns_port' into 'main'Ian Jackson2022-03-162-3/+3
|\ \ \
| * | | Use port 35353 for testing, not 5353.Nick Mathewson2022-03-152-3/+3
| |/ /
* | | Merge branch 'dns' into 'main'Nick Mathewson2022-03-151-3/+2
|\ \ \ | |/ / |/| |
| * | make run_dns_resolver public and fix typotrinity-1686a2022-03-151-3/+2
|/ /
* | Merge branch 'dns' into 'main'Nick Mathewson2022-03-1423-46/+614
|\ \