summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-08-04test: remove obsolete harmony flagsChris Dickinson
2015-08-04doc,test: documents behaviour of non-existent fileSakthipriyan Vairamani
2015-08-04repl: don't clobber RegExp.$ propertiesSakthipriyan Vairamani
2015-08-03test: change the hostname to an invalid nameSakthipriyan Vairamani
2015-08-03test: fix messages and use return to skip testsSakthipriyan Vairamani
2015-07-31test: use common.isWindows consistentlySakthipriyan Vairamani
2015-07-30cluster: add handle ref/unref stubs in rr modeBen Noordhuis
2015-07-29test: fix fs.readFile('/dev/stdin') testsBen Noordhuis
2015-07-27test: do not use public IPs for timeout testingRich Trott
2015-07-28timers: improve Timer.now() performanceBen Noordhuis
2015-07-27net: don't throw on immediately destroyed socketEvan Lucas
2015-07-27https: reuse TLS sessions in AgentFedor Indutny
2015-07-27test: skip IPv6 part before testing itSakthipriyan Vairamani
2015-07-25test: fix valgrind uninitialized memory warningBen Noordhuis
2015-07-25repl: better empty line handlingSakthipriyan Vairamani
2015-07-25repl: improving line continuation handlingSakthipriyan Vairamani
2015-07-25repl: preventing REPL crash with inherited propertiesSakthipriyan Vairamani
2015-07-25repl: fixing `undefined` in invalid REPL keyword errorSakthipriyan Vairamani
2015-07-23cluster: emit 'message' event on cluster masterSam Roberts
2015-07-23tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny
2015-07-22crypto: fix legacy SNICallbackFedor Indutny
2015-07-22test: add -no_rand_screen to s_client opts on WinShigeki Ohtsu
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
2015-07-20test: formatting skip messages for TAP parsingSakthipriyan Vairamani
2015-07-17lib,test: add freelist deprecation and testSakthipriyan Vairamani
2015-07-15test: fix test-debug-port-from-cmdlineJoão Reis
2015-07-14doc,test: empty strings in path moduleSakthipriyan Vairamani
2015-07-12test: properly clean up temp directoryRoman Reiss
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin
2015-07-10doc: document fs.watchFile behaviour on ENOENTBrendan Ashworth
2015-07-10fs: fix error on bad listener typeBrendan Ashworth
2015-07-10repl: Prevent crash when tab-completed with ProxySakthipriyan Vairamani
2015-07-09test: add test for dgram.setTTLEvan Lucas
2015-07-08test: add missing crypto checksJohan Bergström
2015-07-07test: refactor test-repl-tab-completeSakthipriyan Vairamani
2015-07-04Revert "test: add test for missing `close`/`finish` event"Fedor Indutny
2015-07-04path: refactor for performance and consistencyNathan Woltman
2015-07-03test: add test for missing `close`/`finish` eventMark Plomer
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-29tools: re-enable comma-spacing linter ruleRoman Reiss
2015-06-27crypto: fix VerifyCallback in case of verify errorShigeki Ohtsu
2015-06-25buffer: prevent abort on bad protoTrevor Norris
2015-06-25test: purge stale disabled testsRich Trott
2015-06-25test: do not swallow OpenSSL support errorRich Trott
2015-06-25test: fix test-repl-tab-complete.jscjihrig
2015-06-25repl: make 'Unexpected token' errors recoverableJulien Gilli
2015-06-25repl: fix tab completion for a non-global contextSangmin Yoon
2015-06-24test: check for error on WindowsRich Trott