3524 Commits (a95eb5c671e8fc523a345eefcb14239f37288849)

Author SHA1 Message Date
Felix Böhm a95eb5c671 debugger: also exit when the repl emits 'exit' 9 years ago
Minwoo Jung 9d0396cd63 util: use Object.create(null) for dictionary object 9 years ago
Craig Cavalier 1736ad8264 zlib: only apply drain listener if given callback 9 years ago
Myles Borins fa27c5634b zlib: pass kind to recursive calls to flush 9 years ago
Ben Noordhuis 34a35919e1 util: improve typed array formatting 9 years ago
Yosuke Furukawa a776a86859 querystring: Parse multiple separator characters 9 years ago
Vladimir Varankin a5cce79ec3 console: delete timers that have ended 9 years ago
cjihrig 7b355c5bb3 child_process: add safety checks on stdio access 9 years ago
Zheng Chaoping 1594198600 fs: return null error on readFile() success 9 years ago
cjihrig f299d870dc cluster: send suicide message on disconnect 9 years ago
cjihrig b70dc67828 lib,test: remove publicly exposed freelist 9 years ago
Roman Reiss 9aee2c0e26 console: use 'label' argument for time and timeEnd 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
Hemanth.HM 354f9ce458 repl: To exit, press ^C again or type .exit. 9 years ago
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