3007 Commits (de9a444ab4c1219d36578b9594aee3d039564c3e)

Author SHA1 Message Date
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 11 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 11 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 10 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 10 years ago
Jackson Tian 4bd396a9bf net: Improve Socket.prototype.write() 10 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 10 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 11 years ago
Shigeki Ohtsu f6877f37b2 tls: add DHE-RSA-AES128-SHA256 to the def ciphers 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 11 years ago
Jackson Tian c0f30f6058 http: avoid create difference hidden class 11 years ago
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused 11 years ago
cjihrig 5086d6ef94 dns: throw if hostname is not string or falsey 11 years ago
Alex Kocharin b9960eefc2 http: fix bailout for writeHead 11 years ago
Jackson Tian a8845ebd45 dgram: remove new keyword from errnoException 11 years ago
Ezequiel Rabinovich 678ead2608 querystring: remove prepended ? from query field 11 years ago
Jackson Tian 931cbc175f lib: don't use emitter.listeners(type).length 11 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
cjihrig 6ea5d16731 dns: always set variable family in lookup() 11 years ago
Jackson Tian cc08106d62 fs: fix fs.readFileSync fd leak when get RangeError 11 years ago
Alexis Campailla 7ca4fa56d0 Cluster: fix shared handles on Windows 11 years ago
Jackson Tian 63a4268218 fs: fs.readFile should not throw uncaughtException 11 years ago
Trevor Norris e643fe4c4b dns: fix GetAddrInfo assert 11 years ago
cjihrig 430678640c net: don't prefer IPv4 addresses during resolution 11 years ago
Herman Lee 20229d6896 path: isAbsolute() should always return boolean 11 years ago
Sam Roberts 2fd7ee12d9 cluster: disconnect should not be synchronous 11 years ago
Lucio M. Tato 37c2a52833 path: fix slice OOB in trim 11 years ago
James Halliday 8e2cc69e78 stream: fix Readable.wrap objectMode falsy values 11 years ago
Jackson Tian bbb2dccd1b tls: throw an error, not string 11 years ago
cjihrig d287b8e58a cluster: support options in Worker constructor 11 years ago
Gabriel Wicke 4b59db008c Add fast path for simple URL parsing 11 years ago
Maciej Małecki 4f1ae11a62 module: eliminate double `getenv()` 11 years ago
Rod Vagg 9d281934df streams: remove unused require('assert') 11 years ago
Julien Gilli befbbad051 timers: backport f8193ab 11 years ago
Fedor Indutny ff6117b8ed Revert "Cluster: fix shared handles on Windows" 11 years ago
Alexis Campailla 4e68a28e20 Cluster: fix shared handles on Windows 11 years ago
Fedor Indutny 1a84ba2d66 repl: proper `setPrompt()` and `multiline` support 11 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 11 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 11 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 11 years ago
cjihrig e1fb1b58f9 cluster: enable error/message events using .worker 11 years ago
cjihrig 61ddad1314 querystring: do not add sep for empty array 11 years ago
Jackson Tian e1ce8ba639 net: add remoteFamily for socket 11 years ago
cjihrig ea89fdfec4 child_process: do not access stderr when stdio set to 'ignore' 11 years ago
Brian White 857975d5e7 tls_wrap: remove unused variable 11 years ago
Fedor Indutny 9d9fc3fa30 lib: jslint string_decoder.js 11 years ago
Chris Dickinson a96d6603b3 stream2: flush extant data on read of ended stream 11 years ago
Ryan Graham 04d6fc2c3f cluster: include settings object in 'setup' event 11 years ago
Ryan Graham b96e38ac3a cluster: allow multiple calls to setupMaster() 11 years ago