3464 Commits (e655a437b3fde33151eab3606f6d3a06d5b8e681)

Author SHA1 Message Date
James M Snell e655a437b3 http: do not allow multiple instances of certain response headers 9 years ago
James M Snell 0094a8dad7 http: add callback is function check 9 years ago
Trevor Norris 8a685e7fe3 buffer: clean up usage of __proto__ 9 years ago
Evan Lucas a1bda1b4de util: fix for inspecting promises 9 years ago
Rich Trott 070aac4a87 lib: remove redundant code, add tests in timers.js 9 years ago
Sakthipriyan Vairamani 6ad458b752 module: remove unnecessary property and method 9 years ago
Evan Lucas 88533881dd util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas 089d688617 util: fix check for Array constructor 9 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 9 years ago
Justin Chase 8593b3e8eb module: use UNC paths when loading native addons 9 years ago
Fedor Indutny 59cb053394 http: add comment about `outputSize` in res/server 9 years ago
Fedor Indutny b3d96782d4 http_server: pause socket properly 9 years ago
Fedor Indutny 05040664c2 http: fix out-of-order 'finish' bug in pipelining 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 9 years ago
charlierudolph 87e820ead5 fs: include filename in watch errors 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Ben Noordhuis 9a1bc4ea7e util: optimize promise introspection 9 years ago
Brendan Ashworth 20dae2a906 smalloc: remove module 9 years ago
Roman Reiss 680dda8023 dns: remove nonexistant exports.ADNAME 9 years ago
Roman Reiss 24fe112ec5 dns: add missing exports.BADNAME 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Evan Lucas b50e89e01f path: improve posixSplitPath performance 9 years ago
Fedor Indutny 36b969ff44 child_process: `null` channel handle on close 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Salman Aljammaz ccea33df62 repl: don't use tty control codes when $TERM is set to "dumb" 9 years ago
Malcolm Ahoy 79d2c4e1bf http: remove redundant code in _deferToConnect 9 years ago
Sakthipriyan Vairamani fcfd87d7e1 repl: backslash bug fix 9 years ago
Ben Noordhuis e68a119c18 http: guard against response splitting in trailers 9 years ago
Matt Harrison e29e470c14 readline: fix tab completion bug 9 years ago
Trevor Norris 0a329d2d1f buffer: don't set zero fill for zero-length buffer 9 years ago
Sakthipriyan Vairamani 5f6579d366 buffer: remove raw & raws encoding 9 years ago
Sam Roberts 94e663ac5f timer: ref/unref return self 9 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Malcolm Ahoy 7d7941235a http: default Agent.getName to 'localhost' 9 years ago
Karl Skomski e7a3ca3d31 src: use subarray() in Buffer#slice() for speedup 9 years ago
Brendan Ashworth c70c7781e3 streams: refactor LazyTransform to internal/ 9 years ago
Fedor Indutny 7ec0491fd0 http_server: fix resume after socket close 9 years ago
Yazhong Liu 1f842c2c61 fs: consider NaN/Infinity in toUnixTimestamp 9 years ago
Ron Korving 05d30d5396 fs: implemented WriteStream#writev 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
Michaël Zasso 729479f3f4 buffer: SlowBuffer only accept valid numeric values 9 years ago
Ali Ijaz Sheikh 0159ac9c99 src: apply debug force load fixups from 41e63fb 9 years ago
Jeremiah Senkpiel 46b7d15167 events,lib: don't require EE#listenerCount() 9 years ago
James M Snell 32037b78a2 child_process: check execFile and fork args 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Karl Skomski 599d4f5f3a src: fix memory leak in ExternString 9 years ago
Jeremiah Senkpiel 049b3a3ae2 timers: minor _unrefActive fixes and improvements 9 years ago
Julien Gilli 9724047268 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli e5bb66886b timers: Avoid linear scan in _unrefActive. 10 years ago