aboutsummaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-08test: replaces assert.throws() with common.expectsError()Saud Khanzada
2018-09-07test: add new_large_object_space heap spaceMichaël Zasso
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-07benchmark: refactor util benchmarksRuben Bridgewater
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-06zlib: fix memory leak for invalid inputAnna Henningsen
2018-09-05util: make util binding internalcjihrig
2018-09-05child_process: fix switches for alternative shells on WindowsTessei Kameyama
2018-09-05util: add util.types.isBoxedPrimitiveRuben Bridgewater
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-05http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-05test: refactor test-gc-tls-external-memoryAnna Henningsen
2018-09-05test: fix flaky test-worker-message-port-transfer-selfAnna Henningsen
2018-09-05assert: fix loose set and map comparisonRuben Bridgewater
2018-09-04test: check parameter type of fs.mkdir()Masashi Hirano
2018-09-04url: provide pathToFileURL and fileURLToPathguybedford
2018-09-04test: add test to dynamic enablement of trace-eventsAli Ijaz Sheikh
2018-09-03src: allow UTF-16 in generic StringBytes decode callAnna Henningsen
2018-09-03test: improve assertion in process testAnna Henningsen
2018-09-03test: fix flaky parallel/test-fs-write-file-typedarraysAnna Henningsen
2018-09-03src: disable debug options when inspector is unavailableAnna Henningsen
2018-09-02crypto: fix incorrect use of INT_MAX in validationTobias Nießen
2018-09-02crypto: improve setAuthTagTobias Nießen
2018-09-02test: improve assertions in test-cli-node-print-helpAnna Henningsen
2018-09-02net: throw error if port/path does not exist in optionsYaniv Friedensohn
2018-09-02src: fix external memory usage going negativeMathias Buus
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-08-31tools: specify rule disabled in test-assert.jsRich Trott
2018-08-31test: move test that depends on dns query to internetJoyee Cheung
2018-08-31child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-30test: remove skip of OS X bugRich Trott
2018-08-30test: fix typo in test nameRich Trott
2018-08-30crypto: deprecate aliases for randomBytesTobias Nießen
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-29test: refacor spawn[Sync]PwdRefael Ackermann
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-28test: properly extend process.env in child_processLucas Woo
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-27test: remove string literal from strictEqual()Scott Van Gilder
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-27crypto: deprecate _toBufTobias Nießen
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-26src: fix NODE_OPTIONS parsing bugAnna Henningsen