..
internal
crypto: refactor the crypto module
7 years ago
.eslintrc.yaml
tools: remove legacy indentation linting
8 years ago
_http_agent.js
http: check for handle before running asyncReset()
8 years ago
_http_client.js
http: don't double-fire the req error event
7 years ago
_http_common.js
lib: implement async_hooks API in core
8 years ago
_http_incoming.js
http: suppress data event if req aborted
8 years ago
_http_outgoing.js
errors: migrate _http_outgoing
7 years ago
_http_server.js
errors: migrate _http_outgoing
7 years ago
_stream_duplex.js
stream: add destroy and _destroy methods.
8 years ago
_stream_passthrough.js
meta: restore original copyright header
8 years ago
_stream_readable.js
stream: support readable/writableHWM for Duplex
7 years ago
_stream_transform.js
stream: use more explicit statements
8 years ago
_stream_wrap.js
uv: improvements to process.binding('uv')
7 years ago
_stream_writable.js
stream: fix Writable instanceof for subclasses
7 years ago
_tls_common.js
tls: deprecate parseCertString & move to internal
7 years ago
_tls_legacy.js
doc, lib, test: do not re-require needlessly
8 years ago
_tls_wrap.js
tls: add tlsSocket.disableRenegotiation()
8 years ago
assert.js
assert: use Same-value equality in deepStrictEqual
7 years ago
async_hooks.js
async_hooks,doc: some async_hooks improvements
7 years ago
buffer.js
buffer: improve Buffer.from performance
7 years ago
child_process.js
child_process: set shell to false in fork()
7 years ago
cluster.js
lib: use consistent indentation for ternaries
8 years ago
console.js
console: improve console.group()
7 years ago
constants.js
src: add support to pass flags to dlopen
7 years ago
crypto.js
crypto: refactor the crypto module
7 years ago
dgram.js
dgram: added setMulticastInterface()
7 years ago
dns.js
dns: add `verbatim` option to dns.lookup()
7 years ago
domain.js
meta: restore original copyright header
8 years ago
events.js
lib: update indentation of ternaries
8 years ago
fs.js
fs: add fs.copyFile{Sync}
7 years ago
http.js
http: use more efficient module.exports pattern
8 years ago
http2.js
http2: refactor error handling
7 years ago
https.js
https: make opts optional & immutable when create
8 years ago
inspector.js
inspector: log exceptions in message handlers
7 years ago
module.js
module: check file url passed to top-level import
7 years ago
net.js
net: multiple listen() events fail silently
7 years ago
os.js
os: make EOL configurable and read only
7 years ago
path.js
path: fix normalize on directories with two dots
7 years ago
perf_hooks.js
perf_hooks: implementation of the perf timing API
7 years ago
process.js
src: remove excessive license boilerplate
10 years ago
punycode.js
lib: remove let from for loops
8 years ago
querystring.js
querystring: avoid indexOf when parsing
7 years ago
readline.js
lib: use Timer.now() in readline module
7 years ago
repl.js
repl: force editorMode in .load
7 years ago
stream.js
stream: support Uint8Array input to methods
8 years ago
string_decoder.js
string_decoder: Migrate to use internal/errors
7 years ago
sys.js
meta: restore original copyright header
8 years ago
timers.js
timers: fix outdated comment
7 years ago
tls.js
tls: deprecate parseCertString & move to internal
7 years ago
tty.js
lib: fix typos
8 years ago
url.js
url: remove unused code from autoEscapeStr
7 years ago
util.js
util: fix out of bounds indices in util.inspect
7 years ago
v8.js
v8: add new to the throw statement
8 years ago
vm.js
vm: support parsing a script in a specific context
7 years ago
zlib.js
zlib: fix interaction of flushing and needDrain
8 years ago