summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-31tools: specify rules disabled in common/dns.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-29tools: Include links to source code in documentationSam Ruby
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-28fs: make fs_event_wrap binding internalcjihrig
2018-08-28test: properly extend process.env in child_processLucas Woo
2018-08-28test: add test for internalConnect() when address type is IPv6Yaniv Friedensohn
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
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-25test: move custom WHATWG URL tests into separate filesJoyee Cheung
2018-08-24test: remove third argument from strictEqual()Neeraj Laad
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-24test: move common.isCPPSymbolsNotMapped to tick-processor testsJames M Snell
2018-08-24test: improve code coverage for string decoderBenjamin Chen
2018-08-24test: add streams benchmark testDenys Otrishko
2018-08-24test: add vm benchmark testDenys Otrishko
2018-08-24test: add v8 benchmark testDenys Otrishko
2018-08-24test: move common.onGC to individual moduleJames M Snell
2018-08-24test: flaky everywhere test-trace-events-fs-syncRefael Ackermann
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-08-24util: restore all information in inspectRuben Bridgewater
2018-08-24test: add test unknown credential error of process.setgroupsMasashi Hirano
2018-08-24test: add tests for dnsPromises.lookupMasashi Hirano
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24test,stream: fix pipeline test so it runs well on Windows in older nodesMatteo Collina
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23src: implement query callbacks for vmTimothy Gu