..
internal
src: make --icu-data-dir= switch testable
8 years ago
.eslintrc.yaml
tools: rename eslintrc to an undeprecated format
8 years ago
_debug_agent.js
lib: deprecate node --debug at runtime
8 years ago
_debugger.js
debugger: call `this.resume()` after `this.run()`
8 years ago
_http_agent.js
http: eliminate capture of ClientRequest in Agent
8 years ago
_http_client.js
http: use direct parameters instead
8 years ago
_http_common.js
http: optimize default method case
8 years ago
_http_incoming.js
http: try to avoid lowercasing incoming headers
8 years ago
_http_outgoing.js
lib: add static identifier codes for all deprecations
8 years ago
_http_server.js
http: include provided status code in range error
8 years ago
_linklist.js
lib: add static identifier codes for all deprecations
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
tools: enforce linebreak after ternary operators
8 years ago
_stream_transform.js
src: fixes misplaced comment
8 years ago
_stream_wrap.js
test,lib,benchmark: match function names
8 years ago
_stream_writable.js
lib: add static identifier codes for all deprecations
8 years ago
_tls_common.js
crypto: freelist_max_len is gone in OpenSSL 1.1.0
8 years ago
_tls_legacy.js
lib: add static identifier codes for all deprecations
8 years ago
_tls_wrap.js
lib: remove unnecessary parameter for assertCrypto()
8 years ago
assert.js
assert, tools: enforce strict (not)equal in eslint
8 years ago
buffer.js
buffer: stricter argument checking in toString
8 years ago
child_process.js
child_process: align fork/spawn stdio error msg
8 years ago
cluster.js
cluster: refactor module into multiple files
8 years ago
console.js
console: name anonymous functions
8 years ago
constants.js
lib: add static identifier codes for all deprecations
8 years ago
crypto.js
lib: add static identifier codes for all deprecations
8 years ago
dgram.js
dgram: remove this aliases
8 years ago
dns.js
dns: implement {ttl: true} for dns.resolve4()
8 years ago
domain.js
lib: add static identifier codes for all deprecations
8 years ago
events.js
events: avoid emit() eager deopt
8 years ago
fs.js
fs: avoid emitting error EBADF for double close
8 years ago
http.js
http: name anonymous functions in http
8 years ago
https.js
lib: remove unnecessary parameter for assertCrypto()
8 years ago
module.js
lib: add static identifier codes for all deprecations
8 years ago
net.js
lib: add static identifier codes for all deprecations
8 years ago
os.js
lib: add static identifier codes for all deprecations
8 years ago
path.js
path: fallback to process cwd when resolving drive cwd
8 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, url: handle repeated sep in search
8 years ago
readline.js
readline: update 6 comparions to strict
8 years ago
repl.js
lib: add static identifier codes for all deprecations
8 years ago
stream.js
stream: move legacy to lib/internal dir
8 years ago
string_decoder.js
string_decoder: align UTF-8 handling with V8
8 years ago
sys.js
lib: add static identifier codes for all deprecations
8 years ago
timers.js
timer: remove duplicated word in comment
8 years ago
tls.js
lib: remove unnecessary parameter for assertCrypto()
8 years ago
tty.js
tty: set the handle to blocking mode
9 years ago
url.js
url: fix error message of url.format
8 years ago
util.js
util: improve inspect for (Async|Generator)Function
8 years ago
v8.js
lib,src: support values > 4GB in heap statistics
8 years ago
vm.js
vm: improve performance of vm.runIn*()
8 years ago
zlib.js
zlib: be strict about what strategies are accepted
8 years ago