3443 Commits (6ee5d0f69f28bb4b92eff447ed39d3ef7d4728a6)

Author SHA1 Message Date
Roman Reiss 6ee5d0f69f dns: add missing exports.BADNAME 9 years ago
Evan Lucas ac2bce0b0c path: improve posixSplitPath performance 9 years ago
Fedor Indutny 798dad24f4 child_process: `null` channel handle on close 9 years ago
Sakthipriyan Vairamani 1860e0cebd lib,src: remove usage of events.EventEmitter 9 years ago
Salman Aljammaz 9760e04839 repl: don't use tty control codes when $TERM is set to "dumb" 9 years ago
Malcolm Ahoy f68fed2e6f http: remove redundant code in _deferToConnect 9 years ago
Sakthipriyan Vairamani cb971cc97d repl: backslash bug fix 9 years ago
Ben Noordhuis f542e74c93 http: guard against response splitting in trailers 9 years ago
Matt Harrison d4cd5ac407 readline: fix tab completion bug 9 years ago
Trevor Norris d63e02e08d buffer: don't set zero fill for zero-length buffer 9 years ago
Sam Roberts f931b9dd95 timer: ref/unref return self 9 years ago
Trevor Norris 7df018a29b buffer: construct Uint8Array in JS 9 years ago
Malcolm Ahoy 431bf74c55 http: default Agent.getName to 'localhost' 9 years ago
Karl Skomski 0a5f80a11f src: use subarray() in Buffer#slice() for speedup 9 years ago
Brendan Ashworth eaa8e60b91 streams: refactor LazyTransform to internal/ 9 years ago
Yazhong Liu 6108ea9bb4 fs: consider NaN/Infinity in toUnixTimestamp 9 years ago
Fedor Indutny ea15d71c16 http_server: fix resume after socket close 9 years ago
Ron Korving 2b6aa9415f fs: implemented WriteStream#writev 9 years ago
Fedor Indutny c60857a81a cluster: allow shared reused dgram sockets 9 years ago
Evan Lucas 2c3939c9c0 child_process: use stdio.fd even if it is 0 9 years ago
Michaël Zasso d3178d8b1b buffer: SlowBuffer only accept valid numeric values 9 years ago
Ali Ijaz Sheikh 808de0da03 src: apply debug force load fixups from 41e63fb 9 years ago
Jeremiah Senkpiel f3696f64a1 events,lib: don't require EE#listenerCount() 9 years ago
James M Snell 609db5a1dd child_process: check execFile and fork args 9 years ago
Ben Noordhuis d010568c23 child_process: add callback parameter to .send() 9 years ago
Karl Skomski 5201cb0ff1 src: fix memory leak in ExternString 9 years ago
Jeremiah Senkpiel f6b093343d timers: minor _unrefActive fixes and improvements 9 years ago
Julien Gilli 403d7ee7d1 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli 7a8c3e08c3 timers: Avoid linear scan in _unrefActive. 10 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 9 years ago
Ben Noordhuis 7a999a1376 lib: add net.Socket#localFamily property 10 years ago
Ben Noordhuis f337595441 lib,src: add unix socket getsockname/getpeername 10 years ago
Minwoo Jung f55926a1f0 debugger: use strict equality comparison 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 9 years ago
Jeremiah Senkpiel 8cdac78bdf doc: add internal modules notice 9 years ago
Ben Noordhuis caa0d0c0a7 stream: rename poorly named function 9 years ago
Ben Noordhuis 3af8e451f2 stream: micro-optimize high water mark calculation 9 years ago
Ben Noordhuis 1a3f4a87b6 stream: fix off-by-factor-16 error in comment 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 9 years ago
Fedor Indutny 43660ad37b buffer: reapply 07c0667 9 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 9 years ago
Todd Kennedy 3849750a09 repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Sam Stites 1a3b295d0f path: use '===' instead of '==' for comparison 9 years ago
Roman Klauke ad7f74453d src: add total_available_size to v8 statistics 9 years ago