| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ChangelogTemplate.md: tweak "welcome new team member" line | Nick Mathewson | 2025-08-28 | 1 | -1/+1 |
| | | | | | | This will lower the odds that we accidentally welcome the (placeholder name) "Alyssa P. Hacker" as a new team member. | ||||
| * | Release.md: fix link to the "Changelog style guide" | hashcatHitman | 2025-08-27 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | The link to the "Changelog style guide" section did not work because it relied on an inline div with the ID "changelog-style", which is not present when rendered on GitLab. It appears this may be because the ["id" attribute is not whitelisted]. The link has been corrected to use the ID generated by GitLab as per the [documentation on heading IDs]. ["id" attribute is not whitelisted]: https://github.com/gjtorikian/html-pipeline/blob/v2.12.3/lib/html/pipeline/sanitization_filter.rb#L42 [documentation on heading IDs]: https://docs.gitlab.com/user/markdown/#heading-ids-and-links Signed-off-by: hashcatHitman <[email protected]> | ||||
| * | Release.md: fix a tickybox | Ian Jackson | 2025-08-14 | 1 | -2/+3 |
| | | |||||
| * | Release.md: Say that the final CI pass should be on `main` | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | Release.md: Say to improve the processes | Ian Jackson | 2025-08-14 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Renumber the "do release" section | Ian Jackson | 2025-08-14 | 1 | -5/+5 |
| | | |||||
| * | Release.md: Move reopening the tree into Post-Release | Ian Jackson | 2025-08-14 | 1 | -2/+2 |
| | | |||||
| * | Release.md: Move final pre-release checks into the "do release" section | Ian Jackson | 2025-08-14 | 1 | -2/+2 |
| | | | | | This will perhaps avoid them being accidentally skipped. | ||||
| * | Release.md: say to tee the output of cargo-semver-checks | Ian Jackson | 2025-08-14 | 1 | -1/+1 |
| | | | | | It's longer than the scrollback in my terminals! | ||||
| * | Release.md: Say to do non-breaking update first | Ian Jackson | 2025-08-14 | 1 | -12/+12 |
| | | | | | | IME this tends make the breaking change updates easier to understand. by having them producing less noise in Cargo.lock. | ||||
| * | Release.md: Say to recheck blockers before releasing! | Ian Jackson | 2025-08-14 | 1 | -0/+2 |
| | | |||||
| * | Release.md: Add tickyboxes | Ian Jackson | 2025-08-14 | 1 | -27/+34 |
| | | |||||
| * | maint/release-prep-ticket-template: script for making checklist | Ian Jackson | 2025-08-14 | 1 | -0/+11 |
| | | |||||
| * | Merge branch 'relay-reactor-design' into 'main' | gabi-250 | 2025-08-12 | 1 | -0/+491 |
| |\ | | | | | | | | | doc/dev/notes: relay-reactor: Add a relay reactor implementation sketch. See merge request tpo/core/arti!3146 | ||||
| | * | doc/dev/notes: relay-reactor: Add a relay reactor implementation sketch. | Gabriela Moldovan | 2025-08-11 | 1 | -0/+491 |
| | | | | | | | | | | | | | | | | | | | | | This is a rough sketch for the new relay tunnel reactor design. It also contains a proposed refactoring which would enable us to repurpose much of the existing tunnel reactor implementation. This is by no means final, and we might choose not to refactor the tunnel reactor until after we have an initial working (or quasi-working) version for the relay reactor. | ||||
| * | | doc: dev: notes: Add keys-integrity-check.md | hjrgrn | 2025-08-07 | 1 | -0/+169 |
| |/ | |||||
| * | conflux-sketch: spelling fix. | Nick Mathewson | 2025-07-09 | 1 | -1/+1 |
| | | |||||
| * | Typo fixes (automatic and hand-verified) | Nick Mathewson | 2025-07-09 | 4 | -5/+5 |
| | | | | | Made with https://crates.io/crates/typos-cli | ||||
| * | Update P101 numbers for June 2025. | Alexander Hansen Færøy | 2025-07-08 | 1 | -0/+26 |
| | | |||||
| * | doc: Document the WIP dircache storage model | Clara Engler | 2025-06-17 | 1 | -0/+564 |
| | | | | | | | | This commit documents the WIP storage model for the dircache. It is not finalized and several parts need discussion. See !3004 | ||||
| * | release: Fix typo in Release.md. | Alexander Hansen Færøy | 2025-06-05 | 1 | -1/+1 |
| | | |||||
| * | Sort dependencies to make cargo sort happy. | Alexander Hansen Færøy | 2025-06-04 | 1 | -0/+1 |
| | | |||||
| * | Update Release.md to include two other tools needed for releasing. | Alexander Hansen Færøy | 2025-06-03 | 1 | -0/+2 |
| | | |||||
| * | tor-hsservice: Initial parts of PowManager. | Wesley Aptekar-Cassels | 2025-05-27 | 1 | -10/+5 |
| | | | | | | | | This adds PowManager, as described in doc/dev/notes/service-side-pow.md, hooks it into IptManager and Publisher, and adds code to publish and rotate seeds, and to keep a updated list of Verifier instances for currently active seeds. | ||||
| * | Doc: Add documentation about how to run Criterion benchmarks | Lionel Goffaux | 2025-05-14 | 1 | -0/+45 |
| | | |||||
| * | Release.md: Note that we remove semver.md after release | Nick Mathewson | 2025-05-05 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Note that not every semver-checks lint matters | Nick Mathewson | 2025-05-05 | 1 | -0/+5 |
| | | |||||
| * | Release.md: Remove mention of "pages" branch | Nick Mathewson | 2025-05-05 | 1 | -7/+1 |
| | | | | | We don't use this branch for our website any longer. | ||||
| * | Release.md: note "Upgrade Blocker" tickets | Nick Mathewson | 2025-05-05 | 1 | -0/+11 |
| | | | | | | | We should check what dependencies we cannot upgrade, so that the release engineer has some history about where we got stuck last time. | ||||
| * | docs: Remove ZCG from changelog template. | Wesley Aptekar-Cassels | 2025-05-01 | 1 | -1/+0 |
| | | | | | This grant is no longer currently active. | ||||
| * | Merge branch 'typos' into 'main' | Ian Jackson | 2025-05-01 | 1 | -1/+1 |
| |\ | | | | | | | | | Fix typos See merge request tpo/core/arti!2961 | ||||
| | * | fix: fix typos | Tobias Stoeckmann | 2025-04-25 | 1 | -1/+1 |
| | | | | | | | | | Typos found with codespell | ||||
| * | | New developer document about log conventions. | Nick Mathewson | 2025-04-28 | 1 | -0/+86 |
| |/ | |||||
| * | arti-client: Keep a somewhat accurate notion of our release date. | Nick Mathewson | 2025-04-16 | 1 | -1/+4 |
| | | | | | | | | | | This doesn't need to be perfect, but we need to use it to see if a consensus is new enough that we should obey its recommendations. This commit also adds a script to update or check our release date, and calls this script from our cargo-publish script. | ||||
| * | Merge branch 'main' into ci-workaround-2922 | Ian Jackson | 2025-04-10 | 2 | -0/+62 |
| |\ | |||||
| | * | arti-ureq: New library which integrates with ureq | nield | 2025-04-09 | 1 | -0/+1 |
| | | | | | | | | | Fixes #1519 | ||||
| | * | metrics: Discuss schema stability (currently, "no") | Ian Jackson | 2025-04-08 | 1 | -0/+6 |
| | | | |||||
| | * | metrics: Clarify singleton exporter | Ian Jackson | 2025-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | Answers https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2918#note_3185856 | ||||
| | * | metrics: Add strategy/overview document | Ian Jackson | 2025-04-08 | 1 | -0/+55 |
| | | | | | | | | | Not everything here is true yet, but it will be by the end of this MR. | ||||
| * | | Address review - revert lint changes other than MD012 | hashcatHitman | 2025-04-08 | 1 | -48/+41 |
| | | | | | | | | | | | A lot of these lints are better off agreed upon through policy and enforced globally. | ||||
| * | | dev doc: Replaced outdated referenced to KeystoreSweeper | hashcatHitman | 2025-04-06 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of commit `0db0b6ede6ddba88e9a270a3e07587fefaab6fb4`, `crates/tor-hsservice/src/svc/keystore_sweeper.rs` was deleted and the key deletion was moved to `crates/tor-hsservice/src/svc/publish/reactor.rs`. As of commit `bebb6bdc6e15f42a3e1de7b3a4a68aa16f815294`, `crates/tor-hsservice/src/svc/publish/reactor.rs` was moved to `crates/tor-hsservice/src/publish/reactor.rs`, which is where it resides as of writing this. Whoever ends up being the one to work on this will probably appreciate having a more relevant reference point. | ||||
| * | | dev doc: Respect Markdown lints in state-management-cli.md | hashcatHitman | 2025-04-06 | 1 | -45/+47 |
| |/ | | | | | | | | Fixes all the lints caught by the markdownlint extension in the file `doc/dev/notes/state-management-cli.md`, with the exception that MD024 is set to have `siblings_only` enabled, since it makes sense to allow here. It would be nice to set up a global markdownlint configuration some time, but that might be tricky. | ||||
| * | Style.md: Be more nuanced about identifiers with `Unix` in | Ian Jackson | 2025-03-24 | 1 | -3/+7 |
| | | |||||
| * | Fix AF_UNIX terminology in docs, comments, and error messages | Ian Jackson | 2025-03-24 | 3 | -3/+3 |
| | | |||||
| * | Style.md: Discuss how to refer to AF_UNIX sockets | Ian Jackson | 2025-03-24 | 1 | -0/+25 |
| | | |||||
| * | Style.md: (ab)use linguists' *-convention to decorate deprected usages | Ian Jackson | 2025-03-24 | 1 | -3/+3 |
| | | | | | This marks the anti-examples more clearly. | ||||
| * | rpc-book: Clarify auth="none" vs auth:inherent | Nick Mathewson | 2025-03-19 | 1 | -2/+3 |
| | | | | | Closes #1820. | ||||
| * | Deprecate --onion-name; introduce --onion-address | disha | 2025-03-12 | 1 | -1/+1 |
| | | |||||
| * | Release.md: Remove step about emailing the grants manager | Nick Mathewson | 2025-03-04 | 1 | -7/+1 |
| | | | | | | Bekeela says that now that the Zcash grant is done, we don't need to do this any more. | ||||
| * | Release.md: Fix a number. | Nick Mathewson | 2025-03-04 | 1 | -1/+1 |
| | | | | | (There were two "step fours" in this list.) | ||||
