summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* doc/hss.md: Insert missing wordGabriela Moldovan2025-10-141-1/+1
|
* doc/hss.md: Say that the svc must be shut down for migration.gabi-2502025-10-141-0/+1
|
* doc/hss.md: Add basic usage instructions for arti hssGabriela Moldovan2025-10-141-0/+101
| | | | Closes #2108
* doc: Add relay task dev notesDavid Goulet2025-10-141-0/+208
| | | | | | Closes #2216 Signed-off-by: David Goulet <[email protected]>
* doc: Remove extra new line in `keys.md`hjrgrn2025-10-081-1/+0
|
* doc: Update `check-integrity` section in `keys.md`hjrgrn2025-10-081-187/+91
|
* docs: Move list ordering in Release.md.Wesley Aptekar-Cassels2025-10-071-2/+2
|
* docs: Mention examples and maint crates in release docs.Wesley Aptekar-Cassels2025-10-071-0/+2
| | | | | This seems to describe our current de-facto policy, and it seems reasonable not to bump versions for crates we aren't publishing.
* Merge branch 'cargo-add' into 'main'wesleyac2025-10-071-0/+3
|\ | | | | | | | | Release.md: Suggest using cargo owner --add to update the owners. See merge request tpo/core/arti!3334
| * Release.md: Suggest using cargo owner --add to update the owners.Gabriela Moldovan2025-10-061-0/+3
| | | | | | | | This is less fiddly than using the crates.io UI.
* | Merge branch 'describe-channel-padding' into 'main'Nick Mathewson2025-10-061-0/+65
|\ \ | |/ |/| | | | | circuit-padding.md: Describe how per-channel padding will work. See merge request tpo/core/arti!3302
| * circuit-padding: correct how channel padding detects queued cellsNick Mathewson2025-10-021-1/+6
| |
| * circuit-padding: Note interactions with existing channel padding.Nick Mathewson2025-10-011-0/+10
| |
| * circuit-padding.md: Describe how per-channel padding will work.Nick Mathewson2025-10-011-0/+50
| |
* | Merge branch 'cell-validation-doc' into 'main'gabi-2502025-10-021-0/+236
|\ \ | | | | | | | | | | | | | | | | | | doc/dev/notes: Add note on tor-proto cell validation. Closes #2177 See merge request tpo/core/arti!3291
| * | doc/dev/notes: Add note on tor-proto cell validation.gabi-2502025-10-021-0/+236
| |/ | | | | | | Closes #2177
* | Merge branch 'fix-release-checklist-broken-link' into 'main'Alexander Hansen Færøy2025-10-011-1/+1
|\ \ | | | | | | | | | | | | docs: Fix broken link in release checklist. See merge request tpo/core/arti!3306
| * | docs: Fix broken link in release checklist.Wesley Aptekar-Cassels2025-10-011-1/+1
| |/
* | Merge branch 'verify-method-not-used' into 'main'Ian Jackson2025-10-011-0/+33
|\ \ | | | | | | | | | | | | Start a security response policy See merge request tpo/core/arti!3233
| * | SecurityResponse: Add a note about failing verification buildsIan Jackson2025-10-011-0/+2
| | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3233#note_3253024
| * | Start a security response policy, capturing workflow from !3151Ian Jackson2025-10-011-0/+31
| |/
* / docs: Fix release checklist item.Wesley Aptekar-Cassels2025-10-011-1/+1
|/
* Remove check_doc_features.Nick Mathewson2025-09-291-2/+1
| | | | | | | | Now that rust nightly has merged doc_auto_cfg into doc_cfg, and completed https://github.com/rust-lang/rust/pull/138907, it is no longer necessary. Closes #1514.
* Merge branch 'opentelemetry' into 'main'wesleyac2025-09-291-0/+65
|\ | | | | | | | | Add experimental OpenTelemetry support See merge request tpo/core/arti!3239
| * docs: Add note about existing OpenTelemetry instrumentation.Wesley Aptekar-Cassels2025-09-241-1/+1
| |
| * docs: Add note about OpenTelemetry port.Wesley Aptekar-Cassels2025-09-241-1/+2
| |
| * docs: Fix typo.Wesley Aptekar-Cassels2025-09-241-1/+1
| |
| * docs: Note security implications of OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-2/+2
| |
| * docs: Add details on how to use OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+64
| |
* | Note replace difficultiesMike Perry2025-09-251-1/+3
| |
* | Note about framework consolidationMike Perry2025-09-251-0/+9
| |
* | Relocate framework section after intended usageMike Perry2025-09-251-8/+8
| |
* | Note about current replace flag implementationMike Perry2025-09-241-0/+8
| |
* | Clarify congestion control interactionsMike Perry2025-09-241-2/+13
| |
* | Clarify where latency defenses belongMike Perry2025-09-241-4/+8
| |
* | NN noteMike Perry2025-09-241-0/+3
| |
* | Add note about threat model scopeMike Perry2025-09-241-0/+11
| |
* | repeat that this document is current as of sept 2025Mike Perry2025-09-221-2/+2
| |
* | Clarifications and changes to padding docMike Perry2025-09-181-75/+201
|/
* Merge branch 'maybenot-note' into 'main'Nick Mathewson2025-09-161-0/+314
|\ | | | | | | | | Design note for the status quo of how padding might work. See merge request tpo/core/arti!3225
| * circuit-padding note: Different approach for blocked channelsNick Mathewson2025-09-151-12/+21
| | | | | | | | | | This documents the approach I've taken in #2169, which turned out to be way simpler than the other idea.
| * circuit-padding: document handling for guard padding on blocked channels.Nick Mathewson2025-09-111-0/+11
| |
| * circuit-padding: describe the current behavior for limiting padding cells.Nick Mathewson2025-09-111-9/+18
| |
| * circuit-padding: Update discussion of CC+padblocking.Nick Mathewson2025-09-111-6/+14
| |
| * circuit-padding: Clarify what a control message is, in artispeak.Nick Mathewson2025-09-111-2/+3
| |
| * circuit-padding.md: Make "bypass" behavior consider target hops.Nick Mathewson2025-09-101-6/+13
| |
| * circuit-padding.md: Correct explanation of our "bypass" behavior.Nick Mathewson2025-09-101-2/+2
| |
| * circuit-padding.md: Correct and explain our actual "replace" behavior.Nick Mathewson2025-09-101-9/+26
| |
| * circuit-padding.md: Add some notes from discussion.Nick Mathewson2025-09-041-2/+16
| |
| * Design note for the status quo of how padding might work.Nick Mathewson2025-09-031-0/+238
| |