3124 Commits (03d199276e21c1fa08d8df14eeb654c90cc5aa20)

Author SHA1 Message Date
Felix Geisendörfer 9fbd0f0f7d string_decoder: Fix failures from new test cases 11 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
Nick Muerdter 1df32af74a http: don't default OPTIONS to chunked encoding 11 years ago
cjihrig 72cc66e503 fs: close file if fstat() fails in readFile() 11 years ago
cjihrig c7b02034ef fs: close file if fstat() fails in readFile() 11 years ago
Raymond Feng 57c5655885 net: Ensure consistent binding to IPV6 if address is absent 11 years ago
Alexis Campailla c862c03485 tls: fix performance issue 11 years ago
Timothy J Fontaine 1bbb3cc00d lint: lib/_http_client.js 11 years ago
Ben Noordhuis a367f62adf child_process: don't throw on EMFILE/ENFILE 11 years ago
Kevin Decker d0c7d93536 http: Optimize queued client aborts 11 years ago
fengmk2 4729202d1e querystring: custom encode and decode 11 years ago
Ryan Cole f09b02786f child_process: add path to spawn ENOENT Error 11 years ago
cjihrig f1dc55d701 net: don't throw on net.Server.close() 11 years ago
Dan Kaplun 655ec2113a readline: fixes scoping bug 11 years ago
Greg Sabia Tucker 7bd08c5062 child_process: do not set args before throwing 11 years ago
Colin Ihrig 8ee9f04de6 fs: add consistent flag fall throughs 11 years ago
Dan Kaplun 4a90f51bfe readline: implements keypress buffering 11 years ago
Greg Sabia Tucker 92875501d2 child_process: spawn() does not throw TypeError 11 years ago
Yazhong Liu e1aa066fe1 readline: fix close event of readline.Interface() 11 years ago
Taojie 0f503cf0de src: fix spelling mistake 11 years ago
Nicholas Vavilov 5344d0c103 crypto, zlib: replace _binding with _handle 11 years ago
isaacs f7ede33f09 url: treat \ the same as / 11 years ago
Feross Aboukhadijeh 522dda2f12 buffer: Fix incorrect Buffer.compare behavior 11 years ago
Ben Noordhuis 17fbdc18b8 lib: name EventEmitter prototype methods 11 years ago
Vladimir Kurchatkin 82fca9136d stream: don't try to finish if buffer is not empty 11 years ago
Vladimir Kurchatkin d0fc5538d1 stream: split `objectMode` for Duplex 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Rod Vagg 250782d139 util: format as Error if instanceof Error 11 years ago
Ben Noordhuis bd24ab2bd7 http: add request.flush() method 11 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Fedor Indutny 77d1f4a91f tls: set _connecting before starting the flow 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Vladimir Kurchatkin 2c6b424829 events: check if _events is an own property 11 years ago
Trevor Norris c7f424e44b fs: return blksize on stats object 11 years ago
Fedor Indutny 1bd4f3a605 child_process: fix deadlock when sending handles 11 years ago
Yazhong Liu 940974ed03 net: deduplicate Socket.prototype.address 11 years ago
Fedor Indutny 2272052461 net: bind to `::` TCP address by default 11 years ago
goussardg 8e823bcbe6 buffer: return uint if MSB is 1 in readUInt32 11 years ago
Fedor Indutny 4c36f3e7e6 buffer: truncate buffer after string decode 11 years ago
Fedor Indutny 592be014b6
dgram: introduce `reuseAddr` option 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Evan Carroll 95dbb6bf64 util: made util.isArray a direct alias for Array.isArray 11 years ago
Alex Kocharin 42a33c1bb8 domain: don't crash on "throw null" 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
Nick Apperson d4fcb23e38 buffer: improve {read,write}{U}Int* methods 11 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Nathan Rajlich 6d15b163b0 http: better client "protocol not supported" error 11 years ago