3584 Commits (5396baf7c12e118cf42e246d1d0773337edd23f1)

Author SHA1 Message Date
Matt Loring 22478d3669 buffer: move checkFloat from lib into src 9 years ago
Minwoo Jung d01eb6882f lib: add 'pid' prefix in `internal/util` 9 years ago
cjihrig ca2e8b292f readline: deprecate undocumented exports 9 years ago
Wyatt Preul 007cfea308 util: remove pump 9 years ago
Wyatt Preul a2c0aa84e0 tty: Remove deprecated setRawMode wrapper 9 years ago
Wyatt Preul 4cf19ad1bb util: Remove exec, has been deprecated for years 9 years ago
Jackson Tian b33e9da8f9 debugger: introduce exec method for debugger 10 years ago
Evan Lucas 4fed62c876 module: cache regular expressions 9 years ago
Stefan Budeanu df268f97bc tls: use SHA1 for sessionIdContext 9 years ago
Stefan Budeanu 424ae5d4ac tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Felix Böhm a95eb5c671 debugger: also exit when the repl emits 'exit' 10 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