summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* vm: fix symbol accessDomenic Denicola2015-08-041-0/+25
* vm: fix property descriptors of sandbox propertiesDomenic Denicola2015-08-041-0/+25
* crypto: remove kMaxLength on randomBytes()Trevor Norris2015-08-041-1/+1
* buffer: implement Uint8Array backed BufferTrevor Norris2015-08-042-20/+2
* test: remove obsolete harmony flagsChris Dickinson2015-08-041-2/+2
* doc,test: documents behaviour of non-existent fileSakthipriyan Vairamani2015-08-041-5/+57
* repl: don't clobber RegExp.$ propertiesSakthipriyan Vairamani2015-08-041-0/+10
* test: change the hostname to an invalid nameSakthipriyan Vairamani2015-08-031-2/+2
* test: fix messages and use return to skip testsSakthipriyan Vairamani2015-08-0316-27/+32
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-3166-132/+114
* cluster: add handle ref/unref stubs in rr modeBen Noordhuis2015-07-301-0/+21
* test: fix fs.readFile('/dev/stdin') testsBen Noordhuis2015-07-292-10/+10
* test: do not use public IPs for timeout testingRich Trott2015-07-271-42/+13
* timers: improve Timer.now() performanceBen Noordhuis2015-07-281-0/+8
* net: don't throw on immediately destroyed socketEvan Lucas2015-07-271-0/+8
* https: reuse TLS sessions in AgentFedor Indutny2015-07-271-0/+130
* test: skip IPv6 part before testing itSakthipriyan Vairamani2015-07-271-5/+5
* test: fix valgrind uninitialized memory warningBen Noordhuis2015-07-251-1/+3
* repl: better empty line handlingSakthipriyan Vairamani2015-07-251-0/+7
* repl: improving line continuation handlingSakthipriyan Vairamani2015-07-251-0/+27
* repl: preventing REPL crash with inherited propertiesSakthipriyan Vairamani2015-07-251-0/+4
* repl: fixing `undefined` in invalid REPL keyword errorSakthipriyan Vairamani2015-07-251-1/+5
* cluster: emit 'message' event on cluster masterSam Roberts2015-07-231-3/+10
* tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny2015-07-231-5/+29
* crypto: fix legacy SNICallbackFedor Indutny2015-07-221-0/+45
* test: add -no_rand_screen to s_client opts on WinShigeki Ohtsu2015-07-229-11/+55
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-20151-165/+165
* test: formatting skip messages for TAP parsingSakthipriyan Vairamani2015-07-2047-62/+62
* lib,test: add freelist deprecation and testSakthipriyan Vairamani2015-07-171-0/+33
* test: fix test-debug-port-from-cmdlineJoão Reis2015-07-151-3/+3
* doc,test: empty strings in path moduleSakthipriyan Vairamani2015-07-141-0/+35
* test: properly clean up temp directoryRoman Reiss2015-07-121-2/+15
* readline: fix freeze if `keypress` event throwsAlex Kocharin2015-07-111-0/+18
* doc: document fs.watchFile behaviour on ENOENTBrendan Ashworth2015-07-101-0/+9
* fs: fix error on bad listener typeBrendan Ashworth2015-07-101-0/+17
* repl: Prevent crash when tab-completed with ProxySakthipriyan Vairamani2015-07-101-0/+16
* test: add test for dgram.setTTLEvan Lucas2015-07-091-0/+17
* test: add missing crypto checksJohan Bergström2015-07-082-0/+14
* test: refactor test-repl-tab-completeSakthipriyan Vairamani2015-07-071-47/+37
* Revert "test: add test for missing `close`/`finish` event"Fedor Indutny2015-07-041-90/+0
* path: refactor for performance and consistencyNathan Woltman2015-07-041-4/+22
* test: add test for missing `close`/`finish` eventMark Plomer2015-07-031-0/+90
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-032-3/+21
* _stream_wrap: prevent use after free in TLSFedor Indutny2015-06-303-6/+91
* tools: re-enable comma-spacing linter ruleRoman Reiss2015-06-2910-16/+16
* crypto: fix VerifyCallback in case of verify errorShigeki Ohtsu2015-06-271-24/+65
* buffer: prevent abort on bad protoTrevor Norris2015-06-251-0/+56
* test: purge stale disabled testsRich Trott2015-06-2525-1431/+0
* test: do not swallow OpenSSL support errorRich Trott2015-06-251-14/+1
* test: fix test-repl-tab-complete.jscjihrig2015-06-251-23/+49