3027 Commits (8dc6be1747d3a48af56f89e973ecb5665f89a2e1)

Author SHA1 Message Date
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
Fedor Indutny 7f86baf5c7 child_process: handle writeUtf8String error 11 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 11 years ago
Ryan Graham 245469587c lib: noisy deprecation of child_process customFds 11 years ago
Andrew Oppenlander e1fec22f97 streams: set default hwm properly for Duplex 11 years ago
Robert Kowalski 46ccb201cb module: don't require fs several times 11 years ago
Ed Umansky df205360f5 net: reset `errorEmitted` on reconnect 11 years ago
Trevor Norris 803c3f0aa0 lint: fix indentation 11 years ago
Andrius Bentkus a382c9a97c udp: make it possible to receive empty udp packets 11 years ago
Fedor Indutny e345253562 tls: better error reporting at cert validation 11 years ago
Fedor Indutny ae1e325e8a child_process: accept uid/gid everywhere 11 years ago
Eli Skeggs 1100f3de7a net: don't emit listening if handle is closed 11 years ago
Arnout Kazemier 1c0ec71725 events: Output the event that is leaking 11 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 11 years ago
Fedor Indutny b5175003bc repl: fix multi-line input 11 years ago
Jonathan Reem 7fa4a9697d stream: only end reading on null, not undefined 11 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 11 years ago
Saúl Ibarra Corretgé 35b9580cd8
dns: introduce lookupService function 11 years ago
Fedor Indutny c147e81091
crypto: add `honorCipherOrder` argument 11 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` 11 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