3841 Commits (83aa1f7f3f5722174c2c6a667631cc9977d34a81)

Author SHA1 Message Date
cjihrig 459b106d6c repl: attach location info to syntax errors 9 years ago
cjihrig 8ca412b7a3 util: add decorateErrorStack() 9 years ago
Tom Gallacher 93739f48ff buffer: default to UTF8 in byteLength() 9 years ago
Jan Schär d7b199d9e3 net: add local address/port for better errors 9 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Jan Schär 9472a0cfad net: small code cleanup 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
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