aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-11-14test: add test-zlib-flush-drainMyles Borins
2015-11-14test: add hasFipsCrypto to test/common.jsStefan Budeanu
2015-11-14test: add test for invalid DSA key sizeStefan Budeanu
2015-11-14util: improve typed array formattingBen Noordhuis
2015-11-13test: Fix test-cluster-worker-exit.js for AIXImran Iqbal
2015-11-13test: run pipeline flood test in parallelRich Trott
2015-11-13test: stronger crypto in test fixturesStefan Budeanu
2015-11-13querystring: Parse multiple separator charactersYosuke Furukawa
2015-11-13tls: copy client CAs and cert store on CertCbFedor Indutny
2015-11-13console: delete timers that have endedVladimir Varankin
2015-11-13test: refactor test-http-pipeline-floodRich Trott
2015-11-13test: fix flaky test test-http-pipeline-floodDevin Nakamura
2015-11-11cluster: send suicide message on disconnectcjihrig
2015-11-11lib,test: remove publicly exposed freelistcjihrig
2015-11-10tools: Use `throw new Error()` consistentlyRich Trott
2015-11-10src: force line buffering for stderrRich Trott
2015-11-10test: enhance fs-watch-recursive testSakthipriyan Vairamani
2015-11-10test: fix test-module-loading-error for muslHugues Malphettes
2015-11-10test: fix tests that check error messagescjihrig
2015-11-09test: use really invalid hostnameSakthipriyan Vairamani
2015-11-06async_wrap: call callback in destructorTrevor Norris
2015-11-06async_wrap: allow some hooks to be optionalTrevor Norris
2015-11-06cluster: remove handles when disconnecting workerBen Noordhuis
2015-11-04test: fix test-net-persistent-keepalive for AIXImran Iqbal
2015-11-03repl: don't crash if cannot open history fileEvan Lucas
2015-11-03test: more regression tests for minDHSize optionBen Noordhuis
2015-11-03test: add regression test for 512 bits DH keyBen Noordhuis
2015-11-02test: mark http-pipeline-flood flakyRich Trott
2015-11-02test: remove flaky designation from ls-no-sslv3Rich Trott
2015-11-02buffer: neuter external `nullptr` buffersFedor Indutny
2015-10-29lib: return boolean from child.send()Rich Trott
2015-10-29src: wrap source before doing syntax checkEvan Lucas
2015-10-29test: add regression test for --debug-brk -e 0Ben Noordhuis
2015-10-29child_process: don't fork bomb ourselves from -eBen Noordhuis
2015-10-28lib,doc: return boolean from child.send()Rich Trott
2015-10-28test: fix heap-profiler link error LNK1194 on winJunliang Yan
2015-10-28test: fix missing unistd.h on windowsJunliang Yan
2015-10-28test: split independent tests into separate filesRich Trott
2015-10-28test: use port number from env in tls socket testStefan Budeanu
2015-10-28repl: handle comments properlySakthipriyan Vairamani
2015-10-27lib,test: update let to const where applicableSakthipriyan Vairamani
2015-10-27lib: fix cluster handle leakRich Trott
2015-10-27util: make inherits work with classesMichaël Zasso
2015-10-27http{s}: don't connect to localhost on invalid URLSakthipriyan Vairamani
2015-10-26buffer: fix value check for writeUInt{B,L}ETrevor Norris
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-26test: improve tests for util.inheritsMichaël Zasso
2015-10-25fs: don't throw in read if buffer too bigEvan Lucas
2015-10-25test: print helpful err msg on test-dns-ipv6.jsJunliang Yan
2015-10-24test: wrap assert.fail when passed to callbackMyles Borins