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
2018-10-10streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-10zlib: simplify flushing mechanismAnna Henningsen
2018-10-10http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-10zlib: use common owner symbol to access JS wrapperAnna Henningsen
2018-10-07src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-07src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-07util: move inspect in separate fileRuben Bridgewater
2018-10-07assert: improve diff outputRuben Bridgewater
2018-10-07process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-05zlib: move, rename, document internal params() cbAnna Henningsen
2018-10-04http2: don't send trailers on a closed connectionAndré Cruz
2018-10-04crypto: extract throwInvalidArgType functionDaniel Bevenius
2018-10-03crypto: add support for PEM-level encryptionTobias Nießen
2018-10-03stream: improve buffer list inspectionRuben Bridgewater
2018-10-03timers: use custom inspection for linked listsRuben Bridgewater
2018-10-03cluster: move handle tracking out of utilscjihrig
2018-10-03cluster: use Map to track handles in mastercjihrig
2018-10-03cluster: use Map to track handles in cluster childcjihrig
2018-10-03cluster: use Map to track indexescjihrig
2018-10-03cluster: use Map to track round robin workerscjihrig
2018-10-03cluster: use Map to track callbackscjihrig
2018-10-03lib: reword help text for clarityGireesh Punathil
2018-10-03fs: consistently return symlink type from readdirKlaus Meinhardt
2018-09-27lib: change abstract equal to strict equalZYSzys
2018-09-27http2: close fd in doSendFileFD()cjihrig
2018-09-27worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-27worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-27errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-25worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-25inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-25module: add createRequireFunction methodGus Caplan
2018-09-25url: provide pathToFileURL and fileURLToPathguybedford
2018-09-25fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-09-24http2: add ping eventJames M Snell
2018-09-24util: add order option to `.inspect()`Ruben Bridgewater
2018-09-24util: use a shared symbol for util.inspect.customchocolateboy
2018-09-24util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater
2018-09-24util: improve inspect performanceRuben Bridgewater
2018-09-24util: remove outdated TODORuben Bridgewater
2018-09-23repl: refactor ERR_SCRIPT_EXECUTION_INTERRUPTED stack handlingRuben Bridgewater
2018-09-23repl: improve error outputRuben Bridgewater
2018-09-23fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-23http2: do not falsely emit 'aborted' on pushAnatoli Papirovski
2018-09-23tty: make `readStream.setRawMode()` return `this`Alexander Mills
2018-09-23http2: add origin frame supportJames M Snell
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-21lib: make DOMException attributes configurable and enumerableJoyee Cheung