aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
2016-06-29test: fix tests after V8 upgradeAli Ijaz Sheikh
2016-06-28test: test isFullWidthCodePoint with invalid inputRich Trott
2016-06-28build: configure --sharedStefan Budeanu
2016-06-27assert: remove unneeded arguments special handlingRich Trott
2016-06-27repl: Enable tab completion for global propertiesLance Ball
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain
2016-06-27repl: fix tab completion for defined commandsPrince J Wesley
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-06-25Revert "test: mark test-vm-timeout flaky on windows"Anna Henningsen
2016-06-25vm: test for abort condition of current invocationAnna Henningsen
2016-06-25test: fix flaky test-vm-timeoutAnna Henningsen
2016-06-24test: add test for exec() known issueRich Trott
2016-06-23test: add more UTF-8 StringDecoder testsMartin von Gagern
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