3705 Commits (b33879d9e287aab0129e8d67ceb4852b9d1be48e)

Author SHA1 Message Date
Rich Trott ba81d152ec repl: remove variable redeclaration 9 years ago
Rich Trott 260512677b net: refactor redeclared variables 9 years ago
Rich Trott 1800bf4142 dgram: scope redeclared variables 9 years ago
Rich Trott 0c113e8fde module: refactor redeclared variable 9 years ago
Manuel Valls 27def4faf2 querystring: use String.prototype.split's limit 9 years ago
Michaël Zasso d2dc234def buffer: validate list elements in Buffer.concat 9 years ago
Evan Lucas 6cbbfef994 net: move isLegalPort to internal/net 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Rich Trott 2ac47f87a4 buffer: refactor redeclared variables 9 years ago
Kári Tristan Helgason fcae05e4b5 url: change scoping of variables with let 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
cjihrig c3bb4b1aa5 child_process: add shell option to spawn() 9 years ago
Rich Trott 6a73dbad51 tls: scope loop vars with let 9 years ago
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