| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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.) | ||||
| * | Release.md: Mention reasons _not_ to upgrade deps. | Nick Mathewson | 2025-03-04 | 1 | -0/+8 |
| | | |||||
| * | Release.md: Mention format_md_links in a sensible place. | Nick Mathewson | 2025-03-04 | 1 | -0/+4 |
| | | |||||
| * | Add doc/dev/Style.md with an imprecation against "onion" | Ian Jackson | 2025-02-13 | 1 | -0/+37 |
| | | | | | | | | This keeps happening. Text stolen from the description in https://gitlab.torproject.org/tpo/core/arti/-/issues/756 | ||||
| * | doc: Add Conflux sketch dev notes | David Goulet | 2025-02-05 | 1 | -0/+141 |
| | | | | | Signed-off-by: David Goulet <[email protected]> | ||||
| * | fix: fix typos | Dimitris Apostolou | 2025-01-30 | 3 | -3/+3 |
| | | |||||
| * | rpc-book: remove/update some obsolete stuff from rpc-meta-spec. | Nick Mathewson | 2025-01-29 | 1 | -42/+7 |
| | | |||||
| * | rpc-book: User-facing documentation for message format. | Nick Mathewson | 2025-01-29 | 2 | -0/+219 |
| | | |||||
| * | rpc-book: Add a getting-started document. | Nick Mathewson | 2025-01-29 | 2 | -0/+183 |
| | | |||||
| * | rpcbook: Add a "basic concepts" section. | Nick Mathewson | 2025-01-29 | 2 | -1/+124 |
| | | |||||
| * | rpc-book: Write an "about" README. | Nick Mathewson | 2025-01-29 | 2 | -2/+43 |
| | | |||||
| * | rpc-meta-spec: Remove obsolete sketch of method list. | Nick Mathewson | 2025-01-29 | 2 | -75/+10 |
| | | |||||
| * | Set up the RPC directory to use mdbook. | Nick Mathewson | 2025-01-29 | 5 | -2/+41 |
| | | |||||
| * | rpc-book: rename "sketch"/"draft" files. | Nick Mathewson | 2025-01-29 | 3 | -0/+4 |
| | | |||||
| * | Merge branch 'rpcserver-more-todos' into 'main' | Nick Mathewson | 2025-01-28 | 1 | -13/+0 |
| |\ | | | | | | | | | arti-rpcserver: Resolve various TODO RPC items. See merge request tpo/core/arti!2745 | ||||
| | * | rpc-meta: remove mentions of auth:get_rpc_protocol | Nick Mathewson | 2025-01-28 | 1 | -8/+0 |
| | | | | | | | | | It hasn't existed in a while. | ||||
| | * | rpc: Remove auth:query. | Nick Mathewson | 2025-01-28 | 1 | -5/+0 |
| | | | | | | | | | | | Nothing uses it; its role in negotiation has been replaced by the connect-point design. | ||||
| * | | changelog stype: mention format_md_links. | Nick Mathewson | 2025-01-28 | 1 | -0/+5 |
| | | | |||||
| * | | changelog template: wording fix and clarification from gabi | Nick Mathewson | 2025-01-28 | 1 | -2/+2 |
| | | | |||||
| * | | changelog style: promote terseness | Nick Mathewson | 2025-01-28 | 1 | -1/+2 |
| | | | |||||
