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-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
2018-09-21lib: set Symbol.toStringTag of DOMExceptionJoyee Cheung
2018-09-21crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-21crypto: add API for key pair generationTobias Nießen
2018-09-20lib: refactor variable declarationsZYSzys
2018-09-20http2: check if stream is not destroyed before sending trailersMatteo Collina
2018-09-20tty: handle setRawMode errorsNikolai Vavilov
2018-09-20lib,doc: remove unused parameter, improve docsMaleDong
2018-09-20tools: prevent string literals in some assertionsRich Trott
2018-09-20crypto: remove unused scrypt validation parameterTobias Nießen
2018-09-20errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-20string_decoder: support typed array or data viewBenjamin Chen
2018-09-20http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-20assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-20path: remove unnecessary if statementWilliam Chargin
2018-09-20src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-20fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-20lib: generate allowedNodeEnvironmentFlags lazilyAnna Henningsen
2018-09-20process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-20lib: simplify 'processChunkSync'MaleDong
2018-09-20fs: ensure readdir() callback is only called oncecjihrig
2018-09-20lib: remove unnecessary symbolsMaleDong
2018-09-20crypto: rename symbols to match guidelinesTobias Nießen
2018-09-20assert: align argument namesRuben Bridgewater
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-09-06coverage: expose native V8 coverageBenjamin Coe
2018-09-06http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-06worker: display MessagePort status in util.inspect()Anna Henningsen
2018-09-06cli: more flexible width when printing `--help`Anna Henningsen
2018-09-06assert: fix loose set and map comparisonRuben Bridgewater
2018-09-06tls: improve debugging assertionAnna Henningsen