summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-16async_hooks: proper id stacking for PromisesAnna Henningsen
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-16test: increase coverage for internal/module.jsTamás Hódi
2017-06-16test: refactor test-fs-read-streamRich Trott
2017-06-16src: fix decoding base64 with whitespaceNikolai Vavilov
2017-06-16util: ignore invalid format specifiersMichaël Zasso
2017-06-16test: refactor test-cluster-worker-isconnected.jscjihrig
2017-06-16test: fix nits in test-fs-mkdir-rmdir.jsVse Mozhet Byt
2017-06-16test: fix test-inspector-port-zero-clusterRefael Ackermann
2017-06-15inspector,cluster: fix inspect port assignmentcornholio
2017-06-15test: refactor test-fs-watch-stop-asyncRich Trott
2017-06-15test: change deprecated method to recommendedRich Trott
2017-06-15internal/util: use internal/errors.jsSebastian Van Sande
2017-06-15errors,stream-transform: migrate to use internal/errors.jssreepurnajasti
2017-06-14test: refactor test-fs-read-stream-inheritRich Trott
2017-06-14net: return this from getConnections()Sam Roberts
2017-06-14net: return this from destroy()Sam Roberts
2017-06-14doc: document and test that methods return thisSam Roberts
2017-06-14tls: add host and port info to ECONNRESET errorsJosé F. Romaniello
2017-06-14https: make opts optional & immutable when createXadillaX
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