summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-08-31child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-30crypto: make _toBuf non-enumerableTobias Nießen
2018-08-30crypto: deprecate aliases for randomBytesTobias Nießen
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-27repl: refactor ERR_SCRIPT_EXECUTION_INTERRUPTED stack handlingRuben Bridgewater
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-27crypto: deprecate _toBufTobias Nießen
2018-08-27tls: use internal API instead of crypto moduleTobias Nießen
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-26deps: import acorn@5.7.2Sam Ruby
2018-08-24http2: graduate from experimentalJames M Snell
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-24util: restore all information in inspectRuben Bridgewater
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-24worker: remove redundant function call to `setupPortReferencing`Ouyang Yadong
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-23repl: tab auto complete big arraysRuben Bridgewater