summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2015-10-23fs: pass err to callback if buffer is too bigEvan Lucas
2015-10-23buffer: don't CHECK on zero-sized reallocBen Noordhuis
2015-10-23test: add node::MakeCallback() test coverageBen Noordhuis
2015-10-23test: disable test-tick-processor - aix and be ppcMichael Dawson
2015-10-21node: improve GetActiveRequests performanceTrevor Norris
2015-10-21lib: avoid REPL exit on completion errorRich Trott
2015-10-21test: harden test-child-process-fork-regr-gh-2847Michael Dawson
2015-10-21test: fix test-net-keepalive for AIXImran Iqbal
2015-10-20test: fix flaky test-child-process-emfileRich Trott
2015-10-20tls: TLSSocket options default isServer falseYuval Brik
2015-10-20test: remove flaky status from eval_messages testRich Trott
2015-10-20test: skip test-dns-ipv6.js if ipv6 is unavailableJunliang Yan
2015-10-20timers: reuse timer in `setTimeout().unref()`Fedor Indutny
2015-10-20test: fix flaky test for symlinksRich Trott
2015-10-20test: repl-persistent-history is no longer flakyJeremiah Senkpiel
2015-10-19zlib: decompression throw on truncated inputYuval Brik
2015-10-19util: Remove p, has been deprecated for yearsWyatt Preul
2015-10-19repl: limit persistent history correctly on loadJeremiah Senkpiel
2015-10-19test: cleanup, improve repl-persistent-historyJeremiah Senkpiel
2015-10-17tls: add `options` argument to createSecurePairКоренберг Марк
2015-10-16fs: add file descriptor support to *File() funcsJohannes Wüller
2015-10-16test: add Symbol test for assert.deepEqual()Rich Trott
2015-10-16console: sub-millisecond accuracy for console.timeMichaël Zasso
2015-10-16test: port domains regression test from v0.10Jonas Dohse
2015-10-16test: apply correct assert.fail() argumentsRich Trott
2015-10-16tls: add minDHSize option to tls.connect()Shigeki Ohtsu