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.
 
 
 
 
 
 
Prince J Wesley 68ac0d0d7d
repl: Use displayErrors for SyntaxError
8 years ago
..
internal repl: default useGlobal to true 8 years ago
.eslintrc tools: add buffer-constructor eslint rule 9 years ago
_debug_agent.js debugger: make listen address configurable 8 years ago
_debugger.js debugger: remove obsolete setTimeout 8 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 8 years ago
_http_common.js http: optimize checkInvalidHeaderChar() 8 years ago
_http_incoming.js http: fix no dumping after `maybeReadMore` 8 years ago
_http_outgoing.js http: replace finish() callback with arrow function 8 years ago
_http_server.js tools: lint for object literal spacing 9 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 lib,benchmark,test: implement consistent braces 8 years ago
_stream_transform.js stream: 'data' argument on callback of Transform._flush() 8 years ago
_stream_wrap.js stream_wrap: error if stream has StringDecoder 9 years ago
_stream_writable.js stream: improve unimplemented _write() error 8 years ago
_tls_common.js src: refactor require('constants') 9 years ago
_tls_legacy.js lib: replace legacy uses of __defineGetter__ 9 years ago
_tls_wrap.js buffer: introduce latin1 encoding term 8 years ago
assert.js assert: remove unneeded arguments special handling 8 years ago
buffer.js buffer: speed up swap16/32, add swap64 8 years ago
child_process.js child_process: support stdio option in fork() 8 years ago
cluster.js cluster: remove bind() and self 8 years ago
console.js console: timeEnd() with no label emits warning 9 years ago
constants.js src: refactor require('constants') 9 years ago
crypto.js crypto,tls: perf improvements for crypto and tls getCiphers 8 years ago
dgram.js dgram: generalized send queue to handle close 8 years ago
dns.js dns: Use object without protoype for map 9 years ago
domain.js domain: add message for dispose deprecation 8 years ago
events.js events: pass the original listener added by once 9 years ago
fs.js fs: validate args of truncate functions in js 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 lib,benchmark,test: implement consistent braces 8 years ago
net.js lib,benchmark,test: implement consistent braces 8 years ago
os.js os: deprecate `tmpDir()` in favour of `tmpdir()` 8 years ago
path.js path: fix basename() regressions 9 years ago
process.js src: remove excessive license boilerplate 10 years ago
punycode.js punycode: update to v2.0.0 8 years ago
querystring.js benchmark,test,lib: remove extra spaces 9 years ago
readline.js readline: allow passing prompt to constructor 8 years ago
repl.js repl: Use displayErrors for SyntaxError 8 years ago
stream.js lib,src: remove usage of events.EventEmitter 9 years ago
string_decoder.js string_decoder: fix bad utf8 character handling 8 years ago
sys.js util: introduce `printDeprecationMessage` function 10 years ago
timers.js timers: fix processing of nested timers 8 years ago
tls.js tls: avoid calling Buffer.byteLength multiple times 8 years ago
tty.js tty: use blocking mode on OS X 9 years ago
url.js net: use icu's punycode implementation 8 years ago
util.js util: inspect boxed symbols like other primitives 8 years ago
v8.js v8,src: expose statistics about heap spaces 9 years ago
vm.js vm: add ability to break on sigint/ctrl+c 8 years ago
zlib.js zlib: move constants into zlib.constants 8 years ago