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.
 
 
 
 
 
 
Ben Noordhuis 9db4f19283 net: require 'dns' only once 8 years ago
..
internal crypto: make LazyTransform compabile with Streams1 8 years ago
.eslintrc.yaml tools: rename eslintrc to an undeprecated format 8 years ago
_debug_agent.js lib: remove unused msg parameter in debug_agent 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: reuse existing headers array for raw values 8 years ago
_http_outgoing.js http: add new functions to OutgoingMessage 8 years ago
_http_server.js tools: ignore URLs in line length linting 8 years ago
_linklist.js lib: use emitWarning instead of printDeprecationMessage 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: avoid using forEach 8 years ago
_stream_transform.js stream: improve stream error messages 8 years ago
_stream_wrap.js stream: avoid using forEach 8 years ago
_stream_writable.js stream: avoid additional validation for Buffers 8 years ago
_tls_common.js crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
_tls_legacy.js lib: remove unnecessary parameter for assertCrypto() 8 years ago
_tls_wrap.js Partial revert "tls: keep track of stream that is closed" 8 years ago
assert.js assert: apply minor refactoring 8 years ago
buffer.js buffer: use slightly faster NaN check 8 years ago
child_process.js lib: clarify the usage of 'else' 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 constants: errors -> errno 8 years ago
crypto.js crypto: add randomFill and randomFillSync 8 years ago
dgram.js dgram: refactor dgram to module.exports 8 years ago
dns.js dns: minor refactor of dns module 8 years ago
domain.js test,lib,benchmark: match function names 8 years ago
events.js events: do not keep arrays with a single listener 8 years ago
fs.js fs: avoid using forEach 8 years ago
http.js http: name anonymous functions in http 8 years ago
https.js url: allow use of URL with http.request and https.request 8 years ago
module.js module: avoid using forEach 8 years ago
net.js net: require 'dns' only once 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 readline: rename `deDupeHistory` option 8 years ago
repl.js repl: avoid using forEach 8 years ago
stream.js stream: move legacy to lib/internal dir 8 years ago
string_decoder.js string_decoder: fix bad utf8 character handling 9 years ago
sys.js lib: use emitWarning instead of printDeprecationMessage 8 years ago
timers.js timers: fix not to close reused timer handle 8 years ago
tls.js lib: remove unnecessary parameter for assertCrypto() 8 years ago
tty.js tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
url.js url: name anonymous functions in url 8 years ago
util.js util: add %i and %f formatting specifiers 8 years ago
v8.js lib,src: support values > 4GB in heap statistics 8 years ago
vm.js vm: refactor vm module 8 years ago
zlib.js zlib: fix linting recently-introduced lint error 8 years ago