3842 Commits (4f925dd1844f104e5a4e94ffc86783afcabeed82)

Author SHA1 Message Date
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Evan Lucas 0f8e63caff dns: throw a TypeError in lookupService with invalid port 9 years ago
Rich Trott 06a5072b38 stream: refactor redeclared variables 9 years ago
Benjamin Gruenbaum c00d08f5ec fs: remove unused branches 9 years ago
Trevor Norris 7240ad4441 buffer: allow encoding param to collapse 9 years ago
Fedor Indutny 6712a1faa5 internal/child_process: call postSend on error 9 years ago
Tom Gallacher a1163582c5 crypto: pbkdf2 deprecate digest overload. 9 years ago
Tom Atkinson 5f6dfab832 http: remove reference to onParserExecute 9 years ago
José Moreira 5ef9989bd6 net: add net.listening boolean property over a getter 9 years ago
Evan Lucas df4d209ad5 stream: prevent object map change in ReadableState 9 years ago
cjihrig eee9dc7e9d Revert "stream: add bytesRead property for readable" 9 years ago
Jackson Tian 8d0ca10752 buffer: make byteLength work with Buffer correctly 9 years ago
Ben Ripkens 5f57005ec9 v8,src: expose statistics about heap spaces 9 years ago
Kohei TAKATA ad63d350d4 readline: Remove XXX and output debuglog 9 years ago
Peter Geiss 83d2b7707e buffer: remove unnecessary TODO comments 9 years ago
Evan Lucas da550aa063 repl: make sure historyPath is trimmed 9 years ago
Michaël Zasso 0ec093cd41 lib,test: remove extra semicolons 9 years ago
Rich Trott 66b9c0d8bd debugger: remove variable redeclarations 9 years ago
Rich Trott 19f700859b module: revert "optimize js and json file i/o" 9 years ago
Rich Trott 3441a4178b fs: revert "change statSync to accessSync..." 9 years ago
Dave f9a59c1d3b events: make sure console functions exist 9 years ago
Brian White 4bc1a47761 querystring: improve parse() performance 9 years ago
Jackson Tian bfb2cd0bfd stream: add bytesRead property for readable 9 years ago
Santiago Gimeno 9571be12f6 cluster: fix race condition setting suicide prop 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Julien Gilli 90204cc468 domains: clear stack when no error handler 9 years ago
Brian White 88b2889679 dgram: prevent disabled optimization of bind() 9 years ago
Daniel Sellers d755432fa9 http: improves expect header handling 9 years ago
Ben Noordhuis 7c60328002 module: optimize js and json file i/o 9 years ago
Ben Noordhuis 038b636562 module: avoid ArgumentsAdaptorTrampoline frame 9 years ago
Ben Noordhuis 83f8d98806 module: cache stat() results more aggressively 9 years ago
Ben Noordhuis 809bf5e38c fs: change statSync to accessSync in realpathSync 9 years ago
Evan Lucas 3a7f106b8c net: remove hot path comment from connect 9 years ago
Fedor Indutny 5a2445b0c0 tls_legacy: do not read on OpenSSL's stack 9 years ago
Saquib 6039a7c1b5 fs: add autoClose option to fs.createWriteStream 9 years ago
Rich Trott bbaf0f926d http: remove variable redeclaration 9 years ago
Andres Suarez 1285671283 module: move unnecessary work for early return 9 years ago
Mudit Ameta e2f47f5698 util: Change how Error objects are formatted 9 years ago
zoubin ce9c93cac0 stream: remove useless if test in transform 9 years ago
Feross Aboukhadijeh 101bca988c buffer: remove deprecated buffer.get/.set methods 9 years ago
James M Snell adf41b9017 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague c64018e1d1 net: fix dns lookup for android 9 years ago
Santiago Gimeno f9f1dd9290 cluster: ignore queryServer msgs on disconnection 9 years ago
Fedor Indutny 5f76b24e5e http: overridable `clientError` 9 years ago
Fedor Indutny 1ab6b21360 tls: rename `clientError` to `tlsClientError` 9 years ago
Feross Aboukhadijeh 2b15e68bbe fs: fs.read into zero buffer should not throw exception 9 years ago
Mathias Buus 3b27dd5ce1 buffer: throw if both length and enc are passed 9 years ago
José F. Romaniello 5a2541de81 http: handle errors on idle sockets 9 years ago
Anna Henningsen ac153bd2a6 timers: fail early when callback is not a function 9 years ago
Nik Nyby 46eee3018b doc: fix spelling error in lib/url.js comment 9 years ago