aboutsummaryrefslogtreecommitdiff
path: root/proposals
AgeCommit message (Collapse)Author
2024-04-16Merge branch 'prop340-stream-windows' into 'main'David Goulet
prop340: clarify SENDME window accounting See merge request tpo/core/torspec!265
2024-04-09prop340: clarify SENDME window accountingJim Newsome
2024-03-27prop340: Expand on why we don't allow DATA fragmentationJim Newsome
I was going to propose allowing DATA fragmentation, but I think I've talked myself out of it. I think it'll be useful to have a record of this line of thought for future reference.
2024-03-25prop339: Remove question mark that shouldn't beDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-03-06Run reindex for prop349Mike Perry
2024-03-06Prop#349: Command state validationMike Perry
2024-02-29Proposal 340 clarificationsJim Newsome
2024-02-13Merge branch '340-tweak' into 'main'David Goulet
prop340: Tweaks, clarifications, open questions. See merge request tpo/core/torspec!170
2024-02-12Revisions to proposal 348Micah Elizabeth Scott
- history: Added a mailing list thread recalled by Nathan Freitas - TURN description revised to account for single allocation per local port. - Revised the distinction between different Tor stream usage strategies. I moved the "One Stream per Mapping" section up and included it as part of a series of "One stream per Local Port" variants. In that series I started with the standardized TURN protocol, then switched gears to Proposal 339 and a couple further iterations on its basic idea.
2024-01-25Re-index proposalsMicah Elizabeth Scott
2024-01-25Proposal 348 status: draft -> openMicah Elizabeth Scott
2024-01-25Update proposal 348 headerMicah Elizabeth Scott
I had added the 'text' format and put the heading first during earlier editing to satisfy a markdown lint tool, but now that I'm running the "reindex" script it has its own requirements. This patch fixes the indexer.
2024-01-25Assign number to proposals/348-udp-app-support.mdMicah Elizabeth Scott
2024-01-25More editing, and an expanded analysis of port overlappingMicah Elizabeth Scott
2024-01-25Minor fixes: spell check, dangling sentence fragmentMicah Elizabeth Scott
2024-01-25More work on Risks section, new section on next stepsMicah Elizabeth Scott
2024-01-25Table of contents, spell check, additional fixesMicah Elizabeth Scott
2024-01-25Continued work on structure, formatting, TODOsMicah Elizabeth Scott
2024-01-25A few more RFC refs, answer the QUIC TODOMicah Elizabeth Scott
2024-01-25Resolve TODO related to REQ-8 in RFC4787Micah Elizabeth Scott
I looked at this a bit more and I'm still not sure what specific circumstance the claim is alluding to. I replaced the TODO with a more permanent description of the claim as well as my skeptical take.
2024-01-25Additional links and headingsMicah Elizabeth Scott
2024-01-25Some more thoughts on possible attacksMicah Elizabeth Scott
2024-01-25Maybe that's all for todayMicah Elizabeth Scott
There are some really big TODOs that I need to crack open but maybe that's a job for after break. Happy new year!
2024-01-25Bit more writingMicah Elizabeth Scott
2024-01-25More writing and outliningMicah Elizabeth Scott
Intro material is somewhat more there now, and I put in a very very rough sketch of the protocol-level recommendations at the very end.
2024-01-25Revert proposal 339 to Nick's accepted version, split out new textMicah Elizabeth Scott
The new file is now an unedited copy of the lines added in my diff. Future commits will clean this up.
2024-01-25udp: quick notes on a few more areas to investigateMicah Elizabeth Scott
2024-01-25Thoughts on stream allocation pitfalls, and a suggestionMicah Elizabeth Scott
2024-01-25Reduce application notes to a tableMicah Elizabeth Scott
2024-01-25Some more on NAT behavior, some application notesMicah Elizabeth Scott
2024-01-25Work in progress on application-driven design goals for UDPMicah Elizabeth Scott
2023-11-15Merge branch 'fix/prop327-nitpicking' into 'main'Nick Mathewson
Prop 327: update draft-nir-tls-puzzles-00 URL See merge request tpo/core/torspec!155
2023-11-14flashflow: fix type 'respose' -> 'response'Jim Newsome
2023-11-14flashflow: fix broken tor-spec linkJim Newsome
2023-11-14flashflow: replace Citations section with direct linksJim Newsome
2023-11-14flashflow: escape `*`sJim Newsome
While mdbook seems to handle them ok, other parsers (such as vim's) get confused.
2023-11-14flashflow: linkify citationsJim Newsome
2023-11-14316-flashflow.md: fix control char typoJim Newsome
2023-11-09Merge remote-tracking branch 'origin/mr/220'Nick Mathewson
2023-11-09Fix missing linksJim Newsome
2023-11-09reindex: escape brackets in markdown outputJim Newsome
2023-11-09Escape bracketsJim Newsome
2023-11-09prop 331: Escape brackets and add and fix linksJim Newsome
2023-11-09Add missing code block (was missing 1 space of indent)Jim Newsome
2023-11-09Escape brackets that aren't meant to be reference-linksJim Newsome
2023-11-09Update proposal index for 327 marked closedMicah Elizabeth Scott
2023-11-09Mark proposal 327 as closedMicah Elizabeth Scott
I'm about to merge it in and this is the first step.
2023-11-09Merge branch 'linklint' into 'main'Nick Mathewson
Fix linklint script and broken links See merge request tpo/core/torspec!210
2023-11-09Mark the vanguards proposals as CLOSED.Nick Mathewson
They have been merged into the specs as /vanguards-spec.
2023-11-08BY_INDEX: fix link to BY_STATUSJim Newsome
README.md turns into index.html rather than README.html. It looks like the correct thing to link to from here though is actually BY_STATUS.md.