https://github.com/quicwg/base-drafts

sort by:
Revision Author Date Message Commit Date
d841a22 Merge pull request #4822 from quicwg/sup Use `<sup>` for exponentiation 02 February 2021, 23:50:04 UTC
a8d249e Merge pull request #4799 from quicwg/ianswett-no-cids-1 No CIDs, No Sending 02 February 2021, 23:49:51 UTC
c93ac37 rewording again Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> 02 February 2021, 23:42:47 UTC
e633f3e Fix negative exponents and code blocks 02 February 2021, 23:29:36 UTC
229f0f3 Merge remote-tracking branch 'origin/master' into sup 02 February 2021, 23:22:08 UTC
5c3fcc2 Merge pull request #4821 from quicwg/padding-tls TLS doesn't have to pad 02 February 2021, 23:19:29 UTC
ff76bdc Merge branch 'master' into padding-tls 02 February 2021, 23:19:23 UTC
6c36481 QPACK pseudocode updates from IESG feedback (#4817) * QPACK pseudocode updates from IESG feedback * Use encodeInteger for prefix * Rename a couple helper functions to be more descriptive * Added a section describing the encoding helper functions used Fixes #4796 * consistency 02 February 2021, 23:18:31 UTC
f07419b Fixup wrapping 02 February 2021, 23:17:48 UTC
dc16a83 Merge pull request #4820 from mnot/tidy-refs Tidy up reference style 02 February 2021, 23:13:04 UTC
d3aa667 Implementations have limits (#4823) * Bound and rebound * Connection errors, too 02 February 2021, 23:05:52 UTC
efc6e2a Use `<sup>` for exponentiation This renders much better in HTML and the text format does not suffer for it. Conversion process was mechanical: ``` sed -i -e 's/\^\([0-9][0-9]*\(\|\.[0-9][0-9]*\)\)/<sup>\1<\/sup>/g' draft-*.md sed -i -e 's/<\/sup> - /<\/sup>-/' draft-*.md ``` Cleanup used emacs because I know that wraps reliably. ``` emacs $(git status --porcelain | cut -d ' ' -f 3 -) ``` With the macro sequence: ``` C-X ( C-s '<sup ENTER M-q C-x ) ``` Then for each file it was basically just: ``` C-u 99 C-x e C-x C-s ``` Though I had to revert changes to the changelog. 02 February 2021, 08:35:26 UTC
2923ac6 Merge pull request #4819 from quicwg/http/ossify_streams Talk about streams, not STREAMs 01 February 2021, 18:26:46 UTC
6e45d1a Tweak Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> 29 January 2021, 04:46:48 UTC
49c7e54 Bullet X in Section Y of [Z] Mixing styles is odd. Co-authored-by: Mike Bishop <mbishop@evequefou.be> 29 January 2021, 01:00:32 UTC
f32daed TLS doesn't have to pad Cleanup the language here a little. Closes #4745. 29 January 2021, 00:34:10 UTC
0329148 Update draft-ietf-quic-transport.md Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> 28 January 2021, 21:48:49 UTC
f90dcc5 Update draft-ietf-quic-transport.md Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> 28 January 2021, 21:46:59 UTC
457e5c8 Update draft-ietf-quic-transport.md Co-authored-by: Mike Bishop <mbishop@evequefou.be> 28 January 2021, 21:45:47 UTC
ba62aff Merge pull request #4789 from kaduk/qpack-iesg-eval Editorial suggestions from Benjamin Kaduk's IESG review (qpack) 28 January 2021, 17:36:26 UTC
a3d2fa9 Merge branch 'master' into qpack-iesg-eval 28 January 2021, 17:25:55 UTC
3e96620 Mike's suggestions, wrapped. Fixed 214->215 28 January 2021, 17:12:19 UTC
cc04920 Rewrap 28 January 2021, 15:37:17 UTC
93513e6 Fix transport 28 January 2021, 04:30:46 UTC
7963266 Update draft-ietf-quic-recovery.md Co-authored-by: Martin Thomson <mt@lowentropy.net> 28 January 2021, 04:19:45 UTC
fa4979a fix spacing nits 28 January 2021, 04:14:08 UTC
e9f421e Tidy up reference style to make RFC Editor diffs smaller 28 January 2021, 03:59:44 UTC
9cf1fa7 Explain why not 27 January 2021, 18:11:19 UTC
d0869da QPACK: explain blocked stream flow control Fixes: #4798 27 January 2021, 18:11:19 UTC
1009b52 QPACK example updates from IESG comments * Correctly show absolute indicies as 0 based * Add some more detail to a couple instructions Fixes #4795 27 January 2021, 17:21:13 UTC
b60e62f Talk about streams, not STREAMs 27 January 2021, 15:50:36 UTC
3452821 Merge pull request #4808 from quicwg/http/authority_again Rework HTTP authority/coalescing again 27 January 2021, 00:05:44 UTC
405e702 Merge remote-tracking branch 'origin/master' into http/authority_again 27 January 2021, 00:03:42 UTC
905e210 Merge pull request #4747 from quicwg/http/h1-refs Resolve normative references to HTTP/1.1 spec 26 January 2021, 23:58:35 UTC
7389b47 QPACK editorial updates from IESG comments Fixes #4791 Fixes #4792 Fixes #4793 Fixes #4794 Fixes #4797 26 January 2021, 23:37:43 UTC
9a01dac Merge pull request #4810 from quicwg/http/bk_nits Ben Kaduk's nits on HTTP/3 26 January 2021, 23:12:38 UTC
c04b413 Split CONNECT paragraph 26 January 2021, 23:09:10 UTC
f9d4719 Merge remote-tracking branch 'origin/master' into http/authority_again 26 January 2021, 19:34:13 UTC
041fd43 Failed verification == no good 26 January 2021, 19:32:33 UTC
3c60c7e More conservative about resources 26 January 2021, 15:33:23 UTC
d2cc682 Apply suggestions from code review Co-authored-by: Martin Thomson <mt@lowentropy.net> 26 January 2021, 15:28:23 UTC
8379e32 Martin Duke's QPACK comments (#4750) * Martin Duke's QPACK comments * Additional word * @afrind's text 25 January 2021, 23:50:57 UTC
2084871 Update draft-ietf-quic-qpack.md verb agreement 25 January 2021, 23:48:49 UTC
f0423a4 Merge pull request #4811 from quicwg/http/reservation_precision Which HTTP/2 settings must be rejected? 25 January 2021, 20:55:46 UTC
9c0bdb2 Merge pull request #4812 from quicwg/http/url s/URL/URI/ 25 January 2021, 20:55:00 UTC
ccf6ad1 Merge pull request #4813 from quicwg/http/rw_nits Robert Wilton's HTTP/3 comments 25 January 2021, 20:54:27 UTC
62306b2 Merge pull request #4814 from quicwg/http/abort_response Abort response stream 25 January 2021, 20:53:40 UTC
1f6e325 Martin's feedback 25 January 2021, 18:32:04 UTC
31a9f12 Martin's feedback 25 January 2021, 17:27:15 UTC
532638b apply suggestion from @afrind 23 January 2021, 01:39:17 UTC
49e0a41 Extra letter 22 January 2021, 21:11:08 UTC
019e2c4 Abort response stream 22 January 2021, 21:07:30 UTC
faf2a47 Request streams 22 January 2021, 21:01:12 UTC
0103d02 Pseudo-header fields still go to QPACK 22 January 2021, 21:00:40 UTC
777678d Fewer versions, fewer restrictions 22 January 2021, 20:59:17 UTC
0d19578 Merge pull request #4770 from kazuho/kazuho/section No "field" 22 January 2021, 20:58:58 UTC
28f286e Specifically those defined in 7540 22 January 2021, 20:43:45 UTC
f439aae Merge remote-tracking branch 'origin/master' into http/bk_nits 22 January 2021, 20:40:35 UTC
8521961 Merge pull request #4767 from kaduk/http-iesg-eval Editorial suggestions from Benjamin Kaduk's IESG review (http) 22 January 2021, 20:39:28 UTC
cc0bec6 Abort reading, not discard 22 January 2021, 20:27:26 UTC
9de2d52 Setting values in Appendix 22 January 2021, 20:10:38 UTC
937c542 ALTSVC informative 22 January 2021, 20:07:03 UTC
774c56e Reserve 0x0 22 January 2021, 20:04:15 UTC
18e41b5 8470 applied to QUIC 22 January 2021, 19:47:00 UTC
d409146 CONNECT precautions 22 January 2021, 19:03:10 UTC
866bcbc Note flow control difference in HTTP/2 appendix 22 January 2021, 17:16:53 UTC
06933d0 Control streams need flow control credit 22 January 2021, 17:12:02 UTC
9e186b5 Insert reliance in intro 22 January 2021, 17:08:23 UTC
2448fae Expert Reviewers gonna do... 22 January 2021, 17:03:18 UTC
ce047c4 Éric Vyncke's HTTP/3 Comments (#4762) * Fixes #4751 * Import implicit closure from -transport; fixes #4755 * Split out subordinate phrases; fixes #4758 * Reverse 1.x/1.1 polarity * Ref transport Co-authored-by: Martin Thomson <mt@lowentropy.net> * TLS isn't a transport Co-authored-by: Martin Thomson <mt@lowentropy.net> 22 January 2021, 16:56:40 UTC
8b12ead Expand push equivalence to connection reuse 22 January 2021, 16:05:44 UTC
d6b6380 421 in Semantics 22 January 2021, 16:02:22 UTC
7aabb8d Expand reuse discussion 22 January 2021, 16:00:29 UTC
bd25e8e Refer to SEMANTICS for validation procedure 22 January 2021, 16:00:01 UTC
91e2df8 Apply suggestion from code review Co-authored-by: Martin Thomson <mt@lowentropy.net> 21 January 2021, 16:57:09 UTC
397f674 revert certificate validation tweaks They will be handled separately as part of a non-editorial issue. 21 January 2021, 16:51:03 UTC
a81f9bf Apply suggestions from code review This includes reverting a thing or two that turned out to not be a good idea. Co-authored-by: Mike Bishop <mbishop@evequefou.be> Co-authored-by: Martin Thomson <mt@lowentropy.net> 21 January 2021, 16:48:30 UTC
ebaeca0 Refer to SEMANTICS for hop-by-hop stripping rules 21 January 2021, 16:36:53 UTC
0388131 No CIDs, No Sending Fixes #4788 21 January 2021, 14:26:23 UTC
18c0242 no "field" in QPACK 20 January 2021, 23:36:17 UTC
5086a86 Editorial suggestions from IESG review 20 January 2021, 23:35:18 UTC
8222ae3 s/URL/URI/ 20 January 2021, 20:15:28 UTC
8e3aa4c "field section" is the term 20 January 2021, 14:03:30 UTC
4c4585e no "field" 20 January 2021, 14:03:15 UTC
fbb3163 Make forward-reference a real forward-reference. Co-authored-by: Martin Thomson <mt@lowentropy.net> 20 January 2021, 03:32:04 UTC
5429dd2 Merge pull request #4765 from ePaul/patch-1 editorial: an byte → a byte 20 January 2021, 02:29:14 UTC
f39a89f remove leading hex 0s from IANA error codes table AFAICT that is the only place in the doc that had leading hex zeros. 20 January 2021, 00:22:42 UTC
7d49bfd an byte → a byte (invariants) Same change as before. 19 January 2021, 23:56:54 UTC
89f1bc4 typo fix in draft-ietf-quic-transport Draft 34 changed "octet" to "byte", but forgot to change "an" to "a". 19 January 2021, 23:54:12 UTC
ed7ec44 Generic editorial suggestions noticed during IESG review 19 January 2021, 23:29:34 UTC
80c02ca Mention control stream earlier 19 January 2021, 23:25:57 UTC
b883174 Is "schemed" even a real adjective? 19 January 2021, 23:24:20 UTC
22ff33a Merge pull request #4742 from reschke/patch-3 http: update for http-core -14 moved sections 19 January 2021, 23:15:31 UTC
ea14083 Less 6919, more 2119 19 January 2021, 21:31:21 UTC
282081d Call out transfer codings in 4.1.1 19 January 2021, 16:04:45 UTC
4827aa6 Create assign-to-project.yml 18 January 2021, 13:28:22 UTC
7f7f864 Transfer codings are an HTTP/1.1 thing 15 January 2021, 21:56:16 UTC
19a2f45 Asterisk/origin form are now in Semantics 15 January 2021, 21:51:46 UTC
d7a2e16 Merge pull request #4744 from quicwg/why-fixed-vn Explain the fixed bit recommendation for Version Negotiation 15 January 2021, 03:06:50 UTC
918caa5 Merge pull request #4570 from quicwg/warning-alert Closure alerts are errors too 14 January 2021, 22:58:13 UTC
back to top