summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | rpc-client-core: Add missing CookieBeginReply docsGabriela Moldovan2025-12-011-0/+1
* | | | | rpc-connect: Remove extra slash in doc commentGabriela Moldovan2025-12-011-1/+1
* | | | | rpc-connect: Allow missing_docs_in_private_itemsGabriela Moldovan2025-12-011-0/+1
|/ / / /
* | | | Merge branch 'fix-typo' into 'main'Ian Jackson2025-11-271-1/+1
|\ \ \ \
| * | | | arti-client: Fix typoMynacol2025-11-271-1/+1
* | | | | parse2: Move naming convention to pocClara Engler2025-11-272-15/+15
* | | | | Merge branch 'dirserver-timestamp' into 'main'Clara Engler2025-11-272-64/+99
|\ \ \ \ \
| * | | | | tor-dirserver: Improve database::TimestampClara Engler2025-11-272-64/+99
* | | | | | tor-hsservice: make `build_unvalidated()` privateSteven Engler2025-11-262-1/+2
* | | | | | Merge branch 'vanguard-config' into 'main'gabi-2502025-11-264-20/+64
|\ \ \ \ \ \
| * | | | | | tor-circmgr: simplify `CircMgrConfig`Steven Engler2025-11-263-11/+10
| * | | | | | tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always builtSteven Engler2025-11-263-9/+51
| * | | | | | arti-client: document the 'vanguards' feature in the READMESteven Engler2025-11-261-0/+3
* | | | | | | Merge branch 'rename-write-onto' into 'main'Ian Jackson2025-11-263-14/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | tor-netdoc: Rename ItemArgument method to write_arg_ontoIan Jackson2025-11-262-12/+12
| * | | | | | tor-netdoc: Minor wording fix in a docIan Jackson2025-11-261-1/+1
| * | | | | | tor-netdoc: Minor grammar fix in a docIan Jackson2025-11-261-1/+1
| |/ / / / /
* | | | | | Merge branch 'saturating-st' into 'main'Clara Engler2025-11-263-243/+95
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tor-dirserver: Fix clippy warning for timeClara Engler2025-11-261-0/+4
| * | | | | tor-dirserver: Use `saturating-time`Clara Engler2025-11-263-243/+91
* | | | | | Merge branch 'ticket_2259' into 'main'Nick Mathewson2025-11-251-1/+26
|\ \ \ \ \ \
| * | | | | | arti: Put supported request headers in Tor-CapabiltiesNick Mathewson2025-11-181-1/+26
* | | | | | | Merge branch 'mistrust-and-the-empty-string' into 'main'Nick Mathewson2025-11-255-11/+41
|\ \ \ \ \ \ \
| * | | | | | | arti: Make logging parent check work with our MSRV.Nick Mathewson2025-11-251-1/+1
| * | | | | | | arti: use anyhow::Context on a make_directory failure.Nick Mathewson2025-11-241-1/+6
| * | | | | | | arti: Allow a logfile with no directory prefix.Nick Mathewson2025-11-241-1/+12
| * | | | | | | fs-mistrust: Quote filenames in error messages.Nick Mathewson2025-11-241-9/+9
| * | | | | | | fs-mistrust: Treat "" as a NotFound Path.Nick Mathewson2025-11-243-0/+14
* | | | | | | | tor-hsclient: Report IPT index in IntroductionFailed.Wesley Aptekar-Cassels2025-11-251-1/+1
* | | | | | | | Merge branch 'tor-hsservice-error-typo' into 'main'Ian Jackson2025-11-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-hsservice: Fix typo in error message.Wesley Aptekar-Cassels2025-11-241-1/+1
* | | | | | | | | Merge branch 'relay-flags-options-trait' into 'main'Ian Jackson2025-11-254-56/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tor-netdoc: relay_flags: Tidy up the formatting (rustfmt)Ian Jackson2025-11-241-9/+3
| * | | | | | | | | tor-netdoc: Rename RelayFlagsParser to relay_flags::ParserIan Jackson2025-11-244-10/+10
| * | | | | | | | | tor-netdoc: relay_flags: Remove two now-not-needed type aliasesIan Jackson2025-11-243-13/+5
| * | | | | | | | | tor-netdoc: Parameterise RelayFlagsParser by an options trait insteadIan Jackson2025-11-241-41/+55
| |/ / / / / / / /
* | | | | | | | | Merge branch 'nd-test' into 'main'Ian Jackson2025-11-253-17/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tor-netdoc: test2: Run rustfmtIan Jackson2025-11-241-10/+2
| * | | | | | | | | tor-netdoc: test2: Adjust type aliasesIan Jackson2025-11-241-14/+12
| * | | | | | | | | tor-netdoc: Move parse2/test.rs to test2.rsIan Jackson2025-11-243-7/+23
* | | | | | | | | | Merge branch 'intro-dos' into 'main'gabi-2502025-11-252-1/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arti: Clarify that the "burst" is not per second.Gabriela Moldovan2025-11-251-1/+1
| * | | | | | | | | | arti: Add rate_limit_at_intro to the example configGabriela Moldovan2025-11-251-0/+21
| * | | | | | | | | | hsservice: Fix typo in rate_limit_at_intro docsGabriela Moldovan2025-11-251-1/+1
* | | | | | | | | | | Merge branch 'max-concurrent-streams' into 'main'Nick Mathewson2025-11-252-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | hsservice: Clarify what max_concurrent_streams_per_circuit doesGabriela Moldovan2025-11-252-0/+10
* | | | | | | | | | | Merge branch 'p2-mult' into 'main'Ian Jackson2025-11-255-70/+56
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | tor-netdoc: Add a comment explaining why P2MultiplicitySelectorIan Jackson2025-11-241-1/+4
| * | | | | | | | | | semver.md: Document change to parse2::MultiplicitySelectorIan Jackson2025-11-241-0/+1
| * | | | | | | | | | tor-netdoc: rustfmt to tidy up importsIan Jackson2025-11-192-5/+2