summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* stream: increase MAX_HWMRobert Nagy2019-11-111-0/+27
* test: fix Python unittests in ./test and ./toolscclauss2019-11-111-0/+0
* test: mark test-http-dump-req-when-res-ends as flaky on windowsAshCripps2019-11-111-0/+2
* test: fix test-benchmark-clusterRich Trott2019-11-091-1/+6
* process: add coverage tests for sourceMapFromDataUrl methodNolik2019-11-093-0/+36
* esm: exit the process with an error if loader has an issueMichaël Zasso2019-11-094-0/+33
* module: conditional exports with flagged conditionsGuy Bedford2019-11-0811-6/+57
* test: do not run release-npm test without cryptoMichaël Zasso2019-11-081-2/+3
* test: increase limit again for network space overhead testMichaël Zasso2019-11-081-1/+1
* test: update test-postmortem-metadata.jscjihrig2019-11-081-2/+2
* module: fix for empty object in InternalModuleReadJSONGuy Bedford2019-11-084-3/+12
* test: remove AtExit() addon testAnna Henningsen2019-11-074-71/+22
* src: allow adding linked bindings to EnvironmentAnna Henningsen2019-11-071-0/+42
* test: deflake test-tls-close-notify.jsLuigi Pinca2019-11-071-10/+9
* dgram: remove listeners on bind errorAnna Henningsen2019-11-071-0/+27
* Revert "test: test configure ninja"Anna Henningsen2019-11-062-29/+0
* http,async_hooks: keep resource object alive from socketAnna Henningsen2019-11-061-0/+98
* test: test configure ninjaPatrick Housley2019-11-052-0/+29
* tools: make doctool work if no internet availableRichard Lau2019-11-051-0/+0
* src: deprecate two- and one-argument AtExit()Anna Henningsen2019-11-051-3/+8
* stream: add writableCorked propertyRobert Nagy2019-11-051-0/+22
* child_process,cluster: allow using V8 serialization APIAnna Henningsen2019-11-052-0/+68
* process: make source map getter resistant against prototype tamperingAnna Henningsen2019-11-051-0/+40
* src: make AtExit() callbacks run in reverse orderAnna Henningsen2019-11-051-0/+29
* encoding: make TextDecoder handle BOM correctlyAnna Henningsen2019-11-051-4/+1
* v8: inspect unserializable objectsAnna Henningsen2019-11-051-2/+4
* worker: allow specifying resource limitsAnna Henningsen2019-11-051-0/+58
* module: warn on using unfinished circular dependencyAnna Henningsen2019-11-019-0/+55
* http: support readable hwm in IncomingMessagecjihrig2019-10-301-0/+24
* cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr2019-10-281-0/+1
* fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen2019-10-282-0/+24
* doc: remove "it is important to" phrasingRich Trott2019-10-262-7/+5
* src: fix crash with SyntheticModule#setExportMichaël Zasso2019-10-261-3/+0
* async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen2019-10-261-0/+36
* test: use arrow functions for callbacksmpark862019-10-251-20/+20
* test: verify npm compatibility with releasesMichaël Zasso2019-10-251-0/+24
* module: resolve self-referencesJan Krems2019-10-244-1/+35
* src: expose ListNode<T>::prev_ on postmortem metadatalegendecas2019-10-221-15/+22
* test: expand Worker test for non-shared ArrayBufferAnna Henningsen2019-10-221-14/+19
* cli: add --trace-uncaught flagAnna Henningsen2019-10-2211-0/+66
* 2019-10-21, Version 12.13.0 'Erbium' (LTS)Michaël Zasso2019-10-211-0/+2
* test: fix test runner for Python 3 on WindowsMichaël Zasso2019-10-201-1/+2
* test: remove common.skipIfInspectorEnabled()Rich Trott2019-10-182-8/+3
* esm: modify resolution order for specifier flagMyles Borins2019-10-162-4/+4
* module: refactor modules bootstrapBradley Farias2019-10-164-13/+5
* dgram: add source-specific multicast supportLucas Pardue2019-10-172-0/+458
* crypto: add Hash.prototype.copy() methodBen Noordhuis2019-10-161-0/+29
* test: add cb error test for fs.close()Matteo Rossi2019-10-161-0/+16
* doc: add missing deprecation codecjihrig2019-10-152-2/+2
* http: emit close on socket re-useRobert Nagy2019-10-152-0/+50