summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-16crypto: use domains for any callback-taking methodChris Dickinson
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej MaƂecki
2014-09-15tls: fix encoding in certificate-related functionsAdam Lippai
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-04test: listen on exclusive port in cluster workerscjihrig
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-09-02node,async-wrap: verify domain enter/exit are setTrevor Norris
2014-09-02tests: add test for non-integer delay timers.Julien Gilli
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27querystring: fix unescape overrideTristan Berger
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson
2014-08-20dns: throw if hostname is not string or falseycjihrig
2014-08-13test: fix dns testAlexis Campailla
2014-08-13tests: don't assume IPv4 only in remote addr testsJulien Gilli
2014-08-13test: check ipv6 support before testing itFedor Indutny
2014-08-13tests: do not hardcode service name in test-dns.Julien Gilli
2014-08-13tests: fix invalid hints flags dns test.Julien Gilli
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich
2014-08-11crypto: add RSA encryptionseishun
2014-08-07test: fix test-process-kill-pid on WindowsAlexis Campailla
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-07tests: fix child-process-fork-dgram on SmartOS.Julien Gilli
2014-08-05fs: fs.readFile should not throw uncaughtExceptionJackson Tian
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-08-04test: fix test-net-remote-address-portJulien Gilli
2014-08-04timers: fix timers with non-integer delay hanging.Julien Gilli
2014-08-02process: improve process bindingJackson Tian
2014-08-02test: disable 0-dgram tests on darwinFedor Indutny
2014-08-02cluster: disconnect should not be synchronousSam Roberts
2014-08-02test: assert cluster.disconnect is asyncSam Roberts
2014-08-01stream: fix Readable.wrap objectMode falsy valuesJames Halliday
2014-08-01cluster: support options in Worker constructorcjihrig
2014-07-31timers: backport f8193abJulien Gilli
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny
2014-07-31cluster: test events emit on cluster.workerSam Roberts
2014-07-30tests: fix internet/test-dns.jsJulien Gilli
2014-07-29repl: fix overwrite for this._promptYazhong Liu
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-29buffer: fix sign overflow in `readUIn32BE`Fedor Indutny
2014-07-28tests: fix process.kill pid test.Julien Gilli
2014-07-28cluster: enable error/message events using .workercjihrig
2014-07-28process: throw TypeError if kill pid not a numberSam Roberts
2014-07-24querystring: do not add sep for empty arraycjihrig