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.
 
 
 
 
 
 
James M Snell 9cee8b1b62 buffer: alias toLocaleString to toString 8 years ago
..
internal child_process: reuse existing no-op function 8 years ago
.eslintrc tools: add buffer-constructor eslint rule 9 years ago
_debug_agent.js debugger: use arrow function for lexical `this` 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 lib: remove double check of string type 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 stream: avoid caching prepend check 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 code that is never reached 8 years ago
buffer.js buffer: alias toLocaleString to toString 8 years ago
child_process.js child_process: control argv0 for spawned processes 8 years ago
cluster.js cluster: support stdio option for workers 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 Revert "crypto: add crypto.timingSafeEqual" 8 years ago
dgram.js udp: remove ancient check 8 years ago
dns.js dns: remove makeAsync() function check 8 years ago
domain.js domain: add message for dispose deprecation 8 years ago
events.js events: unwrap #once listeners in #listeners 8 years ago
fs.js fs: restore JS implementation of realpath 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: fix node_modules search path in edge case 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: keypress trigger for escape character 8 years ago
repl.js repl: Failed to save editor mode text in `.save` 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: remove unused repeat param in timer_wrap 8 years ago
tls.js tls: copy the Buffer object before using 8 years ago
tty.js tty: set the handle to blocking mode 8 years ago
url.js url: `url.format()` encodes all `#` in `search` 8 years ago
util.js Revert "repl,util: insert carriage returns in output" 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