summaryrefslogtreecommitdiff
path: root/test/simple
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+62
2013-12-31test: fix test-cluster-eaccess to work on windowsTimothy J Fontaine1-16/+19
2013-12-31test: fix assumption of worker exit on disconnectSam Roberts2-0/+10
2013-12-31cluster: do not synchronously emit 'setup' eventSam Roberts1-6/+6
2013-12-31cluster: only forcibly exit worker on unclean exitSam Roberts3-2/+150
2013-12-31cluster: disconnect callback should always occurSam Roberts1-0/+33
2013-12-31cluster: report more errors to workersFedor Indutny1-0/+59
2013-12-30querystring: remove `name` from `stringify()`Yorkie1-1/+1
2013-12-20Revert "util: more strict check for bool/number/string"Trevor Norris2-35/+1
2013-12-20test: fix flaky unit test test-fs-realpath.jsAlexis Campailla1-0/+12
2013-12-20test: case insensitve path comparison on WindowsAlexis Campailla1-2/+11
2013-12-20http: parse the status message in a http response.Cam Swords2-0/+80
2013-12-18util: more strict check for bool/number/stringYorkie2-1/+35
2013-12-12test: use s_client instead of curlLalit Kapoor1-11/+19
2013-12-11gyp: build openssl-cli tool and use it in testsFedor Indutny6-47/+19
2013-12-10test: test-os fix win32 localhost assumptionAlexis Campailla1-4/+1
2013-12-10test: test-os win32 adhere standard tmp resolutionAlexis Campailla1-8/+16
2013-12-10Merge branch 'v0.10'Fedor Indutny1-1/+28
2013-12-10fs: report correct path when EEXISTFedor Indutny1-1/+28
2013-12-10Merge branch 'v0.10'Fedor Indutny1-0/+58
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny1-0/+58
2013-12-10test: make fs-watch-recursive less racyFedor Indutny1-2/+7
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge1-0/+130
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine3-1/+91
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor1-0/+65
2013-12-06child_process: don't crash process on internal opsAlexis Campailla1-4/+10
2013-12-05tls: fix handling of asterisk in SNI contextFedor Indutny1-13/+21
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner1-0/+15
2013-12-02tls: fix pool usage raceFedor Indutny1-0/+69
2013-12-02process: document kill(0), disallow kill(O_RDWR)Sam Roberts1-1/+7
2013-12-02Merge branch 'v0.10'Fedor Indutny1-1/+9
2013-12-02tls: reset NPN callbacks after SNIFedor Indutny1-1/+9
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny1-0/+61
2013-11-27test: use os.EOL when checking outputAlexis Campailla3-4/+7
2013-11-26Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-0/+7
2013-11-26tls: add serialNumber to getPeerCertificate()Ben Noordhuis1-0/+1
2013-11-25util: Format negative zero as '-0'David Chan1-0/+4
2013-11-23node: fix removing AsyncListener in callbackVladimir Kurchatkin2-0/+87
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin1-0/+7
2013-11-20Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2-0/+21
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny1-0/+12
2013-11-19dgram: fix abort when getting `fd` of closed dgramFedor Indutny1-0/+9
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine4-0/+119
2013-11-16debugger: pass on v8 debug switchesBen Noordhuis1-0/+27
2013-11-13smalloc: check if object has external memoryTrevor Norris1-0/+19
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny1-0/+25
2013-11-13events: don't call once twiceTim Wood1-0/+16
2013-11-11repl: do not insert duplicates into completionsMaciej MaƂecki1-0/+3
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis1-44/+0
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny1-0/+75