summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-11-13smalloc: check if object has external memoryTrevor Norris1-0/+19
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis1-44/+0
2013-11-07http: force socket encoding to be nullisaacs1-0/+39
2013-11-07http: cleanup freeSockets when socket destroyedfengmk21-0/+144
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny1-11/+19
2013-11-05fs: make fs.watch() non-recursive by defaultBen Noordhuis1-0/+49
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich1-2/+2
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer22-143/+311
2013-11-01test: fix async listener test for windowsTrevor Norris1-3/+3
2013-10-31test: add additional async listener testsJacob Groundwater11-2/+667
2013-10-31domain: use AsyncListener APITrevor Norris1-2/+2
2013-10-31crypto: convert RandomBytesRequest to a classTrevor Norris1-0/+3
2013-10-31async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris3-0/+336
2013-10-31node: add AsyncListener supportTrevor Norris5-4/+562
2013-10-31test: fix tls-client-reject after ba7c9ce96Fedor Indutny1-2/+6
2013-10-31tls: reuse hostname from underlying net.SocketFedor Indutny1-0/+42
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons1-0/+64
2013-10-29src: accept passphrase when crypto signing with private keyThom Seddon3-6/+104
2013-10-28dgram: send() can accept stringsTrevor Norris3-5/+13
2013-10-28vm: Copy missing properties from contextisaacs2-0/+93
2013-10-28http: remove MethodToString()Ben Noordhuis1-11/+13
2013-10-28http: expose supported methodsBen Noordhuis1-0/+32
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine3-1/+128
2013-10-23http client: pull last chunk on socket closeisaacs1-0/+74
2013-10-23test: fix up weakref.cc after v8 api changeBen Noordhuis1-15/+12
2013-10-23src: update after v8 api changesBen Noordhuis1-0/+1
2013-10-18crypto: clear errors from verify failureTimothy J Fontaine1-0/+81
2013-10-16http: add statusMessagePatrik Stutz1-0/+50
2013-10-16http: provide backpressure for pipeline floodisaacs1-0/+114
2013-10-16dns: set hostname property on error objectBen Noordhuis1-0/+39
2013-10-16debugger: fix SIGUSR1 bootstrap race conditionBen Noordhuis1-4/+12
2013-10-16debugger: make busy loops SIGUSR1-interruptibleBen Noordhuis5-25/+16
2013-10-16http: provide backpressure for pipeline floodisaacs1-0/+113
2013-10-16crypto: add SPKAC supportJason Gerfen4-0/+62
2013-10-15Revert "crypto: add SPKAC support"isaacs4-62/+0
2013-10-13crypto: add SPKAC supportJason Gerfen4-0/+62
2013-10-15util: format as Error if instanceof ErrorRod Vagg2-1/+11
2013-10-14cluster: fix premature 'disconnect' eventBen Noordhuis1-0/+34
2013-10-11buffer: add buf.toArrayBuffer() APITrevor Norris1-0/+12
2013-10-11assert: indicate if exception message is generatedGlen Mailer1-0/+4
2013-10-10test: use proper findjsobjects output formatDave Pacheco1-1/+1
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis1-0/+44
2013-10-01test: update require path after file moveBen Noordhuis1-1/+1
2013-10-01debugger: repeat last commandAlex Kocharin2-1/+65
2013-09-26test: add regression test for #6235Timothy J Fontaine1-0/+27
2013-09-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2-2/+24
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny1-0/+87
2013-09-23readline: handle input starting with control charsEric Schrock1-0/+12
2013-09-20src: initialize c-ares task list on env initBen Noordhuis1-0/+26
2013-09-19net: add a port validation to `connect`Maciej MaƂecki1-0/+6