| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changelog: Correct the smol situation. | Nick Mathewson | 2025-08-28 | 1 | -7/+4 |
| | | |||||
| * | Changelog: Small grammar tweaks. | Nick Mathewson | 2025-08-28 | 1 | -3/+3 |
| | | |||||
| * | Changelog: Change the version to 1.5.0 | Nick Mathewson | 2025-08-28 | 1 | -3/+3 |
| | | | | | | Our MSRV policy says that we won't bump the MSRV in a patchlevel release. | ||||
| * | Tweak changelog: release today is likely. | Nick Mathewson | 2025-08-28 | 1 | -3/+1 |
| | | |||||
| * | Changelog: reference the right bug that we mitigated. | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | Changelog: correct description of new redacted .onion format | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | Changelog: correct "species" to "variants" | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| | | |||||
| * | Changelog: Document additional lower-level breaking changes. | Nick Mathewson | 2025-08-28 | 1 | -0/+20 |
| | | |||||
| * | Add acknowledgments for 1.4.7 changelog. | Nick Mathewson | 2025-08-28 | 1 | -1/+2 |
| | | | | | Manually correct hjrgrn's name, and remove duplicate for nield. | ||||
| * | ChangelogTemplate.md: tweak "welcome new team member" line | Nick Mathewson | 2025-08-28 | 1 | -0/+296 |
| | | | | | | This will lower the odds that we accidentally welcome the (placeholder name) "Alyssa P. Hacker" as a new team member. | ||||
| * | changelog: Fix a link | Ian Jackson | 2025-08-05 | 1 | -0/+1 |
| | | |||||
| * | changelog: Remove boilerplate line. | Ian Jackson | 2025-08-05 | 1 | -1/+0 |
| | | |||||
| * | chagnelog: Run maint/format_md_links to add two missing full stops | Ian Jackson | 2025-08-05 | 1 | -2/+2 |
| | | |||||
| * | changelog: Linkify an MR | Ian Jackson | 2025-08-05 | 1 | -1/+1 |
| | | | | | This escaped previously by being in the wrong section. | ||||
| * | changelog: Move an item to the right release (!) | Ian Jackson | 2025-08-05 | 1 | -5/+5 |
| | | |||||
| * | changelog: manually add missing links | Ian Jackson | 2025-08-05 | 1 | -5/+5 |
| | | |||||
| * | changelog: run maint/update-md-links | Ian Jackson | 2025-08-05 | 1 | -2/+47 |
| | | |||||
| * | changelog: manually adjust some references | Ian Jackson | 2025-08-05 | 1 | -14/+7 |
| | | |||||
| * | changelog: run maint/changelog-syntax-fiddle | Ian Jackson | 2025-08-05 | 1 | -42/+25 |
| | | |||||
| * | changelog: acknowledge contributors (maint/thanks output) | Ian Jackson | 2025-08-05 | 1 | -3/+1 |
| | | |||||
| * | changelog: Provide a summary | Ian Jackson | 2025-08-05 | 1 | -10/+8 |
| | | |||||
| * | changelog: Document remaining changes in 1.4.6 | Ian Jackson | 2025-08-05 | 1 | -2/+5 |
| | | |||||
| * | changelog: Mark two things as experimental | Ian Jackson | 2025-08-05 | 1 | -2/+2 |
| | | |||||
| * | changelog: Move hsdesc limit to security section | Ian Jackson | 2025-08-04 | 1 | -3/+4 |
| | | |||||
| * | changelog: Suggestions from review | Ian Jackson | 2025-08-04 | 1 | -3/+3 |
| | | |||||
| * | changelog: include changes up to now | Ian Jackson | 2025-08-04 | 1 | -36/+115 |
| | | |||||
| * | 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 |
| | | |||||
