Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-09-07stream: improve Writable.destroy performanceRobert Nagy
2020-09-07crypto: simplify KeyObject constructorRich Trott
2020-09-07crypto: fix randomInt range checkTobias Nießen
2020-09-07bootstrap: correct --frozen-intrinsics override fixGuy Bedford
2020-09-06crypto: align parameter names with documentationRich Trott
2020-09-05quic: fix error message on invalid connection IDRich Trott
2020-09-04crypto: add randomInt functionOli Lalonde
2020-09-04querystring: manage percent character at unescapeDaijiro Wachi
2020-09-04quic: remove unused function argumentsRich Trott
2020-09-03quic: remove undefined variableRich Trott
2020-09-02events: allow use of AbortController with onJames M Snell
2020-09-02buffer: also alias BigUInt methodsAnna Henningsen
2020-09-01stream: fix Readable stream state propertiesDenys Otrishko
2020-08-31events: allow use of AbortController with onceJames M Snell
2020-08-31net: make blocklist family case insensitiveJames M Snell
2020-08-30esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott
2020-08-30stream: allow using `.push()`/`.unshift()` during `once('data')`Anna Henningsen
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-29net: replace usage of internal stream state with public apiDenys Otrishko
2020-08-29zlib: replace usage of internal stream state with public apiDenys Otrishko
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-26errors: use `ErrorPrototypeToString` from `primordials` objectExE Boss
2020-08-22http2: fix Http2Response.sendDateJoão Lucas Lucchetta
2020-08-19workers: add support for data: URLsAntoine du HAMEL
2020-08-19net: validate custom lookup() outputcjihrig
2020-08-19esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko
2020-08-18doc,lib: remove unused error codeRich Trott
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames M Snell
2020-08-17src: allow instances of net.BlockList to be created internallyJames M Snell
2020-08-17quic: check setSocket natRebinding argument, extend testJames M Snell
2020-08-17quic: fixup set_socket, fix skipped testJames M Snell
2020-08-17quic: limit push check to http/3James M Snell
2020-08-17quic: resolve some minor TODOsJames M Snell
2020-08-17http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez
2020-08-17http2: allow Host in HTTP/2 requestsAlba Mendez
2020-08-16timers: use AbortController with correct name/messageAnna Henningsen
2020-08-16quic: use AbortController with correct name/messageAnna Henningsen
2020-08-15http: add RFC references for each status codeVoltra
2020-08-15errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko
2020-08-15module: fix check for package.json at volume rootDerek Lewis
2020-08-14fs: guard against undefined behaviorRobert Nagy
2020-08-14buffer: alias UInt ➡️ Uint in buffer methodsAnna Henningsen
2020-08-14lib: add UNC support to url.pathToFileURL()Matthew McEachen
2020-08-13policy: support conditions for redirectsBradley Farias
2020-08-13module: share CJS/ESM resolver fns, refactoringGuy Bedford
2020-08-12http2: add maxHeaderSize option to http2Priyank Singh
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-11net: introduce net.BlockListJames M Snell
2020-08-11lib: use full URL to GitHub issues in commentsRich Trott