summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-07test: remove AtExit() addon testAnna Henningsen
2019-11-07src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-07test: deflake test-tls-close-notify.jsLuigi Pinca
2019-11-07dgram: remove listeners on bind errorAnna Henningsen
2019-11-06Revert "test: test configure ninja"Anna Henningsen
2019-11-06http,async_hooks: keep resource object alive from socketAnna Henningsen
2019-11-05test: test configure ninjaPatrick Housley
2019-11-05tools: make doctool work if no internet availableRichard Lau
2019-11-05src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-05process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-11-05src: make AtExit() callbacks run in reverse orderAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-05v8: inspect unserializable objectsAnna Henningsen
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-30http: support readable hwm in IncomingMessagecjihrig
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-26async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-10-25test: use arrow functions for callbacksmpark86
2019-10-25test: verify npm compatibility with releasesMichaël Zasso
2019-10-24module: resolve self-referencesJan Krems
2019-10-22src: expose ListNode<T>::prev_ on postmortem metadatalegendecas
2019-10-22test: expand Worker test for non-shared ArrayBufferAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-212019-10-21, Version 12.13.0 'Erbium' (LTS)Michaël Zasso
2019-10-20test: fix test runner for Python 3 on WindowsMichaël Zasso
2019-10-18test: remove common.skipIfInspectorEnabled()Rich Trott
2019-10-16esm: modify resolution order for specifier flagMyles Borins
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-16test: add cb error test for fs.close()Matteo Rossi
2019-10-15doc: add missing deprecation codecjihrig
2019-10-15http: emit close on socket re-useRobert Nagy
2019-10-15test: fix flaky doctool and testRich Trott
2019-10-15doc: prepare miscellaneous docs for new markdown lint rulesRich Trott
2019-10-14n-api: add `napi_detach_arraybuffer`legendecas
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-14test: fix fs benchmark testRich Trott
2019-10-13http: do not emit end after abortedRobert Nagy
2019-10-13process: add lineLength to source-map-cachebcoe
2019-10-13stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-13fs: do not emit 'finish' before 'open' on write empty fileRobert Nagy
2019-10-13src: implement v8 host weakref hooksGus Caplan