2380 Commits (e5eec71b2c26a6e426225747a4f13e6ca34b3877)

Author SHA1 Message Date
Сковорода Никита Андреевич fc259c7dc4 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis 0d7e21ee7b lib: make tls.checkServerIdentity() more strict 9 years ago
Evan Lucas 3614a173d0 http: check reason chars in writeHead 9 years ago
Evan Lucas f2433430ca http: disallow sending obviously invalid status codes 9 years ago
Shigeki Ohtsu 6bb86e727a test: change tls tests not to use LOW cipher 9 years ago
Ben Noordhuis f8cb0dcf67 crypto,tls: remove SSLv2 support 9 years ago
Ben Noordhuis e483f3fd26 test: fix hanging http obstext test 9 years ago
James M Snell 1e45a6111c deps: update http-parser to version 1.2 9 years ago
Julien Gilli 563c359f5c domains: fix handling of uncaught exceptions 9 years ago
James M Snell 5c94624a25 http: strictly forbid invalid characters from headers 9 years ago
James M Snell 375f35514c deps: update http-parser to version 1.1 9 years ago
skenqbx 75c84b2439 test: add test for https agent servername option 10 years ago
Alexis Campailla 841a6dd264 test: mark more tests as flaky 10 years ago
Alexis Campailla a7fee30da1 test: mark test-tls-securepair-server as flaky 10 years ago
Julien Gilli 7df57703dd test: mark test-net-error-twice flaky on SmartOS 10 years ago
Julien Gilli e10892cccc test: make test-abort-fatal-error non flaky 10 years ago
Alexis Campailla a2f879f197 test: mark recently failing tests as flaky 10 years ago
Timothy J Fontaine 3bb8174b94 test: refactor to use common testcfg 11 years ago
Julien Gilli dcb7ef2e40 tls: revert disable RC4 and cipher lists changes 10 years ago
Julien Gilli d38e865fce timers: fix timeout when added in timer's callback 10 years ago
James M Snell 67d9a56251 tls: disable RC4, add --cipher-list command line switch 10 years ago
Jonas Dohse f2a45caf2e domains: fix stack clearing after error handled 10 years ago
Julien Gilli a5be84fe9b url: revert reslove urls with . and .. 10 years ago
Julien Gilli c8239c08d7 console: allow Object.prototype fields as labels 10 years ago
Amir Saboury ad0684807c url: reslove urls with . and .. 10 years ago
Fedor Indutny 9e387fb611 test: fix crypto-stream after openssl update 10 years ago
cjihrig 0a430b9aec test: backport use executable in spawn() test 10 years ago
Julien Gilli fd2cb7c611 timers: don't mutate unref list while iterating it 10 years ago
Chris Dickinson 1425ccd1b2 src: re-add 1024-bit SSL certs removed by f9456a2 10 years ago
Julien Gilli 78db74dd88 timers: don't close interval timers when unrefd 10 years ago
cjihrig f75a8ad723 test: remove redundant code in test 10 years ago
Julien Gilli 934bfe23a1 timers: Avoid linear scan in _unrefActive. 11 years ago
Julien Gilli caeb67735b domains: fix issues with abort on uncaught 10 years ago
Sam Roberts 8032a21025 test: test all spawn parameter positions 10 years ago
Sam Roberts 70dafa7b62 child_process: check fork args is an array 10 years ago
Sam Roberts e17c5a72b2 child_process: check execFile args is an array 10 years ago
Sam Roberts 2ff29cc7e3 test: use assert.throw to test exceptions 10 years ago
Julien Gilli 8d045a30e9 tests: add TLS tests matrix 10 years ago
Timothy J Fontaine b9283cf9d1 tls: honorCipherOrder should not degrade defaults 10 years ago
Fedor Indutny 1349b680ba crypto: allow forcing SSLv2/v3 via secureProtocol 10 years ago
Timothy J Fontaine 3859fbdb7d test: fix test-net-listen-fd0 for pipes 11 years ago
Timothy J Fontaine 2afa3d8a03 test: crypto-domains avoid spurious failures 10 years ago
Timothy J Fontaine d601c76f4d crypto: allow runtime opt in using SSLv2/SSLv3 10 years ago
Fedor Indutny 707cc25011 test: fix test-crypto-stream 10 years ago
Timothy J Fontaine 2b7c8a2f02 test: check for multi-localhost support 10 years ago
cjihrig 542ac7f3d2 child_process: properly support optional args 11 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 11 years ago
Chris Dickinson 6e689ece46 crypto: use domains for any callback-taking method 11 years ago
Julien Gilli 8e60b4523c tests: add test for non-integer delay timers. 11 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 11 years ago