summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen
2017-06-13child_process: do not extend result for *Sync()Brian White
2017-06-13http: edit _storeHeader to check for Trailer headerArtur G Vieira
2017-06-13test: use mustNotCall() in test-fs-watchRich Trott
2017-06-13errors: add missing ERR_ prefix on util.callbackify errorJames M Snell
2017-06-13test: add mustCall() to child-process testRich Trott
2017-06-13url: ensure search property is consistently null vs emptyJustin Beckwith
2017-06-13zlib: improve performanceBrian White
2017-06-13errors, readline: migrate to use internal/errors.jsScott McKenzie
2017-06-13http: fix timeout reset after keep-alive timeoutAlexey Orlenko
2017-06-12test: use mustNotCall in test-http-eof-on-connectRich Trott
2017-06-12test: increase bufsize in child process write testRich Trott
2017-06-12http: handle cases where socket.server is nullLuigi Pinca
2017-06-12v8: add a js class for Serializer/DserializerRajaram Gaunker
2017-06-12test: fix typo in test-cli-node-options.jsVse Mozhet Byt
2017-06-11test: fix flaky test-http-client-get-urlSebastian Plesciuc
2017-06-11test: refactor async-hooks test-callback-errorRich Trott
2017-06-10util: add callbackifyRefael Ackermann
2017-06-10fs: don't conflate data and callback in appendFileNikolai Vavilov
2017-06-10test: add regression test for 13557Anna Henningsen
2017-06-10Revert "readline: clean up event listener in onNewListener"Anna Henningsen
2017-06-10async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-06-09test: fix flaky test-tls-socket-closeRich Trott
2017-06-09test: harden test-dgram-bind-shared-portsRefael Ackermann
2017-06-09test: add coverage for AsyncResource constructorGergely Nemeth
2017-06-09child_process: promisify includes stdio in errorGil Tayar
2017-06-09test: exercise once() with varying argumentscjihrig
2017-06-09test: refactor test-http-server-keep-alive-timeoutrealwakka
2017-06-09test: add hijackStdout and hijackStderrXadillaX
2017-06-09dns: add resolveAny supportXadillaX
2017-06-09src: check whether inspector is doing ioSam Roberts
2017-06-09test: add coverage for napi_property_descriptorMichael Dawson
2017-06-09inspector: fix crash on exceptionNikolai Vavilov
2017-06-08async_hooks: use resource objects for PromisesAnna Henningsen
2017-06-08test: refactor test-fs-read-*Rich Trott
2017-06-08async_hooks: make sure `.{en|dis}able() === this`Anna Henningsen
2017-06-08https: support rejectUnauthorized for unix socketscjihrig
2017-06-07test: refactor domain testsRich Trott
2017-06-07test: check callback not invoked on lookup errorRich Trott
2017-06-07fs: expose Stats times as NumbersRefael Ackermann
2017-06-07lib: return this from net.Socket.end()Sam Roberts
2017-06-07test: refactor test-dgram-oob-bufferRich Trott
2017-06-07http: overridable keep-alive behavior of `Agent`Fedor Indutny
2017-06-07test: pass env vars through to test-benchmark-httpGibson Fahnestock
2017-06-07test: validate full error messagesaniketshukla
2017-06-07test,fs: test fs.watch for `filename`Refael Ackermann
2017-06-06url: update IDNA handlingTimothy Gu
2017-06-07test: increase coverage of async_hooksDavid Cai
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-06path: use internal/errors.jsSebastian Van Sande