summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-17errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-09-17module: fix inconsistency between load and _findPathDenys Otrishko
2018-09-17tls: de-duplicate for TLSSocket methodsJon Moss
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-17assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-09-16path: remove unnecessary if statementWilliam Chargin
2018-09-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-14lib: simplify 'processChunkSync'MaleDong
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-09-13util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater
2018-09-13lib: remove unnecessary symbolsMaleDong
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-13crypto: assign missing deprecation codeTobias Nießen
2018-09-13crypto: rename symbols to match guidelinesTobias Nießen
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-09-12module: accept Windows relative pathJoão Reis
2018-09-11assert: align argument namesRuben Bridgewater
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-09lib: generate allowedNodeEnvironmentFlags lazilyAnna Henningsen
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-07util: remove outdated TODORuben Bridgewater
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-05repl: remove duplicate util bindingcjihrig
2018-09-05util: make util binding internalcjihrig
2018-09-05child_process: fix switches for alternative shells on WindowsTessei Kameyama
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-05http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-05worker: display MessagePort status in util.inspect()Anna Henningsen
2018-09-05cli: more flexible width when printing `--help`Anna Henningsen
2018-09-05assert: fix loose set and map comparisonRuben Bridgewater
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-09-03tls: improve debugging assertionAnna Henningsen
2018-09-03os: don't use getCheckedFunction() in userInfo()cjihrig
2018-09-03stream: update emit readable debug statementDaniel Bevenius
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-02crypto: fix incorrect use of INT_MAX in validationTobias Nießen
2018-09-02lib: merge onread handlers for http2 streams & net.SocketAshok
2018-09-02net: throw error if port/path does not exist in optionsYaniv Friedensohn
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-09-01cli: generate --help text in JSAnna Henningsen