3660 Commits (352173b3bbaa09adc402b07107f1d00ae86c739f)

Author SHA1 Message Date
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis 33827e3f68 cluster: remove handles when disconnecting worker 9 years ago
qinjia 02a44e0bfd util: use regexp instead of str.replace().join() 9 years ago
Andres Suarez faa3bb8663 module: remove unnecessary JSON.stringify 9 years ago
Ashok Suthar 8625a3815e http: remove unneeded cb check from setTimeout() 9 years ago
Evan Lucas a4a0efc534 repl: don't crash if cannot open history file 9 years ago
Ben Noordhuis 82022a79b0 test: more regression tests for minDHSize option 9 years ago
Rich Trott cf0130dc0d lib: return boolean from child.send() 9 years ago
Ben Noordhuis 57bce60da3 child_process: don't fork bomb ourselves from -e 9 years ago
Myles Borins 6b0c906e6b tls: remove util and calls to util.format 9 years ago
Rich Trott cdcf00a0b9 lib,doc: return boolean from child.send() 9 years ago
Sakthipriyan Vairamani 6cf19103b6 repl: handle comments properly 9 years ago
Sakthipriyan Vairamani aaf9b488e2 lib,test: update let to const where applicable 9 years ago
Rich Trott da21dba1a0 lib: fix cluster handle leak 9 years ago
ronkorving c339fa36f5 fs: reduced duplicate code in fs.write() 9 years ago
Michaël Zasso 29da8cf8d7 util: make inherits work with classes 9 years ago
Sakthipriyan Vairamani 437930c0cc http{s}: don't connect to localhost on invalid URL 9 years ago
Trevor Norris 3308e5ea2a buffer: fix value check for writeUInt{B,L}E 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Evan Lucas 57359cd1e4 fs: don't throw in read if buffer too big 9 years ago
Evan Lucas b6207906c4 fs: pass err to callback if buffer is too big 9 years ago
Jeremiah Senkpiel ecab7a6bee repl: event ordering: delay 'close' until 'flushHistory' 9 years ago
Rich Trott b354be7761 lib: avoid REPL exit on completion error 9 years ago
Yuval Brik adfd20b6fd tls: TLSSocket options default isServer false 9 years ago
Fedor Indutny 3eecdf9f14 timers: reuse timer in `setTimeout().unref()` 9 years ago
Wyatt Preul 8b4adb267b util: Remove p, has been deprecated for years 9 years ago
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