..
internal
src: use option parser for expose_internals
7 years ago
.eslintrc.yaml
tools: rename eslintrc to an undeprecated format
8 years ago
_debug_agent.js
lib: remove unused msg parameter in debug_agent
8 years ago
_debugger.js
debugger: call `this.resume()` after `this.run()`
8 years ago
_http_agent.js
https: fix memory leak with https.request()
8 years ago
_http_client.js
https: support rejectUnauthorized for unix sockets
8 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 first body chunk fast case for UTF-16
8 years ago
_http_server.js
http: describe parse err in debug output
8 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: remove unnecessary parameter
8 years ago
_stream_transform.js
src: fixes misplaced comment
8 years ago
_stream_wrap.js
test,lib,benchmark: match function names
8 years ago
_stream_writable.js
stream: avoid additional validation for Buffers
8 years ago
_tls_common.js
lib: correct typo in createSecureContext
8 years ago
_tls_legacy.js
test,lib,doc: use function declarations
8 years ago
_tls_wrap.js
cluster, dns, repl, tls, util: fix RegExp nits
8 years ago
assert.js
assert, tools: enforce strict (not)equal in eslint
8 years ago
buffer.js
buffer: remove unneeded eslint-disable comment
8 years ago
child_process.js
child_process: fix deoptimizing use of arguments
8 years ago
cluster.js
cluster, dns, repl, tls, util: fix RegExp nits
8 years ago
console.js
console: timeEnd() with no label emits warning
9 years ago
constants.js
constants: errors -> errno
8 years ago
crypto.js
test,lib,doc: use function declarations
8 years ago
dgram.js
tools: enable no-useless-return eslint rule
8 years ago
dns.js
cluster, dns, repl, tls, util: fix RegExp nits
8 years ago
domain.js
test,lib,benchmark: match function names
8 years ago
events.js
lib: "iff" changed to "if and only if"
8 years ago
fs.js
tools: update ESLint to current version
8 years ago
http.js
lib,src: remove usage of events.EventEmitter
9 years ago
https.js
https: support agent construction without new
8 years ago
module.js
lib: fix typo in comments in module.js
8 years ago
net.js
net: refactor onSlaveClose in Server.close
8 years ago
os.js
os: improve loadavg() performance
8 years ago
path.js
path: remove unnecessary string copies
7 years ago
process.js
src: remove excessive license boilerplate
10 years ago
punycode.js
lib: remove let from for loops
8 years ago
querystring.js
querystring: improve unescapeBuffer performance
8 years ago
readline.js
readline: rename `deDupeHistory` option
8 years ago
repl.js
vm: fix displayErrors in runIn.. functions
8 years ago
stream.js
stream: move legacy to lib/internal dir
8 years ago
string_decoder.js
buffer,string_decoder: consolidate encoding validation logic
8 years ago
sys.js
util: introduce `printDeprecationMessage` function
10 years ago
timers.js
timers: do not use user object call/apply
7 years ago
tls.js
lib: remove unnecessary parameter for assertCrypto()
8 years ago
tty.js
tty: avoid oob warning in TTYWrap::GetWindowSize()
8 years ago
url.js
url: improve descriptiveness of identifier
8 years ago
util.js
cluster, dns, repl, tls, util: fix RegExp nits
8 years ago
v8.js
lib,src: support values > 4GB in heap statistics
8 years ago
vm.js
vm: refactor vm module
8 years ago
zlib.js
zlib: fix node crashing on invalid options
8 years ago