summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-082-1/+71
* domains: fix stack clearing after error handledJonas Dohse2015-03-101-0/+41
* url: revert reslove urls with . and ..Julien Gilli2015-03-061-8/+0
* console: allow Object.prototype fields as labelsJulien Gilli2015-02-171-8/+21
* url: reslove urls with . and ..Amir Saboury2015-02-091-0/+8
* test: fix crypto-stream after openssl updateFedor Indutny2015-01-211-1/+1
* test: backport use executable in spawn() testcjihrig2015-01-131-4/+4
* timers: don't mutate unref list while iterating itJulien Gilli2014-12-223-0/+177
* src: re-add 1024-bit SSL certs removed by f9456a2Chris Dickinson2014-12-191-0/+26
* timers: don't close interval timers when unrefdJulien Gilli2014-12-191-0/+39
* test: remove redundant code in testcjihrig2014-12-171-6/+0
* timers: Avoid linear scan in _unrefActive.Julien Gilli2014-12-161-0/+71
* domains: fix issues with abort on uncaughtJulien Gilli2014-11-182-0/+289
* test: test all spawn parameter positionsSam Roberts2014-11-181-21/+72
* child_process: check fork args is an arraySam Roberts2014-11-181-0/+11
* child_process: check execFile args is an arraySam Roberts2014-11-181-0/+11
* test: use assert.throw to test exceptionsSam Roberts2014-11-181-20/+8
* tests: add TLS tests matrixv0.10.33v0.10.33-releaseJulien Gilli2014-10-233-0/+745
* tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-231-0/+131
* crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-204-216/+0
* test: fix test-net-listen-fd0 for pipesTimothy J Fontaine2014-10-151-3/+7
* test: crypto-domains avoid spurious failuresTimothy J Fontaine2014-10-151-1/+7
* crypto: allow runtime opt in using SSLv2/SSLv3Timothy J Fontaine2014-10-154-0/+216
* test: fix test-crypto-streamFedor Indutny2014-10-151-2/+1
* test: check for multi-localhost supportTimothy J Fontaine2014-10-133-2/+10
* child_process: properly support optional argscjihrig2014-09-171-2/+8
* http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-23/+35
* crypto: use domains for any callback-taking methodChris Dickinson2014-09-161-0/+44
* tests: add test for non-integer delay timers.Julien Gilli2014-09-021-0/+50
* querystring: fix unescape overrideTristan Berger2014-08-271-0/+8
* tests: fix child-process-fork-dgram on SmartOS.Julien Gilli2014-08-071-24/+38
* timers: fix timers with non-integer delay hanging.Julien Gilli2014-08-041-0/+33
* cluster: disconnect should not be synchronousSam Roberts2014-08-021-0/+36
* stream: fix Readable.wrap objectMode falsy valuesJames Halliday2014-08-011-0/+3
* timers: backport f8193abJulien Gilli2014-07-313-0/+162
* buffer: fix sign overflow in `readUIn32BE`Fedor Indutny2014-07-291-0/+16
* test: fix test-https-foafsslFedor Indutny2014-07-231-12/+23
* test: fix test-tls-server-verifyFedor Indutny2014-07-2322-152/+204
* stream2: flush extant data on read of ended streamChris Dickinson2014-07-151-0/+58
* deps: cherry-pick eca441b2 from OpenSSLFedor Indutny2014-07-031-0/+31
* Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-302-44/+1
* zlib: do not crash on write after closeFedor Indutny2014-06-271-0/+40
* string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-061-0/+12
* string_decoder: Improve test coverageFelix Geisendörfer2014-06-061-123/+82
* stream: start old-mode read in a next tickFedor Indutny2014-06-052-1/+44
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-0/+42
* lib: name EventEmitter prototype methodsBen Noordhuis2014-05-072-4/+36
* util: format as Error if instanceof ErrorRod Vagg2014-04-262-1/+11
* url: treat \ the same as /isaacs2014-04-151-0/+26
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-0/+65