..
internal
repl: Default `useGlobal` to false in CLI REPL.
9 years ago
.eslintrc
tools: add buffer-constructor eslint rule
9 years ago
_debug_agent.js
debugger: make listen address configurable
9 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
http: replace finish() callback with arrow function
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: ensure awaitDrain is increased once
9 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
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
assert: remove unneeded arguments special handling
9 years ago
buffer.js
buffer: speed up swap16/32, add swap64
9 years ago
child_process.js
test: test execFile/fork arg validation
9 years ago
cluster.js
cluster: don't send messages if no IPC channel
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,tls: perf improvements for crypto and tls getCiphers
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
domain: add message for dispose deprecation
9 years ago
events.js
events: pass the original listener added by once
9 years ago
fs.js
fs: execute mkdtemp's callback with no context
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: export isIPv4, isIPv6 directly from cares
9 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: allow passing prompt to constructor
9 years ago
repl.js
repl: fix repl after V8 upgrade
9 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: optimize `setImmediate()`
9 years ago
tls.js
tls: avoid calling Buffer.byteLength multiple times
9 years ago
tty.js
tty: use blocking mode on OS X
9 years ago
url.js
net: use icu's punycode implementation
9 years ago
util.js
util: add an option for configuring break length
9 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