2833 Commits (7fd35e6ea43ece7ef40d50820a80d798eceaa362)

Author SHA1 Message Date
Julien Gilli 64d6de9f34 http: write() after end() emits an error. 10 years ago
Vladimir Kurchatkin 30bd7b672c node: support v8 microtask queue 10 years ago
Julien Gilli 9c992bdb75 test: add test for cluster.worker.destroy() 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
Ben Noordhuis 21e60643b0 lib, src: add vm.runInDebugContext() 10 years ago
Maciej Małecki 174f7d2820 dns: include host name in error message if available 10 years ago
Adam Lippai 11d57a535c tls: fix encoding in certificate-related functions 10 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 10 years ago
cjihrig 86bb7fa5cd test: listen on exclusive port in cluster workers 10 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 10 years ago
Trevor Norris 81a9739108 node,async-wrap: verify domain enter/exit are set 10 years ago
Julien Gilli 8e60b4523c tests: add test for non-integer delay timers. 10 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 10 years ago
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused 10 years ago
cjihrig 5086d6ef94 dns: throw if hostname is not string or falsey 10 years ago
Alexis Campailla 0d357fa135 test: fix dns test 10 years ago
Julien Gilli 0565d52a71 tests: don't assume IPv4 only in remote addr tests 10 years ago
Fedor Indutny c7b42fe2e5 test: check ipv6 support before testing it 10 years ago
Julien Gilli f5f5bd76e6 tests: do not hardcode service name in test-dns. 10 years ago
Julien Gilli 7d1860a678 tests: fix invalid hints flags dns test. 10 years ago
Ezequiel Rabinovich 678ead2608 querystring: remove prepended ? from query field 10 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Alexis Campailla 2a415358ee test: fix test-process-kill-pid on Windows 10 years ago
Julien Gilli b0277f35bd tests: fix child-process-fork-dgram on SmartOS. 10 years ago
Jackson Tian 63a4268218 fs: fs.readFile should not throw uncaughtException 10 years ago
cjihrig 430678640c net: don't prefer IPv4 addresses during resolution 11 years ago
Julien Gilli 7da63a10ac test: fix test-net-remote-address-port 10 years ago
Julien Gilli 6f043940bd timers: fix timers with non-integer delay hanging. 10 years ago
Jackson Tian 962e651476 process: improve process binding 10 years ago
Fedor Indutny 47a103a029 test: disable 0-dgram tests on darwin 10 years ago
Sam Roberts 2fd7ee12d9 cluster: disconnect should not be synchronous 10 years ago
Sam Roberts aab126bb06 test: assert cluster.disconnect is async 10 years ago
James Halliday 8e2cc69e78 stream: fix Readable.wrap objectMode falsy values 11 years ago
cjihrig d287b8e58a cluster: support options in Worker constructor 10 years ago
Julien Gilli befbbad051 timers: backport f8193ab 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 10 years ago
Sam Roberts bae019f182 cluster: test events emit on cluster.worker 10 years ago
Julien Gilli 0381cf5698 tests: fix internet/test-dns.js 10 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 10 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 10 years ago
Julien Gilli ef3c4ed3dd tests: fix process.kill pid test. 10 years ago
cjihrig e1fb1b58f9 cluster: enable error/message events using .worker 10 years ago
Sam Roberts 832ec1cd50 process: throw TypeError if kill pid not a number 10 years ago
cjihrig 61ddad1314 querystring: do not add sep for empty array 10 years ago