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-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
2020-08-10util: add debug and debuglog.enabledBradley Farias
2020-08-10quic: use the SocketAddressLRU to track validation statusJames M Snell
2020-08-10quic: cleanup some outstanding todo itemsJames M Snell
2020-08-10module: use cjsCache over esm injectionGuy Bedford
2020-08-09lib: use non-symbols in isURLInstance checkShelley Vohr
2020-08-08repl: use _Node.js_ in user-facing REPL textRich Trott
2020-08-08net: don't return the stream object from onStreamReadRobey Pointer
2020-08-08repl: use _REPL_ in user-facing textRich Trott
2020-08-08module: handle Top-Level Await non-fulfills betterAnna Henningsen
2020-08-07async_hooks: avoid GC tracking of AsyncResource in ALSGerhard Stoebich
2020-08-07async_hooks: don't read resource if ALS is disabledGerhard Stoebich
2020-08-07async_hooks: avoid unneeded AsyncResource creationGerhard Stoebich
2020-08-05policy: increase tests via permutation matrixBradley Farias
2020-08-05repl: improve static import error message in replMyles Borins
2020-08-04async_hooks: improve property descriptors in als.bindGerhard Stoebich