..
internal
tickprocessor: apply c++filt manually on mac
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
tls,https: respect address family when connecting
9 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
http: check reason chars in writeHead
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: avoid caching prepend check
8 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
doc: make `writable.setDefaultEncoding()` return `this`
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
buffer: introduce latin1 encoding term
9 years ago
assert.js
tools: replace custom ESLint rule with built-in
8 years ago
buffer.js
buffer: zero-fill uninitialized bytes in .concat()
8 years ago
child_process.js
child_process: control argv0 for spawned processes
9 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: generalized send queue to handle close
9 years ago
dns.js
dns: remove makeAsync() function check
8 years ago
domain.js
lib: reduce usage of `self = this`
9 years ago
events.js
events: make memory leak warning more accessible
8 years ago
fs.js
fs: restore JS implementation of realpath
8 years ago
http.js
lib,src: remove usage of events.EventEmitter
9 years ago
https.js
crypto: fail early when loading crypto without openssl
9 years ago
module.js
module: fix node_modules search path in edge case
9 years ago
net.js
net: make holding the buffer in memory more robust
8 years ago
os.js
src: refactor require('constants')
9 years ago
path.js
path: fix basename() regressions
9 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
repl: Auto alignment for .editor mode
8 years ago
stream.js
lib,src: remove usage of events.EventEmitter
9 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: remove unused repeat param in timer_wrap
9 years ago
tls.js
lib: make tls.checkServerIdentity() more strict
8 years ago
tty.js
tty: set the handle to blocking mode
9 years ago
url.js
url: fix off-by-one error in loop handling dots
8 years ago
util.js
util: improve function signature of util._extend
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: release callback and buffer after processing
9 years ago