..
internal
util: allow symbol-based custom inspection methods
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: optimize checkInvalidHeaderChar()
9 years ago
_http_incoming.js
http: fix no dumping after `maybeReadMore`
9 years ago
_http_outgoing.js
lib: remove double check of string type
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
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
buffer: introduce latin1 encoding term
9 years ago
assert.js
assert: remove code that is never reached
8 years ago
buffer.js
buffer: runtime deprecation of calling Buffer without new
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
Revert "crypto: add crypto.timingSafeEqual"
8 years ago
dgram.js
udp: remove ancient check
8 years ago
dns.js
dns: remove makeAsync() function check
8 years ago
domain.js
domain: add message for dispose deprecation
9 years ago
events.js
events: unwrap #once listeners in #listeners
9 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: add length check when normalizing args
8 years ago
os.js
os: deprecate `tmpDir()` in favour of `tmpdir()`
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: keypress trigger for escape character
8 years ago
repl.js
repl: Failed to save editor mode text in `.save`
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
util: introduce `printDeprecationMessage` function
10 years ago
timers.js
timers: remove unused repeat param in timer_wrap
9 years ago
tls.js
tls: copy the Buffer object before using
8 years ago
tty.js
tty: set the handle to blocking mode
8 years ago
url.js
url: keep auth in `url.resolve()` if host matches
8 years ago
util.js
util: allow returning `this` from custom inspect
8 years ago
v8.js
v8,src: expose statistics about heap spaces
9 years ago
vm.js
vm: add ability to break on sigint/ctrl+c
9 years ago
zlib.js
zlib: move constants into zlib.constants
9 years ago