..
internal
process: remove deprecated process.EventEmitter
9 years ago
.eslintrc
tools: add buffer-constructor eslint rule
9 years ago
_debug_agent.js
lib: refactor code with startsWith/endsWith
9 years ago
_debugger.js
debugger: propagate --debug-port= to debuggee
9 years ago
_http_agent.js
http: use `localAddress` instead of `path`
9 years ago
_http_client.js
http: skip body and next message of CONNECT res
9 years ago
_http_common.js
http: skip body and next message of CONNECT res
9 years ago
_http_incoming.js
http: remove old, confusing comment
9 years ago
_http_outgoing.js
http: correct error message for invalid trailer
9 years ago
_http_server.js
tools: lint for object literal spacing
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
events: add prependListener() and prependOnceListener()
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
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
tls: catch `certCbDone` exceptions
9 years ago
assert.js
assert: allow circular references
9 years ago
buffer.js
buffer: fix single digit hex string handling
9 years ago
child_process.js
child_process: measure buffer length in bytes
9 years ago
cluster.js
cluster: guard against undefined message handlers
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
src: refactor require('constants')
9 years ago
dgram.js
dgram: copy the list in send
9 years ago
dns.js
dns: Use object without protoype for map
9 years ago
domain.js
lib: reduce usage of `self = this`
9 years ago
events.js
events: pass the original listener added by once
9 years ago
fs.js
fs: move mkdtemp* functions near static functions
9 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
src,module: add --preserve-symlinks command line flag
9 years ago
net.js
net: introduce `Socket#connecting` property
9 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
lib: add missing `new` for errors lib/*.js
10 years ago
querystring.js
benchmark,test,lib: remove extra spaces
9 years ago
readline.js
lib: replace legacy uses of __defineGetter__
9 years ago
repl.js
repl: exports `Recoverable`
9 years ago
stream.js
lib,src: remove usage of events.EventEmitter
9 years ago
string_decoder.js
doc: use Buffer.from() instead of new Buffer()
9 years ago
sys.js
util: introduce `printDeprecationMessage` function
10 years ago
timers.js
timers: fixing API refs to use safe internal refs
9 years ago
tls.js
src: refactor require('constants')
9 years ago
tty.js
Revert "tty: don't read from console stream upon creation"
9 years ago
url.js
url: drop auth in `url.resolve()` if host changes
9 years ago
util.js
util: pretty-print SIMD types
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: remove `_closed` in source
9 years ago