summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: add testcfg.py to test/abort/Ben Noordhuis2016-07-051-0/+6
* timers: optimize `setImmediate()`Andras2016-07-052-2/+8
* timers: optimize linkedlistAndras2016-07-051-0/+5
* src: fix readability/namespace cpplint warningsBen Noordhuis2016-07-052-2/+2
* test: test isFullWidthCodePoint with invalid inputRich Trott2016-07-051-0/+5
* build: configure --sharedStefan Budeanu2016-07-051-0/+10
* assert: remove unneeded arguments special handlingRich Trott2016-07-051-1/+15
* repl: Enable tab completion for global propertiesLance Ball2016-07-053-0/+45
* crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain2016-07-051-23/+302
* repl: fix tab completion for defined commandsPrince J Wesley2016-07-051-0/+7
* readline: allow passing prompt to constructorEvan Lucas2016-07-051-5/+32
* Revert "test: mark test-vm-timeout flaky on windows"Anna Henningsen2016-07-051-2/+1
* vm: test for abort condition of current invocationAnna Henningsen2016-07-051-0/+23
* test: fix flaky test-vm-timeoutAnna Henningsen2016-07-051-1/+1
* test: add test for exec() known issueRich Trott2016-07-051-0/+16
* test: add more UTF-8 StringDecoder testsMartin von Gagern2016-07-051-0/+30
* string_decoder: fix bad utf8 character handlingBrian White2016-07-051-1/+1
* test: fix flaky test-fs-watch-encoding on OS XRich Trott2016-07-051-22/+43
* test: remove internet/test-tls-connnect-cnnicBen Noordhuis2016-07-051-21/+0
* test: mark test-vm-timeout flaky on windowsRich Trott2016-07-051-1/+2
* test: refresh the tmpdir before usingRich Trott2016-07-051-0/+2
* repl: break on sigint/ctrl+cAnna Henningsen2016-07-052-0/+100
* vm: add ability to break on sigint/ctrl+cAnna Henningsen2016-07-058-3/+178
* inspector: fix inspector connection cleanupEugene Ostroukhov2016-07-051-28/+50
* punycode: update to v2.0.0Mathias Bynens2016-07-051-4/+4
* stream: improve Readable.read() performanceBrian White2016-07-052-4/+14
* src: make Sec-WebSocket-Key check case-insensitiveMyles Borins2016-07-051-0/+15
* src,lib: v8-inspector supportPavel Feldman2016-07-051-0/+864
* src: refactor require('constants')James M Snell2016-07-0513-37/+49
* src: fix Windows segfault with `--eval`Bryce Simonds2016-06-261-2/+8
* test: add tests for some stream.Readable usesAnna Henningsen2016-06-264-0/+90
* src: rename "node" script to "bootstrap_node"Daniel Bevenius2016-06-269-23/+23
* stream: ensure awaitDrain is increased onceDavid Halls2016-06-151-0/+28
* http: fix no dumping after `maybeReadMore`Fedor Indutny2016-06-151-0/+51
* test: fix test-net-* error code check for getaddrinfo(3)Natanael Copa2016-06-152-4/+4
* test: add more http token/value checking testsBrian White2016-06-151-0/+97
* stream: reset awaitDrain after manual .resume()Anna Henningsen2016-06-151-0/+54
* test: use random ports where possibleBrian White2016-06-15358-1516/+1554
* cluster: don't send messages if no IPC channelSantiago Gimeno2016-06-151-0/+18
* test: fix spawn on windowsBrian White2016-06-151-2/+6
* test: enable test-debug-brk-no-argRich Trott2016-06-152-15/+13
* test: use common.fixturesDir almost everywhereBryan English2016-06-1515-27/+31
* http: wait for both prefinish/end to keepaliveFedor Indutny2016-06-151-0/+38
* repl: refine handling of illegal tokensRich Trott2016-06-151-0/+4
* fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani2016-06-151-7/+14
* debugger: fix --debug-brk interaction with -eRich Trott2016-06-159-20/+48
* test: add test for uid/gid setting in spawnRich Trott2016-06-152-60/+14
* test: remove disabled eio race testRich Trott2016-06-151-64/+0
* test: remove non-incremental common.PORT changesRich Trott2016-06-022-2/+2
* test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel2016-06-025-0/+235