3463 Commits (747271372f577ea600dd9f9e66edf5d1e5246abd)

Author SHA1 Message Date
Brian White 7b9f78acb2 stream: avoid pause with unpipe in buffered write 9 years ago
Trevor Norris 54795620f6 buffer: don't abort on prototype getters 9 years ago
Ben Noordhuis 8383c4fe00 assert: support arrow functions in .throws() 9 years ago
Karl Skomski d99336a391 src: replace naive search in Buffer::IndexOf 9 years ago
Fedor Indutny 2ddbbfd164 http: cork/uncork before flushing pipelined res 9 years ago
Trevor Norris d5a1b1ad7c buffer: clean up usage of __proto__ 9 years ago
Evan Lucas e0fffca836 util: fix for inspecting promises 9 years ago
Rich Trott 63644dd1cd lib: remove redundant code, add tests in timers.js 9 years ago
Evan Lucas 8dfdee3733 util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas b5c51fdba0 util: fix check for Array constructor 9 years ago
Jeremy Whitlock 546e8333ba src: fix --abort-on-uncaught-exception 9 years ago
Justin Chase 74f443583c module: use UNC paths when loading native addons 9 years ago
Dave Eddy 9d65528b01 node: add -c|--check CLI arg to syntax check script 9 years ago
charlierudolph 4a35ba4966 fs: include filename in watch errors 9 years ago
Fedor Indutny f638402e2f http: add comment about `outputSize` in res/server 9 years ago
Fedor Indutny fb7a491d1c http_server: pause socket properly 9 years ago
Fedor Indutny 99943e189d http: fix out-of-order 'finish' bug in pipelining 9 years ago
Trevor Norris 39b8730e8b async_wrap: ensure all objects have internal field 9 years ago
Ben Noordhuis d8ab4e185d util: optimize promise introspection 9 years ago
Brendan Ashworth 37cdeafa2f smalloc: remove module 9 years ago
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