summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-06-23string_decoder: fix bad utf8 character handlingBrian White
2016-06-23test: fix flaky test-fs-watch-encoding on OS XRich Trott
2016-06-23test: remove internet/test-tls-connnect-cnnicBen Noordhuis
2016-06-22test: mark test-vm-timeout flaky on windowsRich Trott
2016-06-21test: refresh the tmpdir before usingRich Trott
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-20src: fix Windows segfault with `--eval`Bryce Simonds
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-18test: add tests for some stream.Readable usesAnna Henningsen
2016-06-18repl: break on sigint/ctrl+cAnna Henningsen
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2016-06-17inspector: fix inspector connection cleanupEugene Ostroukhov
2016-06-17src: rename "node" script to "bootstrap_node"Daniel Bevenius
2016-06-17punycode: update to v2.0.0Mathias Bynens
2016-06-16url: return valid file: urls fom url.format()Rich Trott
2016-06-16stream: ensure awaitDrain is increased onceDavid Halls
2016-06-15http: fix no dumping after `maybeReadMore`Fedor Indutny
2016-06-15test: fix test-net-* error code check for getaddrinfo(3)Natanael Copa
2016-06-14stream: improve Readable.read() performanceBrian White
2016-06-14test: add more http token/value checking testsBrian White
2016-06-14src: make Sec-WebSocket-Key check case-insensitiveMyles Borins
2016-06-13stream: reset awaitDrain after manual .resume()Anna Henningsen
2016-06-13buffer: fix creating from zero-length ArrayBufferIngvar Stepanyan
2016-06-13src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis
2016-06-11zlib: move constants into zlib.constantsJames M Snell
2016-06-10test: use random ports where possibleBrian White
2016-06-09stream: 'data' argument on callback of Transform._flush()Jesús Leganés Combarro "piranna
2016-06-08cluster: don't send messages if no IPC channelSantiago Gimeno
2016-06-08test: fix tests for non-crypto buildsAnna Henningsen
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-07test: fix spawn on windowsBrian White
2016-06-06test: enable test-debug-brk-no-argRich Trott
2016-06-06test: use common.fixturesDir almost everywhereBryan English
2016-06-06http: wait for both prefinish/end to keepaliveFedor Indutny
2016-06-04repl: refine handling of illegal tokensRich Trott
2016-06-04fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani
2016-06-03debugger: fix --debug-brk interaction with -eRich Trott
2016-06-03test: add test for uid/gid setting in spawnRich Trott
2016-06-03test: remove disabled eio race testRich Trott
2016-06-02test: add buffer testcase for resetting kZeroFillСковорода Никита Андреевич
2016-06-01test: remove non-incremental common.PORT changesRich Trott
2016-06-01test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-05-31test: make test-child-process-fork-net more robustRich Trott
2016-05-31test: fix spurious EADDRINUSE in test-https-strictRich Trott
2016-05-31test: update weak module for gc testsRich Trott
2016-05-31test: remove `common.PORT` from gc testsRich Trott
2016-05-31buffer: ignore negative allocation lengthsAnna Henningsen
2016-05-31cluster: expose result of send()cjihrig
2016-05-31cluster: rewrite debug ports consistentlycjihrig