..
internal
lib: change == to === in linkedlist
2016-11-22 15:29:48 +08:00
.eslintrc
tools: avoid let in for loops
2016-11-11 14:58:44 -05:00
_debug_agent.js
debugger: use arrow function for lexical this
2016-08-24 07:54:48 -05:00
_debugger.js
debugger: remove obsolete setTimeout
2016-06-15 18:08:18 -05:00
_http_agent.js
https: fix memory leak with https.request()
2016-10-11 12:26:53 -04:00
_http_client.js
http: socket connection timeout for http request
2016-10-11 12:28:40 -04:00
_http_common.js
http: fix connection upgrade checks
2016-09-09 11:06:06 -04:00
_http_incoming.js
http: fix no dumping after maybeReadMore
2016-06-15 21:50:05 -05:00
_http_outgoing.js
http: fix connection upgrade checks
2016-09-09 11:06:06 -04:00
_http_server.js
http: check reason chars in writeHead
2016-09-27 11:50:47 -05:00
_linklist.js
lib,test: deprecate _linklist
2015-10-08 17:32:08 -07:00
_stream_duplex.js
node: allow multiple arguments passed to nextTick
2015-04-15 17:02:21 -06:00
_stream_passthrough.js
lib: use const to define constants
2015-01-21 16:21:31 -05:00
_stream_readable.js
streams: fix regression in unpipe()
2016-10-19 14:06:40 +01:00
_stream_transform.js
src: fixes misplaced comment
2016-10-11 12:30:40 -04:00
_stream_wrap.js
test,lib,benchmark: match function names
2016-11-15 13:31:46 -05:00
_stream_writable.js
test: writable stream ending state
2016-11-18 19:03:52 -05:00
_tls_common.js
tls: improve createSecureContext in _tls_common
2016-10-11 12:30:32 -04:00
_tls_legacy.js
test,lib,benchmark: match function names
2016-11-15 13:31:46 -05:00
_tls_wrap.js
tls: fix leak of WriteWrap+TLSWrap combination
2016-11-22 13:44:36 +08:00
assert.js
tools: replace custom ESLint rule with built-in
2016-09-13 17:04:47 -07:00
buffer.js
buffer: use correct name for custom inspect symbol
2016-11-18 19:03:55 -05:00
child_process.js
child_process: remove unreachable execSync() code
2016-11-18 19:03:55 -05:00
cluster.js
cluster: remove unused backlog argument
2016-10-11 12:30:44 -04:00
console.js
console: timeEnd() with no label emits warning
2016-04-26 12:16:38 -07:00
constants.js
src: refactor require('constants')
2016-07-05 22:09:12 +02:00
crypto.js
crypto: add crypto.timingSafeEqual()
2016-09-13 17:04:42 -07:00
dgram.js
dgram: use Buffer.alloc(0) for zero-size buffers
2016-10-11 12:33:09 -04:00
dns.js
dns: remove internal variable from makeAsync
2016-10-11 12:30:37 -04:00
domain.js
test,lib,benchmark: match function names
2016-11-15 13:31:46 -05:00
events.js
events: make memory leak warning more accessible
2016-09-09 11:06:12 -04:00
fs.js
test,lib,benchmark: match function names
2016-11-15 13:31:46 -05:00
http.js
lib,src: remove usage of events.EventEmitter
2015-09-23 00:23:08 +05:30
https.js
crypto: fail early when loading crypto without openssl
2016-03-23 10:34:40 -07:00
module.js
module: fix comment from "read-only" to "shallow"
2016-10-11 12:30:45 -04:00
net.js
test,lib,benchmark: match function names
2016-11-15 13:31:46 -05:00
os.js
src: refactor require('constants')
2016-07-05 22:09:12 +02:00
path.js
path: fallback to process cwd when resolving drive cwd
2016-10-11 12:27:11 -04:00
process.js
src: remove excessive license boilerplate
2015-01-27 16:35:05 +11:00
punycode.js
lib: remove let from for loops
2016-10-11 12:31:51 -04:00
querystring.js
benchmark,test,lib: remove extra spaces
2016-05-17 08:01:12 -05:00
readline.js
readline: fix concievably typo in readline.js
2016-10-11 12:33:04 -04:00
repl.js
repl: don’t write to input stream in editor mode
2016-11-22 15:05:19 +08:00
stream.js
lib,src: remove usage of events.EventEmitter
2015-09-23 00:23:08 +05:30
string_decoder.js
buffer,string_decoder: consolidate encoding validation logic
2016-09-13 16:13:09 -07:00
sys.js
util: introduce printDeprecationMessage function
2015-06-04 10:59:43 +03:00
timers.js
timers: fix regression with clearImmediate()
2016-10-14 16:29:46 -05:00
tls.js
lib: remove let from for loops
2016-10-11 12:31:51 -04:00
tty.js
tty: set the handle to blocking mode
2016-08-11 10:58:11 -04:00
url.js
url: fix off-by-one error in loop handling dots
2016-09-13 17:04:45 -07:00
util.js
util: use template strings
2016-11-22 15:01:58 +08:00
v8.js
lib: remove let from for loops
2016-10-11 12:31:51 -04:00
vm.js
vm: change ContextifyScript to Script in comment
2016-09-13 17:04:43 -07:00
zlib.js
zlib: release callback and buffer after processing
2016-06-02 22:41:58 +10:00