-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v12.x backport] doc: allow <code> in header elements #31108
Commits on Dec 17, 2019
-
test: correct header length subtraction
In test-http-max-http-headers, a comment asks why we are subtracting 32 from the length of the invalid-length-by-1 headers instead of just 1. Subtracting 1 seems to be correct and works. PR-URL: nodejs#30712 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b0cd8d - Browse repository at this point
Copy the full SHA 0b0cd8dView commit details -
doc: update socket.bufferSize text
Edit text for clarity and readability. PR-URL: nodejs#30723 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e93f23 - Browse repository at this point
Copy the full SHA 4e93f23View commit details -
doc: update README.md to fix active/maint times
Update REAMDE.md to be consistent with the active/maintenance times (12/18) outlined in https://github.com/nodejs/Release#release-plan. This was missed when the times were swapped in the Node.js 12 timeframe. PR-URL: nodejs#30707 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 827c53b - Browse repository at this point
Copy the full SHA 827c53bView commit details -
doc: update signature algorithm in release doc
Updated doc to reflect what is now done in tools/release.sh PR-URL: nodejs#30673 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 50a54ce - Browse repository at this point
Copy the full SHA 50a54ceView commit details -
doc: revise REPL uncaught exception text
Simplify the text about uncaught exceptions in the REPL. PR-URL: nodejs#30729 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 043163a - Browse repository at this point
Copy the full SHA 043163aView commit details -
test: fix test-benchmark-streams
test-benchmark-streams is currently failing because the `sync` option is not specified in the test, resulting in too many benchmarks running. PR-URL: nodejs#30757 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 2aa8654 - Browse repository at this point
Copy the full SHA 2aa8654View commit details -
test: use arrow functions in async-hooks tests
Convert all anonymous callback functions in `test/async-hooks/*.js` to use arrow functions. `writing-tests.md` states to use arrow functions when appropriate. PR-URL: nodejs#30137 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c6ffdd - Browse repository at this point
Copy the full SHA 6c6ffddView commit details -
Insert missing word. PR-URL: nodejs#30735 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a35c38 - Browse repository at this point
Copy the full SHA 6a35c38View commit details -
build,win: propagate error codes in vcbuild
Don't exit vcbuild with error code 0 when cctest fails. PR-URL: nodejs#30724 Refs: nodejs/build#1996 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3b096c2 - Browse repository at this point
Copy the full SHA 3b096c2View commit details -
We have to skip some test cases on IBM i. On IBM i, process.platform and os.platform() both return aix, It is not enough to differentiate between IBM i and real AIX system. Also updated parallel/test-cluster-bind-privileged-port.js for test. PR-URL: nodejs#30714 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 197b616 - Browse repository at this point
Copy the full SHA 197b616View commit details -
test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSION
There is currently no test that confirms that an invalid TLS protocol results in ERR_TLS_INVALID_PROTOCOL_VERSION. Add tests to check this for the `minVersion` and `maxVersion` options in `createSecureContext()`. Refs: https://codecov.io/gh/nodejs/node/src/c14c476614e3134867ddb997bdfe5a41ba668175/lib/_tls_common.js#L56 Refs: https://coverage.nodejs.org/coverage-c14c476614e31348/lib/_tls_common.js.html#L56 PR-URL: nodejs#30741 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3c3b1d - Browse repository at this point
Copy the full SHA f3c3b1dView commit details
Commits on Dec 23, 2019
-
test: skip test-domain-error-types in debug mode temporariliy
Until nodejs#30498 is resolved, skip test-domain-error-types on debug builds. PR-URL: nodejs#30629 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Configuration menu - View commit details
-
Copy full SHA for a83ccf8 - Browse repository at this point
Copy the full SHA a83ccf8View commit details
Commits on Dec 27, 2019
-
doc: allow <code> in header elements
Allow use of <code> in header elements without styling side effects. We can add styling later if desired. The goal here is to allow code to be set off in markdown without needing to escape characters and do lint exceptions for terms. This is probably a win in terms of accessibility too although it would be moreso if we had some visual differentiation for <code> inside of headers. As mentioned above, that can always be added at a later time. PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 0054636 - Browse repository at this point
Copy the full SHA 0054636View commit details -
doc,dns: use code markup/markdown in headers
This will allow us to lint for use of `hostname` in prose without flagging `hostname` in code within headers. This also allows us to remove backslash escaping for `[` and `]` inside of header code, which makes the bare markdown more readable. PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 424266a - Browse repository at this point
Copy the full SHA 424266aView commit details -
doc: use code markup/markdown in headers in addons documentation
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for ef4ecf4 - Browse repository at this point
Copy the full SHA ef4ecf4View commit details -
doc,assert: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for a933028 - Browse repository at this point
Copy the full SHA a933028View commit details -
doc,async_hooks: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for a2bea80 - Browse repository at this point
Copy the full SHA a2bea80View commit details -
doc,buffer: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for b4934ef - Browse repository at this point
Copy the full SHA b4934efView commit details -
doc,child_process: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 3e07682 - Browse repository at this point
Copy the full SHA 3e07682View commit details -
doc,cluster: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 700e28d - Browse repository at this point
Copy the full SHA 700e28dView commit details -
doc,console: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for d92200a - Browse repository at this point
Copy the full SHA d92200aView commit details -
doc,crypto: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for af66dba - Browse repository at this point
Copy the full SHA af66dbaView commit details -
doc: use code markup/markdown in headers in deprecations documentation
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for e00e4d2 - Browse repository at this point
Copy the full SHA e00e4d2View commit details -
doc,dgram: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 17efccd - Browse repository at this point
Copy the full SHA 17efccdView commit details -
doc,domain: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 4eb5e60 - Browse repository at this point
Copy the full SHA 4eb5e60View commit details -
doc,errors: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for e74fa1e - Browse repository at this point
Copy the full SHA e74fa1eView commit details -
doc,esm: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for c763c70 - Browse repository at this point
Copy the full SHA c763c70View commit details -
doc,events: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for b1f2dd6 - Browse repository at this point
Copy the full SHA b1f2dd6View commit details -
doc,fs: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for e91846c - Browse repository at this point
Copy the full SHA e91846cView commit details -
doc: use code markup/markdown in headers in globals documentation
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 23f5045 - Browse repository at this point
Copy the full SHA 23f5045View commit details -
doc,http: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 3e95c86 - Browse repository at this point
Copy the full SHA 3e95c86View commit details -
doc,http2: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for f6084bc - Browse repository at this point
Copy the full SHA f6084bcView commit details -
doc,https: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for eb82113 - Browse repository at this point
Copy the full SHA eb82113View commit details -
doc,inspector: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 3ac8493 - Browse repository at this point
Copy the full SHA 3ac8493View commit details -
doc,module: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for e2a4293 - Browse repository at this point
Copy the full SHA e2a4293View commit details -
doc,net: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 7cce4bb - Browse repository at this point
Copy the full SHA 7cce4bbView commit details -
doc,os: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for cc65a3c - Browse repository at this point
Copy the full SHA cc65a3cView commit details -
doc,path: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 7b73674 - Browse repository at this point
Copy the full SHA 7b73674View commit details -
doc,perf_hooks: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 6885967 - Browse repository at this point
Copy the full SHA 6885967View commit details -
doc,process: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for a8f3310 - Browse repository at this point
Copy the full SHA a8f3310View commit details -
doc,punycode: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 0c253b9 - Browse repository at this point
Copy the full SHA 0c253b9View commit details -
doc,querystring: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 003e188 - Browse repository at this point
Copy the full SHA 003e188View commit details -
doc,readline: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for b4b4da4 - Browse repository at this point
Copy the full SHA b4b4da4View commit details -
doc,repl: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 728c984 - Browse repository at this point
Copy the full SHA 728c984View commit details -
doc,stream: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 3a1772c - Browse repository at this point
Copy the full SHA 3a1772cView commit details -
doc,string_decoder: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 13e067b - Browse repository at this point
Copy the full SHA 13e067bView commit details -
doc,timers: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for e3f26c4 - Browse repository at this point
Copy the full SHA e3f26c4View commit details -
doc,tls: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 5a76e25 - Browse repository at this point
Copy the full SHA 5a76e25View commit details -
doc,tty: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 3c2c8fa - Browse repository at this point
Copy the full SHA 3c2c8faView commit details -
doc,url: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for a0717c7 - Browse repository at this point
Copy the full SHA a0717c7View commit details -
doc,zlib: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 1bf0dd7 - Browse repository at this point
Copy the full SHA 1bf0dd7View commit details -
doc,util: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for f7a70bb - Browse repository at this point
Copy the full SHA f7a70bbView commit details -
doc,v8: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for de8f03a - Browse repository at this point
Copy the full SHA de8f03aView commit details -
doc,worker: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 58132d5 - Browse repository at this point
Copy the full SHA 58132d5View commit details -
doc,vm: use code markup/markdown in headers
PR-URL: nodejs#31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Configuration menu - View commit details
-
Copy full SHA for 113cbef - Browse repository at this point
Copy the full SHA 113cbefView commit details