You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Evan Lucas cb51688c36 stream: prevent object map change in TransformState 9 years ago
..
internal net: move isLegalPort to internal/net 9 years ago
_debug_agent.js lib: use const to define constants 10 years ago
_debugger.js lib,test: remove extra semicolons 9 years ago
_http_agent.js http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
_http_client.js http: remove variable redeclaration 9 years ago
_http_common.js http: remove reference to onParserExecute 9 years ago
_http_incoming.js http: fix non-string header value concatenation 9 years ago
_http_outgoing.js http: Remove an unnecessary assignment 9 years ago
_http_server.js lib: fix style issues after eslint update 9 years ago
_linklist.js lib,test: deprecate _linklist 9 years ago
_stream_duplex.js node: allow multiple arguments passed to nextTick 10 years ago
_stream_passthrough.js lib: use const to define constants 10 years ago
_stream_readable.js stream: refactor redeclared variables 9 years ago
_stream_transform.js stream: prevent object map change in TransformState 9 years ago
_stream_wrap.js stream_wrap: error if stream has StringDecoder 9 years ago
_stream_writable.js streams: update .readable/.writable to false 9 years ago
_tls_common.js tls: scope loop vars with let 9 years ago
_tls_legacy.js lib: fix style issues after eslint update 9 years ago
_tls_wrap.js lib: fix style issues after eslint update 9 years ago
assert.js lib: fix style issues after eslint update 9 years ago
buffer.js buffer: validate list elements in Buffer.concat 9 years ago
child_process.js child_process: add shell option to spawn() 9 years ago
cluster.js cluster: fix race condition setting suicide prop 9 years ago
console.js console: delete timers that have ended 9 years ago
constants.js Remove excessive copyright/license boilerplate 10 years ago
crypto.js crypto: pbkdf2 deprecate digest overload. 9 years ago
dgram.js dgram: scope redeclared variables 9 years ago
dns.js dns: coerce port to number in lookupService 9 years ago
domain.js domains: clear stack when no error handler 9 years ago
events.js lib,test: remove extra semicolons 9 years ago
fs.js fs: refactor redeclared variables 9 years ago
http.js lib,src: remove usage of events.EventEmitter 9 years ago
https.js https: evict cached sessions on error 9 years ago
module.js module: refactor redeclared variable 9 years ago
net.js net: refactor redeclared variables 9 years ago
os.js lib: remove unused modules 9 years ago
path.js lib: scope loop variables 9 years ago
process.js src: remove excessive license boilerplate 10 years ago
punycode.js lib: add missing `new` for errors lib/*.js 10 years ago
querystring.js querystring: use String.prototype.split's limit 9 years ago
readline.js readline: Remove XXX and output debuglog 9 years ago
repl.js repl: remove variable redeclaration 9 years ago
stream.js lib,src: remove usage of events.EventEmitter 9 years ago
string_decoder.js lib: remove string_decoder.js var redeclarations 9 years ago
sys.js util: introduce `printDeprecationMessage` function 10 years ago
timers.js timers: fail early when callback is not a function 9 years ago
tls.js lib,test: remove extra semicolons 9 years ago
tty.js lib: remove unused modules 9 years ago
url.js url: change scoping of variables with let 9 years ago
util.js lib: scope loop variables 9 years ago
v8.js v8,src: expose statistics about heap spaces 9 years ago
vm.js lib: reduce util.is*() usage 10 years ago
zlib.js zlib: only apply drain listener if given callback 9 years ago