| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | changelog: Add some todo marks | Ian Jackson | 2025-08-04 | 1 | -2/+5 | |
| | | ||||||
| * | changelog: Copy ChangelogTemplate.md into CHANGELOG.md | Ian Jackson | 2025-08-04 | 1 | -0/+84 | |
| | | ||||||
| * | Typo fixes (automatic and hand-verified) | Nick Mathewson | 2025-07-09 | 1 | -5/+5 | |
| | | | | | Made with https://crates.io/crates/typos-cli | |||||
| * | Add missing MR link to changelog. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+1 | |
| | | ||||||
| * | Use full commit SHAs to satisfy changelog checks. | Gabriela Moldovan | 2025-07-07 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `maint-changelog-checks` was not happy about the short commits: ``` Traceback (most recent call last): File "/builds/gabi-250/arti/maint/gen_md_links", line 151, in <module> print(process(text)) ^^^^^^^^^^^^^ File "/builds/gabi-250/arti/maint/gen_md_links", line 134, in process return "".join(lnk.text() for lnk in items) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builds/gabi-250/arti/maint/gen_md_links", line 134, in <genexpr> return "".join(lnk.text() for lnk in items) ^^^^^^^^^^ File "/builds/gabi-250/arti/maint/gen_md_links", line 120, in text return "[{}]: {}\n".format(self._s, self.link()) ^^^^^^^^^^^ File "/builds/gabi-250/arti/maint/gen_md_links", line 114, in link full_id = lookup_git_commit(self._id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builds/gabi-250/arti/maint/gen_md_links", line 78, in lookup_git_commit raise ValueError(f"Unrecognized git commit {short}") ValueError: Unrecognized git commit 04754e99 ``` | |||||
| * | Apply nickm's changelog fixes. | Gabriela Moldovan | 2025-07-07 | 1 | -3/+3 | |
| | | ||||||
| * | Add more details about the key length compile-time check. | Gabriela Moldovan | 2025-07-07 | 1 | -1/+2 | |
| | | ||||||
| * | Specify the name of the flow control feature. | Gabriela Moldovan | 2025-07-07 | 1 | -1/+2 | |
| | | ||||||
| * | Remove duplicate changelog entry. | Gabriela Moldovan | 2025-07-07 | 1 | -1/+0 | |
| | | ||||||
| * | Add changelog for 1.4.5. | Gabriela Moldovan | 2025-07-07 | 1 | -0/+201 | |
| | | ||||||
| * | cosmetic changelog tweaks. | Nick Mathewson | 2025-06-05 | 1 | -6/+3 | |
| | | ||||||
| * | Update links of CHANGELOG.md using update-md-links. | Alexander Hansen Færøy | 2025-06-05 | 1 | -0/+49 | |
| | | ||||||
| * | Fix various CHANGELOG issues found by @nickm, @gabi-250, and @nield. | Alexander Hansen Færøy | 2025-06-05 | 1 | -12/+9 | |
| | | ||||||
| * | Apply 1 suggestion(s) to 1 file(s) | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 | |
| | | | | Co-authored-by: Nick Mathewson <[email protected]> | |||||
| * | Apply 1 suggestion(s) to 1 file(s) | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 | |
| | | | | Co-authored-by: Nick Mathewson <[email protected]> | |||||
| * | Apply 1 suggestion(s) to 1 file(s) | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 | |
| | | | | Co-authored-by: Nick Mathewson <[email protected]> | |||||
| * | Prepare changelog for 1.4.4. | Alexander Hansen Færøy | 2025-06-04 | 1 | -0/+100 | |
| | | ||||||
| * | release: Fix CHANGELOG.md formatting. | Wesley Aptekar-Cassels | 2025-05-01 | 1 | -4/+4 | |
| | | | | | | Oops, shouldn't have pushed the previous MR without letting CI run fully... | |||||
| * | release: Update CHANGELOG.md for 1.4.3. | Wesley Aptekar-Cassels | 2025-05-01 | 1 | -0/+153 | |
| | | ||||||
| * | Update changelog based on semver-checks output. | Gabriela Moldovan | 2025-03-31 | 1 | -2/+3 | |
| | | ||||||
| * | Add changelog for 1.4.2. | Gabriela Moldovan | 2025-03-31 | 1 | -0/+319 | |
| | | ||||||
| * | Remove comment in changelog | Nick Mathewson | 2025-03-03 | 1 | -5/+0 | |
| | | ||||||
| * | Changelog for Arti 1.4.1 so far. | Nick Mathewson | 2025-02-27 | 1 | -15/+91 | |
| | | ||||||
| * | Start with our changelog template. | Nick Mathewson | 2025-02-27 | 1 | -0/+47 | |
| | | ||||||
| * | Apply format_md_links to previous CHANGELOG. | Nick Mathewson | 2025-02-27 | 1 | -2/+2 | |
| | | ||||||
| * | Drop a leftover sentence from the previous changelog | Nick Mathewson | 2025-02-27 | 1 | -2/+0 | |
| | | ||||||
| * | CHANGELOG.md: Run update-md-links to add final link block | Ian Jackson | 2025-02-07 | 1 | -0/+104 | |
| | | ||||||
| * | CHANGELOG.md: Final edits for 1.4.0 | Ian Jackson | 2025-02-07 | 1 | -6/+3 | |
| | | | | | Fix the syntax from syntax-fiddle. | |||||
| * | CHANGELOG.md: Run maint/changelog-syntax-fiddle | Ian Jackson | 2025-02-07 | 1 | -119/+58 | |
| | | | | | The output needs a bit of tidying up. | |||||
| * | Merge branch 'main' into changelog-3-base | Ian Jackson | 2025-02-07 | 1 | -0/+2 | |
| |\ | ||||||
| | * | CHANGELOG.md: Document that fs-mistrust has a breaking change | Ian Jackson | 2025-02-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | CHANGELOG.md: Run update-md-links | Ian Jackson | 2025-02-07 | 1 | -1/+5 | |
| | | | ||||||
| * | | CHANGELOG.md: Fix ref to prop324 into standard format | Ian Jackson | 2025-02-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | CHANGELOG.md: Set the heading | Ian Jackson | 2025-02-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | CHANGELOG.md: Add Acknowledgements | Ian Jackson | 2025-02-07 | 1 | -0/+12 | |
| | | | ||||||
| * | | CHANGELOG.md: Add missing trailing full stops | Ian Jackson | 2025-02-07 | 1 | -10/+11 | |
| | | | | | | | | | | | I think doing this now, before running the reformatting script, will be helpful. | |||||
| * | | CHANGELOG.md: Document remaining changes in 1.4.0 | Ian Jackson | 2025-02-07 | 1 | -2/+14 | |
| |/ | ||||||
| * | CHANGELOG.md: Fix TODO syntax to not aggravate CI | Ian Jackson | 2025-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | CHANGELOG.md: Fix a method name typo | Ian Jackson | 2025-02-06 | 1 | -1/+1 | |
| | | ||||||
| * | CHANGELOG.md: Document most changes in 1.4.x | Ian Jackson | 2025-02-06 | 1 | -0/+251 | |
| | | ||||||
| * | Re-run update-md-links for newly surfaced entries. | Nick Mathewson | 2025-01-28 | 1 | -0/+3 | |
| | | ||||||
| * | Hand cleaning on format_md_links outputs | Nick Mathewson | 2025-01-28 | 1 | -11/+9 | |
| | | | | | | These are entries that were misformatted before, but where format_md_links didn't fix them in the right way. | |||||
| * | Run format_md_links on our existing changelog. | Nick Mathewson | 2025-01-28 | 1 | -65/+59 | |
| | | ||||||
| * | Changelog for Arti 1.3.2. | Nick Mathewson | 2025-01-07 | 1 | -0/+135 | |
| | | ||||||
| * | CHANGELOG: Add missing link to issue. | Gabriela Moldovan | 2024-12-02 | 1 | -1/+2 | |
| | | ||||||
| * | CHANGELOG: Rephrase changelog entry for clarity. | Gabriela Moldovan | 2024-12-02 | 1 | -2/+2 | |
| | | ||||||
| * | CHANGELOG: Add missing links. | Gabriela Moldovan | 2024-12-02 | 1 | -0/+6 | |
| | | ||||||
| * | CHANGELOG: Remove unnecessary links. | Gabriela Moldovan | 2024-12-02 | 1 | -2/+2 | |
| | | ||||||
| * | CHANGELOG: Note some more breaking changes. | Gabriela Moldovan | 2024-12-02 | 1 | -0/+6 | |
| | | | | | These were spotted by `cargo-semver-checks`. | |||||
| * | Initial changelog for 1.3.1. | Gabriela Moldovan | 2024-12-02 | 1 | -0/+173 | |
| | | | | | | I tried to write this changelog according to the new guidelines from arti!2616. | |||||
