| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc: Fix trycmd test for keys list --compact | hjrgrn | 2026-06-22 | 1 | -3/+0 |
| | | |||||
| * | doc/dev/note: Clarify what rejecting a stream request entails | Gabriela Moldovan | 2026-06-18 | 1 | -4/+11 |
| | | |||||
| * | Add a rough plan for relay incoming stream handling | Gabriela Moldovan | 2026-06-18 | 1 | -0/+609 |
| | | | | | Closes #2574 | ||||
| * | doc/keys.md: Un-ignore some of the example snippets | Gabriela Moldovan | 2026-06-17 | 1 | -24/+32 |
| | | | | | | | | | | This un-ignores some of the output snippets from the `doc/keys.md` file, so that our `trycmd` test runner will actually run them. This will force us to keep the snippet in sync with the code. This involved adding some extra config for the test C Tor keystore, and tweaking the output to match what the commands actually print out. | ||||
| * | doc/keys.md: Clarify what we mean by "broken" entries | Gabriela Moldovan | 2026-06-17 | 1 | -1/+2 |
| | | |||||
| * | doc/keys.md: Rephrase the section about alternative output formats | Gabriela Moldovan | 2026-06-17 | 1 | -2/+5 |
| | | |||||
| * | doc/keys.md: Wrap a too-long line | Gabriela Moldovan | 2026-06-17 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'keys-list-output' into 'main' | gabi-250 | 2026-06-17 | 1 | -98/+92 |
| |\ | | | | | | | | | arti: subcommands: keys: Rework output of keys list See merge request tpo/core/arti!4015 | ||||
| | * | arti: subcommands: keys: Rework output of keys list | hjrgrn | 2026-06-17 | 1 | -98/+92 |
| | | | |||||
| * | | authority-plugin: Say we use the netdoc metaformat. | Nick Mathewson | 2026-06-17 | 1 | -1/+2 |
| | | | |||||
| * | | authority-plugin: Say what NICKNAME is for. | Nick Mathewson | 2026-06-17 | 1 | -1/+1 |
| | | | |||||
| * | | authority-plugin: Specify error behavior | Nick Mathewson | 2026-06-17 | 1 | -0/+12 |
| | | | |||||
| * | | authority-plugin: More suggestions from @diziet | Nick Mathewson | 2026-06-10 | 1 | -1/+9 |
| | | | |||||
| * | | authority-plugin: edits from @diziet | Nick Mathewson | 2026-06-10 | 1 | -8/+15 |
| | | | |||||
| * | | draft specification for authority plugin API | Nick Mathewson | 2026-06-10 | 1 | -0/+222 |
| |/ | |||||
| * | doc/dev/notes: A rough outline about how a vote is computed | Nick Mathewson | 2026-05-07 | 1 | -0/+134 |
| | | | | | | This should probably be the basis of a new section in the specification, but for now it's a start. | ||||
| * | hsservice, llcrypto, SecurityResponse: use cfg({true,false}) | Nick Mathewson | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | rpc: Document what strong and weak ids are. | Nick Mathewson | 2026-04-13 | 1 | -0/+29 |
| | | | | | (Include a "terminology to be finalized" note.) | ||||
| * | doc/dev/semver_status.md: Explicitly allow coalescing ADDED into BREAKING | Ian Jackson | 2026-04-01 | 1 | -0/+3 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3852#note_3388295 | ||||
| * | doc/dev/semver_status.md: Adjust discussion a bit | Ian Jackson | 2026-04-01 | 1 | -2/+4 |
| | | | | | | ADDED aren't used for the "breaking changes" part of the changelog, obviously. | ||||
| * | doc/dev/semver_status.md: Change MODIFIED to ADDED | Ian Jackson | 2026-04-01 | 1 | -4/+4 |
| | | | | | | | | | | | | $ git-log --pretty=oneline -G ADDED -- ':crates/*/semver.md' | wc -l 222 $ git-log --pretty=oneline -G MODIFIED -- ':crates/*/semver.md' | wc -l 57 $ No doubt this is because the normal meaning of "modified" could be a breaking change. | ||||
| * | Release.md: Add maint/dependencies-bodge/Cargo.toml to exception list list | Ian Jackson | 2026-03-31 | 1 | -0/+1 |
| | | |||||
| * | Release.md: format exception list list as list | Ian Jackson | 2026-03-31 | 1 | -5/+3 |
| | | |||||
| * | Introduce maint/dependencies-bodge crate | Ian Jackson | 2026-03-31 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'release-arising' into 'main' | Ian Jackson | 2026-03-31 | 1 | -17/+27 |
| |\ | | | | | | | | | Release process updates arising from 2.2.0 See merge request tpo/core/arti!3842 | ||||
| | * | Release.md: Improve ordering and prioritisation of post-release activites | Ian Jackson | 2026-03-31 | 1 | -6/+12 |
| | | | |||||
| | * | Release.md: Note that cargo sort may be needed | Ian Jackson | 2026-03-31 | 1 | -0/+4 |
| | | | |||||
| | * | Release.md: Look at tool exception lists after release, not before | Ian Jackson | 2026-03-31 | 1 | -11/+11 |
| | | | |||||
| * | | Merge branch 'rustsec-response' into 'main' | Nick Mathewson | 2026-03-31 | 1 | -2/+37 |
| |\ \ | | | | | | | | | | | | | | | | | | | Try to document our policy for upstream RUSTSEC issues Closes #2348 See merge request tpo/core/arti!3800 | ||||
| | * | | SecurityResponse: Clarity suggestions from @diziet. | Nick Mathewson | 2026-03-26 | 1 | -2/+6 |
| | | | | | | | | | | Notably, make it clear that we actually need to analyze issues! | ||||
| | * | | Try to document our policy for upstream RUSTSEC issues | Nick Mathewson | 2026-03-23 | 1 | -2/+33 |
| | | | | |||||
| * | | | doc: Add a document explaining how we use cargo features | Nick Mathewson | 2026-03-30 | 1 | -0/+110 |
| | | | | |||||
| * | | | doc: Policy about big changes in arti | Nick Mathewson | 2026-03-30 | 1 | -0/+71 |
| | |/ |/| | | | | | | | Add a document about how to propose "big" changes in arti, and how to gather consensus for them. | ||||
| * | | arti: test: Update keys.md | hjrgrn | 2026-03-30 | 1 | -2/+2 |
| | | | |||||
| * | | Mention socks and http connect in compatibility.md | Nick Mathewson | 2026-03-25 | 1 | -0/+4 |
| | | | |||||
| * | | Fix typos | Tobias Stoeckmann | 2026-03-24 | 3 | -11/+11 |
| |/ | | | | Typos found with codespell | ||||
| * | Merge branch 'typos' into 'main' | opara | 2026-03-16 | 3 | -3/+3 |
| |\ | | | | | | | | | Fix various typos See merge request tpo/core/arti!3781 | ||||
| | * | Fix word duplicate typos | Tobias Stoeckmann | 2026-03-15 | 3 | -3/+3 |
| | | | |||||
| * | | rpc: add a "superuser" element to connect points. | Nick Mathewson | 2026-03-16 | 1 | -0/+4 |
| |/ | | | | Currently does nothing. | ||||
| * | ChangelogTemplate: Use oxford comma in sponsor name | Gabriela Moldovan | 2026-03-03 | 1 | -1/+1 |
| | | | | | @jnewsome tells me the official spelling uses an oxford comma. | ||||
| * | Update Compatibility.md | Nick Mathewson | 2026-02-25 | 1 | -50/+82 |
| | | | | | Closes #2194. | ||||
| * | Release.md: Re-number post-release steps. | Nick Mathewson | 2026-02-19 | 1 | -7/+7 |
| | | |||||
| * | docs: Move deleting semver.md files before unfreezing tree. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -3/+3 |
| | | | | | | | | | | We frequently have merge conflicts when deleting the semver.md files. While this isn't the end of the world, it's annoying, so I think it's worth making a habit of deleting the semver.md files before unfreezing the tree. This also avoids any problems with inadvertently removing entries that were added after the release was cut. | ||||
| * | Rename maint/list_crates to kebab-case | Ian Jackson | 2026-01-20 | 1 | -2/+2 |
| | | | | | | | | | | | Swap the symlink direction: now we have list_crates.py (the python module) with a symlink list-crates pointing to it. This allows the module to be imported but the command to be kebab case. The checking tooling doesn't understand this special arrangement. Lots of references to update! | ||||
| * | maint: Rename reproducible build scripts to kebab case | Ian Jackson | 2026-01-20 | 1 | -1/+1 |
| | | | | | We had both maint/docker-... and maint/docker_... | ||||
| * | maint: Rename miscellaneous scripts to kebab case | Ian Jackson | 2026-01-20 | 1 | -7/+7 |
| | | |||||
| * | Rename remaining maint/check_ to maint/check- | Ian Jackson | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | Rename cargo_audit and cargo_sort scripts to kebab-case | Ian Jackson | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | Abolish now-done plans for encoded authcerts | Ian Jackson | 2026-01-15 | 1 | -81/+0 |
| | | | | | | | | The structural confusion hazard is now discussed extensively in torspec and referenced from the code. The proposal has been implemented. | ||||
| * | tor-netdoc: EncodedAuthCert: move future plans to a comment | Ian Jackson | 2026-01-15 | 1 | -22/+0 |
| | | | | | This probably isn't going to happen, but let's keep the idea in-tree. | ||||
