summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-10test: remove unused var from child-process-forkRich Trott
2016-07-10test: remove unused vars from http/https testsRich Trott
2016-07-10test: remove unused var in test-tls-server-verifyRich Trott
2016-07-08test: fix flaky test-fs-read-buffer-tostring-failRich Trott
2016-07-08repl: add support for custom completionsDiosney Sarmiento
2016-07-08tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani
2016-07-08test: remove unused var in net-server-try-portsRich Trott
2016-07-08test: remove unused var from stream2 testRich Trott
2016-07-07test: fix flaky test-net-write-slowRich Trott
2016-07-06src: guard against overflow in ParseArrayIndex()Ben Noordhuis
2016-07-06test: skip doctool tests when js-yaml is missingAnna Henningsen
2016-07-05util: add an option for configuring break lengthcjihrig
2016-07-05build: export openssl symbols on windowsBen Noordhuis
2016-07-04test: listen on and connect to 127.0.0.1Ben Noordhuis
2016-07-03test: handle SmartOS bug in test-tls-session-cacheRich Trott
2016-06-30test: remove common.PORT from http testsRich Trott
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: preserve argument typeRich Trott
2016-06-30Revert "child_process: measure buffer length in bytes"Rich Trott
2016-06-30repl: Default `useGlobal` to false in CLI REPL.Lance Ball
2016-06-30debugger: make listen address configurableBen Noordhuis
2016-06-30vm: don't print out arrow message for custom errorAnna Henningsen
2016-06-29net: use icu's punycode implementationJames M Snell
2016-06-29inspector: Do cleanups before notifying callbackEugene Ostroukhov
2016-06-29test: check types for http request and responseBen Noordhuis
2016-06-29test: add abort test for backtrace validationcjihrig
2016-06-29test: don't use internal headers in add-on testsBen Noordhuis
2016-06-29test: fix abort/test-abort-uncaught-exceptionBen Noordhuis
2016-06-29test: add testcfg.py to test/abort/Ben Noordhuis
2016-06-29timers: optimize `setImmediate()`Andras
2016-06-29timers: optimize linkedlistAndras
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