You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Timothy Gu b77c89022b repl: remove magic mode semantics 8 years ago
..
internal url: enforce valid UTF-8 in WHATWG parser 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 util, debugger: remove internalUtil.error 8 years ago
_http_agent.js lib: remove unnecessary assignments with _extend 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 http: add new functions to OutgoingMessage 8 years ago
_http_server.js http: docs-only deprecation of res.writeHeader() 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 stream: fix comment for sync flag of ReadableState 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 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
_tls_legacy.js tls: runtime deprecation for tls.createSecurePair() 8 years ago
_tls_wrap.js tls: do not crash on STARTTLS when OCSP requested 8 years ago
assert.js assert: fix premature deep strict comparison 8 years ago
buffer.js buffer: refactor Buffer.prototype.inspect() 8 years ago
child_process.js child_process: fix deoptimizing use of arguments 8 years ago
cluster.js cluster: refactor module into multiple files 8 years ago
console.js console: fixup `console.dir()` error handling 8 years ago
constants.js lib: add static identifier codes for all deprecations 8 years ago
crypto.js crypto: upgrade pbkdf2 without digest to an error 8 years ago
dgram.js dgram: improve signature of Socket.prototype.send 8 years ago
dns.js dns: minor refactor of dns module 8 years ago
domain.js lib: add static identifier codes for all deprecations 8 years ago
events.js domain,events: support non-object 'error' argument 8 years ago
fs.js fs: improve performance for sync stat() functions 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 net: remove misleading comment 8 years ago
os.js os: improve cpus() performance 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 url: fix surrogate handling in encodeAuth() 8 years ago
readline.js tools: enable one-var-declaration-per-line ESLint rule 8 years ago
repl.js repl: remove magic mode semantics 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,domain: maintain order of timer callbacks 8 years ago
tls.js tls: runtime deprecation for tls.createSecurePair() 8 years ago
tty.js tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
url.js url: use `hasIntl` instead of `try-catch` 8 years ago
util.js util: convert inspect.styles and inspect.colors to prototype-less objects 8 years ago
v8.js v8: add cachedDataVersionTag 8 years ago
vm.js vm: refactor vm module 8 years ago
zlib.js zlib: use RangeError/TypeError consistently 8 years ago