summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2015-06-23test: remove obsolete TODO commentsRich Trott
2015-06-23test: remove obsolete TODO commentsRich Trott
2015-06-22test: assert tmp and fixture dirs differentRich Trott
2015-06-22module: fix stat with long paths on WindowsMichaël Zasso
2015-06-20test: confirm symlinkRich Trott
2015-06-19test: check result as early as possibleRich Trott
2015-06-17net: Defer reading until listeners could be addedJames Hartig
2015-06-17test: add Buffer slice UTF-8 testRich Trott
2015-06-16test: tmpdir creation failures should fail testsRich Trott
2015-06-16buffer: fix cyclic dependency with utilBrendan Ashworth
2015-06-16module: allow long paths for require on WindowsMichaël Zasso
2015-06-16test: fix test-cluster-worker-disconnectSantiago Gimeno
2015-06-16crypto: add cert check to CNNIC WhitelistShigeki Ohtsu
2015-06-15zlib: prevent uncaught exception in zlibBufferMichaël Zasso
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-13test: only refresh tmpDir for tests that need itRich Trott
2015-06-13test: remove test repetitionRich Trott
2015-06-12test: add test for failed save in REPLRich Trott
2015-06-12Revert "readline: allow tabs in input"Jeremiah Senkpiel
2015-06-13node: mark promises as handled as soon as possibleVladimir Kurchatkin
2015-06-12test: fix cluster-worker-wait-server-close racesSam Roberts
2015-06-12test: create temp dir in common.jsRich Trott
2015-06-11tools: enable/add additional eslint rulesRoman Reiss
2015-06-11test: fix undeclared variable accessRoman Reiss
2015-06-09cluster: wait on servers closing before disconnectOleg Elifantiev
2015-06-08test: remove TODO commentRich Trott
2015-06-08crypto: add getCurves() to get supported ECsBrian White
2015-06-06readline: allow tabs in inputRich Trott
2015-06-05os: add homedir()cjihrig
2015-06-05debugger: improve ESRCH error messageJackson Tian
2015-06-05fs: Add string encoding option for Stream methodYosuke Furukawa
2015-06-04tls: prevent use-after-freeFedor Indutny
2015-06-04tls: emit errors on close whilst async actionFedor Indutny
2015-06-04test: remove TODORich Trott
2015-06-03test: fix broken FreeBSD testSantiago Gimeno
2015-06-03test: fix test-sync-io-optionEvan Lucas
2015-06-03test: add -no_rand_screen for tls-server-verifyShigeki Ohtsu