3584 Commits (5396baf7c12e118cf42e246d1d0773337edd23f1)

Author SHA1 Message Date
Jeremiah Senkpiel 73b7e052c0 repl: limit persistent history correctly on load 9 years ago
Коренберг Марк d8db75730f tls: add `options` argument to createSecurePair 10 years ago
Johannes Wüller 0803962860 fs: add file descriptor support to *File() funcs 9 years ago
Michaël Zasso 8c043c1245 console: rename argument of time and timeEnd 9 years ago
Michaël Zasso 419f7d4726 console: sub-millisecond accuracy for console.time 9 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Shigeki Ohtsu f72e178a78 tls: add minDHSize option to tls.connect() 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Calvin Metcalf 8854183fe5 stream: avoid unnecessary concat of a single buffer. 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Fábio Santos 85b74de9de stream: fix signature of _write() in a comment 9 years ago
Ryan Graham bde32f8a4d lib: fix undefined timeout regression 9 years ago
Fedor Indutny 51325c03d4 tls: use parent handle's close callback 9 years ago
Trevor Norris a713024579 net: don't throw on bytesWritten access 9 years ago
Brian White 68990948fe stream: avoid pause with unpipe in buffered write 9 years ago
Trevor Norris e97dae573c buffer: don't abort on prototype getters 9 years ago
Rich Trott 47befffc53 lib,test: deprecate _linklist 9 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Fedor Indutny 184f09dbe4 http: cork/uncork before flushing pipelined res 9 years ago
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