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.
 
 
 
 
 
 
Michaël Zasso 5ddd508304 lib,test: use consistent operator linebreak style 8 years ago
..
internal process: improve performance of nextTick 8 years ago
.eslintrc tools: avoid let in for loops 8 years ago
_debug_agent.js debugger: use arrow function for lexical `this` 8 years ago
_debugger.js debugger: refactor _debugger.js 8 years ago
_http_agent.js https: fix memory leak with https.request() 8 years ago
_http_client.js http: remove stale timeout listeners 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: fix connection upgrade checks 8 years ago
_http_server.js lib: use === in _http_server and _tls_wrap 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 test: writable stream ending state 8 years ago
_tls_common.js tls: improve createSecureContext in _tls_common 8 years ago
_tls_legacy.js test,lib,benchmark: match function names 8 years ago
_tls_wrap.js lib: use === in _http_server and _tls_wrap 8 years ago
assert.js tools: replace custom ESLint rule with built-in 8 years ago
buffer.js buffer: use correct name for custom inspect symbol 8 years ago
child_process.js child_process: remove unreachable code 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 crypto: add crypto.timingSafeEqual() 8 years ago
dgram.js dgram: use Buffer.alloc(0) for zero-size buffers 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: remove unnecessary checks 8 years ago
fs.js fs: clarify fs.link and fs.linkSync arguments 8 years ago
http.js lib,src: remove usage of events.EventEmitter 9 years ago
https.js crypto: fail early when loading crypto without openssl 9 years ago
module.js module: check -e flag in debug break setup 8 years ago
net.js test,lib,benchmark: match function names 8 years ago
os.js src: refactor require('constants') 9 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 benchmark,test,lib: remove extra spaces 9 years ago
readline.js readline: fix `concievably` typo in readline.js 8 years ago
repl.js repl: avoid parsing division operator as regex 8 years ago
stream.js lib,src: remove usage of events.EventEmitter 9 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 lib,test: use consistent operator linebreak style 8 years ago
tls.js lib: remove let from for loops 8 years ago
tty.js tty: set the handle to blocking mode 9 years ago
url.js test,url: improve escaping in url.parse 8 years ago
util.js util: use template strings 8 years ago
v8.js lib: remove let from for loops 8 years ago
vm.js vm: change ContextifyScript to Script in comment 8 years ago
zlib.js zlib: release callback and buffer after processing 9 years ago