summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \
| * | | comment AAAA test and explain why it's disabledtrinity-1686a2022-03-141-1/+4
| * | | add simple unit test on UDPtrinity-1686a2022-03-145-3/+48
| * | | add integration test and fill semver_statustrinity-1686a2022-03-144-4/+14
| * | | fix typos and minor issuestrinity-1686a2022-03-143-16/+24
| * | | actually add DNS supporttrinity-1686a2022-03-145-5/+145
| * | | add skeleton for DNS handlingtrinity-1686a2022-03-145-14/+99
| * | | add udp to runtimetrinity-1686a2022-03-1416-37/+314
|/ / /
* | | Merge branch 'testing-docs' into 'main'Nick Mathewson2022-03-142-0/+344
|\ \ \
| * | | Apply 1 suggestion(s) to 1 file(s)eta2022-03-141-1/+1
| * | | New documents to checkpoint my work on #329 and #87Nick Mathewson2022-03-142-0/+344
* | | | Merge branch 'intern-more' into 'main'Nick Mathewson2022-03-149-25/+91
|\ \ \ \
| * \ \ \ Merge branch 'main' into 'intern-more'Nick Mathewson2022-03-1414-99/+45
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge branch 'missing_shrink_to_fit' into 'main'eta2022-03-141-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dirmgr: Call shrink_to_fit on missing-microdesc hashtableNick Mathewson2022-03-101-0/+7
* | | | | Merge branch 'slice-from-ref' into 'main'eta2022-03-143-49/+22
|\ \ \ \ \
| * | | | | tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-113-46/+22
| * | | | | Remove a pointless sliceIan Jackson2022-03-111-10/+7
* | | | | | Merge branch 'humantime' into 'main'eta2022-03-1411-51/+18
|\ \ \ \ \ \
| * | | | | | humantime_serde_option: Add note about semverIan Jackson2022-03-141-1/+5
| * | | | | | Revert "humantime_serde_option: New module in tor-basic-utils"Ian Jackson2022-03-144-35/+0
| * | | | | | Use new upstream humantime_serde_option featureIan Jackson2022-03-142-9/+7
| * | | | | | humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-145-6/+6
|/ / / / / /
| | | * | | Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-116-17/+36
| | | * | | Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-114-9/+57
| |_|/ / / |/| | | |