summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-12-20http: parse the status message in a http response.Cam Swords
2013-12-18util: more strict check for bool/number/stringYorkie
2013-12-12test: use s_client instead of curlLalit Kapoor
2013-12-11gyp: build openssl-cli tool and use it in testsFedor Indutny
2013-12-10test: test-os fix win32 localhost assumptionAlexis Campailla
2013-12-10test: test-os win32 adhere standard tmp resolutionAlexis Campailla
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10fs: report correct path when EEXISTFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-10test: make fs-watch-recursive less racyFedor Indutny
2013-12-10src: only access stack of defined errorsVladimir Kurchatkin
2013-12-10test: fix create-file test fixtureAlexis Campailla
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor
2013-12-06child_process: don't crash process on internal opsAlexis Campailla
2013-12-05tls: fix handling of asterisk in SNI contextFedor Indutny
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner
2013-12-02tls: fix pool usage raceFedor Indutny
2013-12-02process: document kill(0), disallow kill(O_RDWR)Sam Roberts
2013-12-02Merge branch 'v0.10'Fedor Indutny
2013-12-02tls: reset NPN callbacks after SNIFedor Indutny
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny
2013-11-27test: use os.EOL when checking outputAlexis Campailla
2013-11-26Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-26tls: add serialNumber to getPeerCertificate()Ben Noordhuis
2013-11-25util: Format negative zero as '-0'David Chan
2013-11-23node: fix removing AsyncListener in callbackVladimir Kurchatkin
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin
2013-11-21node: allow nextTick infinite recursionTrevor Norris
2013-11-20Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny
2013-11-19dgram: fix abort when getting `fd` of closed dgramFedor Indutny
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-16debugger: pass on v8 debug switchesBen Noordhuis
2013-11-13smalloc: check if object has external memoryTrevor Norris
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny
2013-11-13events: don't call once twiceTim Wood
2013-11-11repl: do not insert duplicates into completionsMaciej MaƂecki
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny
2013-11-07http: force socket encoding to be nullisaacs
2013-11-07http: cleanup freeSockets when socket destroyedfengmk2
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny
2013-11-05fs: make fs.watch() non-recursive by defaultBen Noordhuis
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer
2013-11-01test: fix async listener test for windowsTrevor Norris
2013-10-31test: add additional async listener testsJacob Groundwater