3030 Commits (83d7d9e6d81fc35764a9000b6d7b17a0e7d8cc92)

Author SHA1 Message Date
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris e9ca7b9d8d buffer: mv floating point read/write checks to JS 10 years ago
Julien Gilli 862cc28183 readline: should not require an output stream. 10 years ago
Gabriel Wicke b705b73e46 url: make query() consistent 10 years ago
Jackson Tian 1781c8b85b http: Improve _addHeaderLines method 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Trevor Norris 979d0ca874 http: cleanup setHeader() 10 years ago
cjihrig 9d95774722 child_process: improve spawn() argument handling 10 years ago
Jicheng Li f3473d7db6 readline: fix performance issue when large line 10 years ago
Patrick Mooney b26dd4e5ab net: Make server.connections un-enumerable 10 years ago
Trevor Norris 7c3c51b8ff buffer: fix map and set parent to undefined 10 years ago
Julien Gilli 64d6de9f34 http: write() after end() emits an error. 10 years ago
Kang-Hao Kenny 4c9b30db67 buffer: improve Buffer constructor 10 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 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 11 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 10 years ago
Ben Noordhuis 299cf84490 lib: unexport http.parsers 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 11 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 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
Mathias Bynens b869797a2d url: Add support for RFC 3490 separators 11 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 10 years ago
Jackson Tian c0f30f6058 http: avoid create difference hidden class 10 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