.. |
internal
|
tools: add additional ESLint rules
|
8 years ago |
.eslintrc
|
tools: add buffer-constructor eslint rule
|
9 years ago |
_debug_agent.js
|
debugger: use arrow function for lexical `this`
|
8 years ago |
_debugger.js
|
debugger: remove obsolete setTimeout
|
9 years ago |
_http_agent.js
|
https: fix memory leak with https.request()
|
8 years ago |
_http_client.js
|
http: wait for both prefinish/end to keepalive
|
9 years ago |
_http_common.js
|
http: fix connection upgrade checks
|
8 years ago |
_http_incoming.js
|
http: fix no dumping after `maybeReadMore`
|
9 years ago |
_http_outgoing.js
|
http: fix connection upgrade checks
|
8 years ago |
_http_server.js
|
tools: lint for object literal spacing
|
9 years ago |
_linklist.js
|
lib: use emitWarning instead of printDeprecationMessage
|
8 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: avoid caching prepend check
|
8 years ago |
_stream_transform.js
|
stream: 'data' argument on callback of Transform._flush()
|
9 years ago |
_stream_wrap.js
|
stream_wrap: error if stream has StringDecoder
|
9 years ago |
_stream_writable.js
|
stream: improve unimplemented _write() error
|
9 years ago |
_tls_common.js
|
src: refactor require('constants')
|
9 years ago |
_tls_legacy.js
|
lib: replace legacy uses of __defineGetter__
|
9 years ago |
_tls_wrap.js
|
tools: add additional ESLint rules
|
8 years ago |
assert.js
|
tools: replace custom ESLint rule with built-in
|
8 years ago |
buffer.js
|
buffer: remove unnecessary argument check
|
8 years ago |
child_process.js
|
child_process, win: fix shell spawn with AutoRun
|
8 years ago |
cluster.js
|
cluster: support stdio option for workers
|
9 years ago |
console.js
|
console: timeEnd() with no label emits warning
|
9 years ago |
constants.js
|
src: refactor require('constants')
|
9 years ago |
crypto.js
|
crypto: add crypto.timingSafeEqual()
|
8 years ago |
dgram.js
|
dgram: prefer strict equality, type validation
|
8 years ago |
dns.js
|
dns: handle array holes in setServers()
|
8 years ago |
domain.js
|
domain: add message for dispose deprecation
|
9 years ago |
events.js
|
events: make memory leak warning name more verbose
|
8 years ago |
fs.js
|
fs: use process.emitWarning to print deprecation warning
|
8 years ago |
http.js
|
http: remove deprecated Client interface
|
8 years ago |
https.js
|
crypto: fail early when loading crypto without openssl
|
9 years ago |
module.js
|
lib: use emitWarning instead of printDeprecationMessage
|
8 years ago |
net.js
|
net: refactor Server.prototype.listen
|
8 years ago |
os.js
|
os: deprecate `tmpDir()` in favour of `tmpdir()`
|
9 years ago |
path.js
|
path: fix path.relative UNC path result
|
8 years ago |
process.js
|
src: remove excessive license boilerplate
|
10 years ago |
punycode.js
|
punycode: update to v2.0.0
|
9 years ago |
querystring.js
|
benchmark,test,lib: remove extra spaces
|
9 years ago |
readline.js
|
readline: key interval delay for \r & \n
|
8 years ago |
repl.js
|
test,lib: align arguments in multiline calls
|
8 years ago |
stream.js
|
lib,src: remove usage of events.EventEmitter
|
9 years ago |
string_decoder.js
|
string_decoder: fix bad utf8 character handling
|
9 years ago |
sys.js
|
lib: use emitWarning instead of printDeprecationMessage
|
8 years ago |
timers.js
|
timers: remove unreachable code
|
8 years ago |
tls.js
|
tls: add 'new' keyword for Array constructor call
|
8 years ago |
tty.js
|
tty: set the handle to blocking mode
|
8 years ago |
url.js
|
url: fix off-by-one error in loop handling dots
|
8 years ago |
util.js
|
util: don't init Debug if it's not needed yet
|
8 years ago |
v8.js
|
v8,src: expose statistics about heap spaces
|
9 years ago |
vm.js
|
vm: change ContextifyScript to Script in comment
|
8 years ago |
zlib.js
|
zlib: move constants into zlib.constants
|
9 years ago |