summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | config work: Add semver note.Ian Jackson2022-03-111-0/+5
| * | | | | rustfmtIan Jackson2022-03-112-12/+16
| * | | | | Make ArtiConfigBuilder contain a TorClientConfigBuilderIan Jackson2022-03-111-135/+19
| * | | | | Make TorClientConfigBuilder DeserializeIan Jackson2022-03-111-0/+11
| |/ / / /
* | | | | Merge branch 'mr318_followup' into 'main'Nick Mathewson2022-03-113-2/+20
|\ \ \ \ \
| * | | | | Follow-up from arti!318Nick Mathewson2022-03-113-2/+20
|/ / / / /
* | | | | Merge branch 'add-flatfile-dirmgr' into 'main'Nick Mathewson2022-03-116-12/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expose APIs for external DirProviderChristian Grigis2022-03-114-12/+23
| * | | | Add methods to `UnverifiedConsensus`Christian Grigis2022-03-102-0/+31
* | | | | Merge branch 'chutney-without-proxy' into 'main'Nick Mathewson2022-03-114-33/+58
|\ \ \ \ \
| * | | | | tests/chutney/setup: Transfer changes from just-deleted codeIan Jackson2022-03-111-3/+3
| * | | | | tests/chutney: Merge chutney-launching scriptsNick Mathewson2022-03-104-30/+55
| | |/ / / | |/| | |
* | | | | Merge branch 'config-no-retcon' into 'main'Ian Jackson2022-03-1019-286/+120
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-075-152/+1
| * | | | Have ArtiConfig contain a TorClientConfig, and drop builder retconIan Jackson2022-03-073-140/+21
| * | | | Provide way to get TorConfigBuilder from ArtiConfigBuilderIan Jackson2022-03-071-0/+27
| * | | | Derive Deserialize for handwritten ArtiConfigBuilderIan Jackson2022-03-071-1/+16
| * | | | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-076-0/+24
| * | | | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-079-9/+12
| * | | | humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-074-0/+35
* | | | | Merge branch 'arti-testing-part2' into 'main'Nick Mathewson2022-03-106-10/+417
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arti-testing: Make Action implement CopyNick Mathewson2022-03-101-2/+2
| * | | | arti-testing: reverse two more attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
| * | | | arti-testing: reverse two attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
| * | | | arti-testing: todo comment cleanupNick Mathewson2022-03-071-8/+1
| * | | | arti-testing: support for conditional TCP failure.Nick Mathewson2022-03-073-9/+89
| * | | | arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-073-7/+112
| * | | | arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-073-9/+146
| * | | | arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-075-7/+99
* | | | | Merge branch 'ticket_391' into 'main'eta2022-03-091-9/+26
|\ \ \ \ \
| * | | | | arti-bench: don't allocate a separate receive-buffer for each jobNick Mathewson2022-03-081-9/+26
| |/ / / /
* | | | | Merge branch 'ticket_383' into 'main'Ian Jackson2022-03-091-5/+5
|\ \ \ \ \
| * | | | | tor-chanmgr: Do not allocate an Internal error unless we mean it.Nick Mathewson2022-03-081-5/+5
| |/ / / /
* | | | | Merge branch 'update-contrib-dependencies' into 'main'Nick Mathewson2022-03-081-1/+4
|\ \ \ \ \
| * | | | | Note the dependency on PCRE support in Git implied by the use of grep -P in t...Steven Murdoch2022-03-081-1/+4
|/ / / / /
* | | | | Merge branch 'contributing-dependencies' into 'main'Ian Jackson2022-03-071-1/+7
|\ \ \ \ \
| * | | | | Add more explaining textLennart Kloock2022-03-051-2/+4
| * | | | | Add link to shellcheck installation guideLennart Kloock2022-03-051-1/+1
| * | | | | Add required dependencies to compile `arti` and run git hooks to CONTRIBUTING.mdLennart Kloock2022-03-051-0/+4
* | | | | | Merge branch 'fix-expand-tilde-on-windows' into 'main'Ian Jackson2022-03-071-2/+24
|\ \ \ \ \ \
| * | | | | | Test shell variable expansion on windowsMichael2022-03-051-2/+24
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'add-windows-instructions' into 'main'Ian Jackson2022-03-071-2/+12
|\ \ \ \ \ \
| * | | | | | Add instructions for hooking up Tor Browser to arti on WindowsSteven Murdoch2022-03-041-2/+12
| |/ / / / /
* | | | | | Merge branch 'moderately-enthused-eyeballs' into 'main'eta2022-03-072-21/+84
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Implement a basic form of RFC 8305 ("happy eyeballs") for channelseta2022-03-072-21/+84
* | | | | | Merge branch 'bench_multicirc' into 'main'Nick Mathewson2022-03-071-52/+129
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arti-bench: documentation fixesNick Mathewson2022-03-071-5/+6
| * | | | | arti-bench: record streams_per_circ and circs_per_sample.Nick Mathewson2022-03-071-5/+14
| * | | | | Fix an unwrap() error.Nick Mathewson2022-03-041-1/+1
| * | | | | arti-bench: use isolation to support multiple circuits per run.Nick Mathewson2022-03-041-14/+104