summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-13http: fix request with option timeout and agentkillagu
2018-07-13crypto: remove deprecated legacy APIAntoine du HAMEL
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-11workers: fix invalid exit code in parent upon uncaught exceptionDenys Otrishko
2018-07-10http2: order declarations in core.jsRich Trott
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-07-09lib: consolidate redundant require() callscjihrig
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-07inspector: expose original consoleMatteo Collina
2018-07-05http2: pass incoming set-cookie header as arrayGerhard Stoebich
2018-07-04console: implement timeLog methodMichaël Zasso
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-29lib: fix segfault with --without-intlRich Trott
2018-06-29workers: replace message types string by constantsWeijia Wang
2018-06-27util: add inspect suffix to BigInt64Array elementsTeddy Katz
2018-06-27per_context: add warning to Atomics.wakeGus Caplan
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-27worker: support relative pathsitaysabato
2018-06-24util: recover from maximum call stack sizeRuben Bridgewater
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-24process: avoid using the same fd for ipc and stdiocjihrig
2018-06-24util: fix comment typosRenée Kooi
2018-06-22net: report uv_tcp_open() errorscjihrig
2018-06-22net: validate fds passed to Socket constructorcjihrig
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-21module: experimental modules runMain separationguybedford
2018-06-20crypto: refer to correct deprecation id in commentMichaël Zasso
2018-06-20dns: remove Resolver#cancel() from promises APIcjihrig
2018-06-20dns: add promisified dns modulecjihrig
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung
2018-06-20child_process: change windowsHide default to truecjihrig
2018-06-20process: remove unused arguments in setup()Joyee Cheung
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-18net: emit 'close' when socket ends before connectBrett Kiefer
2018-06-17process: implement process.hrtime.bigint()Joyee Cheung
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-06-15perf_hooks: set bootstrap complete in only one placeJames M Snell
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-14v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma