3571 Commits (51204b8e538c383fc2c29a825d803d00facb01e7)

Author SHA1 Message Date
Rich Trott d3e8e21b1f lib: remove string_decoder.js var redeclarations 9 years ago
Rich Trott ff7577214c repl: remove variable redeclaration 9 years ago
Rich Trott 4079b5e858 lib: scope loop variables 9 years ago
Rich Trott 46b6191ac5 net: refactor redeclared variables 9 years ago
Rich Trott 298541792c module: refactor redeclared variable 9 years ago
Rich Trott 1f8144200f fs: refactor redeclared variables 9 years ago
Rich Trott 12a8427bab buffer: refactor redeclared variables 9 years ago
Fedor Indutny 03944fe3e8 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
Evan Lucas 6062b1c342 net: move isLegalPort to internal/net 9 years ago
Kári Tristan Helgason b4e783357c url: change scoping of variables with let 9 years ago
Rich Trott 67be41ae31 tls: scope loop vars with let 9 years ago
Evan Lucas d4f0f3fa0d dns: throw a TypeError in lookupService with invalid port 9 years ago
Rich Trott 1c70ecb116 stream: refactor redeclared variables 9 years ago
Fedor Indutny d6894f8ea3 internal/child_process: call postSend on error 9 years ago
José F. Romaniello ebb9f0dc11 http: handle errors on idle sockets 9 years ago
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 9 years ago
Коренберг Марк c5bf35a543 tls: add `options` argument to createSecurePair 10 years ago
Michaël Zasso 61570cc052 lib,test: remove extra semicolons 9 years ago
Brian White 76b6a61297 querystring: improve parse() performance 9 years ago
Jackson Tian 748d2b4de1 buffer: make byteLength work with Buffer correctly 9 years ago
Peter Geiss fb615bdaf4 buffer: remove unnecessary TODO comments 9 years ago
Kohei TAKATA 4fbcb47fe9 readline: Remove XXX and output debuglog 9 years ago
Evan Lucas 40c8e6d75d net: remove hot path comment from connect 9 years ago
Rich Trott 583f3347d8 debugger: remove variable redeclarations 9 years ago
Fedor Indutny 7821b3e305 tls_legacy: do not read on OpenSSL's stack 9 years ago
zoubin d71f9992f9 stream: remove useless if test in transform 9 years ago
Brian White 6e829b44e3 dgram: prevent disabled optimization of bind() 9 years ago
Rich Trott 661b2557d9 http: remove variable redeclaration 9 years ago
James M Snell 15fa555204 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague 8ed0c1c22c net: fix dns lookup for android 9 years ago
Evan Lucas 26f02405d0 repl: make sure historyPath is trimmed 9 years ago
Santiago Gimeno b8213ba7e1 cluster: ignore queryServer msgs on disconnection 9 years ago
Brian White 1bb2967d48 http: fix non-string header value concatenation 9 years ago
Santiago Gimeno f8a676ed59 cluster: fix race condition setting suicide prop 9 years ago
Andres Suarez 2e92a1a6b4 module: move unnecessary work for early return 9 years ago
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
James M Snell cf2b714b02 http: strictly forbid invalid characters from headers 9 years ago
cjihrig 1408f7abb1 module,src: do not wrap modules with -1 lineOffset 9 years ago
Rich Trott 87181cd74c assert: accommodate ES6 classes that extend Error 9 years ago
Rich Trott 7a1a0a0055 lib: remove unused modules 9 years ago
Roman Reiss 253fe3e7c8 dns: remove nonexistant exports.ADNAME 9 years ago
Rich Trott 35e32985ca child_process: guard against race condition 9 years ago
Damian Schenkelman 41fcda840c http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
Rich Trott 53dcbb6aa4 repl: remove unused function 9 years ago
Fedor Indutny 751fbd84dd https: use `servername` in agent key 9 years ago
Jackson Tian 44ee33f945 buffer: refactor create buffer 9 years ago
Claudio Rodriguez 901172a783 assert: typed array deepequal performance fix 9 years ago
Jackson Tian 138d004ac0 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Bo Borgerson 3ff237333d http: Remove an unnecessary assignment 9 years ago
Dave 39dc054572 http: remove excess calls to removeSocket 9 years ago