.. |
internal
|
child_process: emit IPC messages on next tick
|
9 years ago |
.eslintrc
|
tools: apply custom buffer lint rule to /lib only
|
9 years ago |
_debug_agent.js
|
debugger: use arrow function for lexical `this`
|
8 years ago |
_debugger.js
|
debugger: remove obsolete setTimeout
|
9 years ago |
_http_agent.js
|
tls,https: respect address family when connecting
|
9 years ago |
_http_client.js
|
http: wait for both prefinish/end to keepalive
|
9 years ago |
_http_common.js
|
http: skip body and next message of CONNECT res
|
9 years ago |
_http_incoming.js
|
http: fix no dumping after `maybeReadMore`
|
9 years ago |
_http_outgoing.js
|
http: remove unnecessary check
|
9 years ago |
_http_server.js
|
http: check reason chars in writeHead
|
8 years ago |
_linklist.js
|
Remove excessive copyright/license boilerplate
|
10 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
|
lib: implement consistent brace style
|
8 years ago |
_stream_transform.js
|
stream: prevent object map change in TransformState
|
9 years ago |
_stream_wrap.js
|
stream_wrap: error if stream has StringDecoder
|
9 years ago |
_stream_writable.js
|
streams: support unlimited synchronous cork/uncork cycles
|
9 years ago |
_tls_common.js
|
tls: scope loop vars with let
|
9 years ago |
_tls_legacy.js
|
lib: use arrow functions instead of bind
|
9 years ago |
_tls_wrap.js
|
tls: catch `certCbDone` exceptions
|
9 years ago |
assert.js
|
assert: remove unneeded arguments special handling
|
9 years ago |
buffer.js
|
buffer: zero-fill uninitialized bytes in .concat()
|
8 years ago |
child_process.js
|
child_process: preserve argument type
|
9 years ago |
cluster.js
|
cluster: remove bind() and self
|
8 years ago |
console.js
|
console: check that stderr is writable
|
9 years ago |
constants.js
|
Remove excessive copyright/license boilerplate
|
10 years ago |
crypto.js
|
streams: refactor LazyTransform to internal/
|
9 years ago |
dgram.js
|
lib: reduce usage of `self = this`
|
9 years ago |
dns.js
|
dns: Use object without protoype for map
|
9 years ago |
domain.js
|
domains: fix handling of uncaught exceptions
|
9 years ago |
events.js
|
lib,test: remove extra semicolons
|
9 years ago |
freelist.js
|
lib,test: add freelist deprecation and test
|
10 years ago |
fs.js
|
fs: Remove unused branches
|
9 years ago |
http.js
|
lib,src: remove usage of events.EventEmitter
|
9 years ago |
https.js
|
lib: reduce usage of `self = this`
|
9 years ago |
module.js
|
lib: implement consistent brace style
|
8 years ago |
net.js
|
net: make holding the buffer in memory more robust
|
8 years ago |
os.js
|
lib: refactor code with startsWith/endsWith
|
9 years ago |
path.js
|
lib: scope loop variables
|
9 years ago |
process.js
|
src: remove excessive license boilerplate
|
10 years ago |
punycode.js
|
lib: add missing `new` for errors lib/*.js
|
10 years ago |
querystring.js
|
querystring: don't stringify bad surrogate pair
|
9 years ago |
readline.js
|
readline: keypress trigger for escape character
|
8 years ago |
repl.js
|
repl: fix tab completion for defined commands
|
9 years ago |
stream.js
|
lib,src: remove usage of events.EventEmitter
|
9 years ago |
string_decoder.js
|
string_decoder: fix performance regression
|
9 years ago |
sys.js
|
util: introduce `printDeprecationMessage` function
|
10 years ago |
timers.js
|
tools: add Node.js-specific ESLint rules
|
9 years ago |
tls.js
|
lib: make tls.checkServerIdentity() more strict
|
8 years ago |
tty.js
|
tty: use blocking mode on OS X
|
9 years ago |
url.js
|
url: `url.format()` encodes all `#` in `search`
|
8 years ago |
util.js
|
util: inspect boxed symbols like other primitives
|
8 years ago |
v8.js
|
src: add total_available_size to v8 statistics
|
10 years ago |
vm.js
|
lib: reduce util.is*() usage
|
10 years ago |
zlib.js
|
zlib: release callback and buffer after processing
|
9 years ago |