..
internal
child_process: refactor internal/child_process.js
8 years ago
.eslintrc.yaml
tools: rename eslintrc to an undeprecated format
8 years ago
_debug_agent.js
debugger: make listen address configurable
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
http: make request.abort() destroy the socket
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 connection upgrade checks
8 years ago
_http_server.js
src: unconsume stream fix in internal http impl
8 years ago
_linklist.js
lib: changed var to const in linkedlist
8 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
streams: fix regression in `unpipe()`
8 years ago
_stream_transform.js
stream: prevent object map change in TransformState
9 years ago
_stream_wrap.js
test,lib,benchmark: match function names
8 years ago
_stream_writable.js
test,lib,benchmark: match function names
8 years ago
_tls_common.js
crypto: freelist_max_len is gone in OpenSSL 1.1.0
8 years ago
_tls_legacy.js
tls, crypto: add ALPN Support
8 years ago
_tls_wrap.js
Partial revert "tls: keep track of stream that is closed"
8 years ago
assert.js
assert: remove unneeded condition
8 years ago
buffer.js
buffer: improve toJSON() performance
8 years ago
child_process.js
child_process: remove empty if condition
8 years ago
cluster.js
cluster: remove bind() and self
8 years ago
console.js
console: check that stderr is writable
9 years ago
constants.js
Remove excessive copyright/license boilerplate
10 years ago
crypto.js
streams: refactor LazyTransform to internal/
9 years ago
dgram.js
dgram: fix possibly deoptimizing use of arguments
8 years ago
dns.js
dns: tweak regex for IPv6 addresses
8 years ago
domain.js
test,lib,benchmark: match function names
8 years ago
events.js
events: pass the original listener added by once
8 years ago
freelist.js
lib,test: add freelist deprecation and test
10 years ago
fs.js
fs: add the fs.mkdtemp() function.
8 years ago
http.js
lib,src: remove usage of events.EventEmitter
9 years ago
https.js
tls, crypto: add ALPN Support
8 years ago
module.js
module: fix loading from global folders on Windows
8 years ago
net.js
net: prefer === to ==
8 years ago
os.js
lib: refactor code with startsWith/endsWith
9 years ago
path.js
lib: scope loop variables
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
querystring: don't stringify bad surrogate pair
9 years ago
readline.js
readline: refactor construct Interface
8 years ago
repl.js
repl: refactor lib/repl.js
8 years ago
stream.js
lib,src: remove usage of events.EventEmitter
9 years ago
string_decoder.js
string_decoder: fix performance regression
9 years ago
sys.js
util: introduce `printDeprecationMessage` function
10 years ago
timers.js
lib,test: use consistent operator linebreak style
8 years ago
tls.js
tls: copy the Buffer object before using
8 years ago
tty.js
tty: avoid oob warning in TTYWrap::GetWindowSize()
8 years ago
url.js
lib: remove let from for loops
8 years ago
util.js
util: don't init Debug if it's not needed yet
8 years ago
v8.js
lib,src: support values > 4GB in heap statistics
8 years ago
vm.js
lib: reduce util.is*() usage
10 years ago
zlib.js
zlib: release callback and buffer after processing
9 years ago