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.
 
 
 
 
 
 
Rich Trott 53d7a89497
buffer: remove unneeded eslint-disable comment
8 years ago
..
internal tools: update ESLint to current version 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 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: add debug message for invalid header value 8 years ago
_http_server.js src: unconsume stream fix in internal http impl 8 years ago
_linklist.js lib,test: deprecate _linklist 9 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 src: fixes misplaced comment 8 years ago
_stream_wrap.js test,lib,benchmark: match function names 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, tools: enforce strict (not)equal in eslint 8 years ago
buffer.js buffer: remove unneeded eslint-disable comment 8 years ago
child_process.js child_process: remove empty if condition 8 years ago
cluster.js cluster: remove unused backlog argument 8 years ago
console.js console: timeEnd() with no label emits warning 9 years ago
constants.js constants: errors -> errno 8 years ago
crypto.js lib: remove unnecessary parameter for assertCrypto() 8 years ago
dgram.js dgram: fix possibly deoptimizing use of arguments 8 years ago
dns.js dns: remove internal variable from makeAsync 8 years ago
domain.js test,lib,benchmark: match function names 8 years ago
events.js events,test: fix TypeError in EventEmitter warning 8 years ago
fs.js tools: update ESLint to current version 8 years ago
http.js lib,src: remove usage of events.EventEmitter 9 years ago
https.js lib: remove unnecessary parameter for assertCrypto() 8 years ago
module.js module: fix loading from global folders on Windows 8 years ago
net.js net: remove misleading comment 8 years ago
os.js os: improve loadavg() 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 querystring: improve unescapeBuffer performance 8 years ago
readline.js tools: update ESLint to current version 8 years ago
repl.js Revert "Revert "repl: disable Ctrl+C support..." 8 years ago
stream.js stream: move legacy to lib/internal dir 8 years ago
string_decoder.js buffer,string_decoder: consolidate encoding validation logic 8 years ago
sys.js util: introduce `printDeprecationMessage` function 10 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: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
url.js url: use `hasIntl` instead of `try-catch` 8 years ago
util.js benchmark,lib,test: adjust for linting 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: release callback and buffer after processing 9 years ago