summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-10-29src: accept passphrase when crypto signing with private keyThom Seddon
2013-10-28dgram: send() can accept stringsTrevor Norris
2013-10-28vm: Copy missing properties from contextisaacs
2013-10-28http: remove MethodToString()Ben Noordhuis
2013-10-28http: expose supported methodsBen Noordhuis
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-23http client: pull last chunk on socket closeisaacs
2013-10-23test: fix up weakref.cc after v8 api changeBen Noordhuis
2013-10-23src: update after v8 api changesBen Noordhuis
2013-10-18crypto: clear errors from verify failureTimothy J Fontaine
2013-10-16http: add statusMessagePatrik Stutz
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-10-16dns: set hostname property on error objectBen Noordhuis
2013-10-16debugger: fix SIGUSR1 bootstrap race conditionBen Noordhuis
2013-10-16debugger: make busy loops SIGUSR1-interruptibleBen Noordhuis
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-10-16crypto: add SPKAC supportJason Gerfen
2013-10-15Revert "crypto: add SPKAC support"isaacs
2013-10-13crypto: add SPKAC supportJason Gerfen
2013-10-15util: format as Error if instanceof ErrorRod Vagg
2013-10-14cluster: fix premature 'disconnect' eventBen Noordhuis
2013-10-11buffer: add buf.toArrayBuffer() APITrevor Norris
2013-10-11assert: indicate if exception message is generatedGlen Mailer
2013-10-10test: use proper findjsobjects output formatDave Pacheco
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-10-01test: update require path after file moveBen Noordhuis
2013-10-01debugger: repeat last commandAlex Kocharin
2013-09-26test: add regression test for #6235Timothy J Fontaine
2013-09-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny
2013-09-23readline: handle input starting with control charsEric Schrock
2013-09-20src: initialize c-ares task list on env initBen Noordhuis
2013-09-19net: add a port validation to `connect`Maciej MaƂecki
2013-09-15contextify: fix ContextifyContext leakFedor Indutny
2013-09-14http: don't pass the request options to AgentNathan Rajlich
2013-09-13tls: don't push() incoming data when ondata is setNathan Rajlich
2013-09-12contextify: dealloc only after global and sandboxFedor Indutny
2013-09-09tls: fix setting NPN protocolsFedor Indutny
2013-09-09test: move slow tests to test/pummel/Ben Noordhuis
2013-09-06process: use exit 1 for uncaughtExceptionisaacs
2013-09-06process: Fix regression from a5dba82isaacs
2013-09-06process: Use exit code 8 consistentlyisaacs
2013-09-06process: Add exitCode propertyisaacs
2013-09-06test: don't call process.exit() in debugger testsBen Noordhuis
2013-09-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-09-05handle_wrap: properly don't abort on unwrapTrevor Norris
2013-09-05stream: objectMode transforms allow falsey valuesisaacs
2013-09-05test: move slow test from simple/ to pummel/Ben Noordhuis
2013-09-05tls: socket.renegotiate(options, callback)Fedor Indutny
2013-09-04http: Only send connection:keep-alive if necessaryisaacs