2353 Commits (102a861ec2e79ee78d8b8526fa410aac5db18753)

Author SHA1 Message Date
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 10 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 10 years ago
Chris Dickinson 6e689ece46 crypto: use domains for any callback-taking method 10 years ago
Julien Gilli 8e60b4523c tests: add test for non-integer delay timers. 10 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago
Julien Gilli b0277f35bd tests: fix child-process-fork-dgram on SmartOS. 11 years ago
Julien Gilli 6f043940bd timers: fix timers with non-integer delay hanging. 11 years ago
Sam Roberts 2fd7ee12d9 cluster: disconnect should not be synchronous 11 years ago
James Halliday 8e2cc69e78 stream: fix Readable.wrap objectMode falsy values 11 years ago
Julien Gilli befbbad051 timers: backport f8193ab 11 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 11 years ago
Fedor Indutny 338ba2bc80 test: fix test-https-foafssl 11 years ago
Fedor Indutny 93390ffc20 test: fix test-tls-server-verify 11 years ago
Chris Dickinson a96d6603b3 stream2: flush extant data on read of ended stream 11 years ago
Fedor Indutny 11337db35f deps: cherry-pick eca441b2 from OpenSSL 11 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 11 years ago
Fedor Indutny a97bdef06d zlib: do not crash on write after close 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Felix Geisendörfer 22b839845c string_decoder: Improve test coverage 11 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
Greg Sabia Tucker 92875501d2 child_process: spawn() does not throw TypeError 11 years ago
Ben Noordhuis 17fbdc18b8 lib: name EventEmitter prototype methods 11 years ago
Rod Vagg 250782d139 util: format as Error if instanceof Error 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Fedor Indutny 1bd4f3a605 child_process: fix deadlock when sending handles 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Benoit Vallée a9d24fa40d test: test sending a handle twice 12 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Nathan Rajlich 47abdd9c43 test: add `agent: null` http client request test 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago