3247 Commits (a1c9ef314207c0ca6c1a6878543bec6c910f3667)

Author SHA1 Message Date
Arnout Kazemier 1c0ec71725 events: Output the event that is leaking 10 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 10 years ago
Fedor Indutny b5175003bc repl: fix multi-line input 11 years ago
Jonathan Reem 7fa4a9697d stream: only end reading on null, not undefined 10 years ago
Fedor Indutny a97bdef06d zlib: do not crash on write after close 11 years ago
Fedor Indutny 73343d5cee http: remove unused code block 11 years ago
cjihrig 2cae44f169 buffer: construct new buffer from buffer toJSON() output 10 years ago
Saúl Ibarra Corretgé 35b9580cd8
dns: introduce lookupService function 10 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 10 years ago
Chris Dickinson 61baefce1e dns: send lookup c-ares errors to callback 11 years ago
Fred K. Schott a55c60c715 module: document important methods 11 years ago
Yazhong Liu fcbffa71d0 tls: using %StringSplit to split `cert.subjectaltname` 10 years ago
Charles be8114e5c5 child_process: don't throw on EAGAIN 11 years ago
Ed Morley c08da463ad child_process: use full path for cmd.exe on Win32 11 years ago
Nick Apperson ee95e4f5f7 buffer: improve {read,write}{U}Int* methods 11 years ago
Xavi Magrinyà 1cd48c7ae5 console: console.dir() accepts options object 11 years ago
Xavi Magrinyà e00cafa311 Added support for options parameter in console.dir() 11 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Roman Klauke 4d04c7b5ee readline: remove doubled case. 11 years ago
Ryan Graham 4cd522d157 cluster: restore v0.10.x setupMaster() behaviour 11 years ago
Yazhong Liu ab50fad63b http: add 308 status_code, see RFC7238 11 years ago
Brian White 7fd5a4d096 fs: remove duplicate check 11 years ago
Felix Geisendörfer 80eff96829 string_decoder: Add more comments 11 years ago
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