3550 Commits (5f5d3250301ef79e413f71264fd76d14b65777c2)

Author SHA1 Message Date
Prince J Wesley 5f5d325030 repl: display error message when loading directory 9 years ago
Ben Noordhuis 1999fdc859 repl: fix require('3rdparty') regression 9 years ago
Rich Trott 91cbc014ba assert: accommodate ES6 classes that extend Error 9 years ago
Matt Loring 1c1c1a0f2b tools: add --prof-process flag to node binary 9 years ago
Matt Loring 08a3f29fd4 buffer: fix range checking for slowToString 9 years ago
Fedor Indutny 8f845ba28a stream_wrap: error if stream has StringDecoder 9 years ago
yorkie 4c8800c2de fs,doc: use `target` instead of `destination` 9 years ago
Bryce Baril e3a8e8bba4 buffer: Prevent Buffer constructor deopt 9 years ago
Brian White 756ab9caad stream: be less eager with readable flag 9 years ago
Myles Borins e8e4e0718b meta: remove use of profanity in source 9 years ago
Brian White 1c1af81ea0 streams: update .readable/.writable to false 10 years ago
cjihrig 1b434e0654 util: determine object types in C++ 9 years ago
Andrei Sedoi 1279adc756 timers: optimize callback call: bind -> arrow 9 years ago
Zirak 0869ef3c55 repl: allow leading period in multiline input 9 years ago
Peter A. Bigot 0e18e68324 buffer: fix writeInt{B,L}E for some neg values 9 years ago
Dave 7793c364fc child_process: flush consuming streams 9 years ago
Brian White c93e2678f0 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 098a3113e1 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis 8988e1e117 module,repl: remove repl require() hack 9 years ago
cjihrig aaab108dfe repl: attach location info to syntax errors 9 years ago
cjihrig e68ea16c32 util: add decorateErrorStack() 9 years ago
Tom Gallacher ab5b529dd2 buffer: default to UTF8 in byteLength() 9 years ago
Jan Schär baac81d95f net: add local address/port for better errors 9 years ago
cjihrig c584c3e08f util,src: allow lookup of hidden values 9 years ago
Jan Schär 12754c5dc3 net: small code cleanup 9 years ago
Tristian Flanagan 13834caa28 module: fix column offsets in errors 9 years ago
Matt Loring fcf0e8ebdf buffer: move checkFloat from lib into src 9 years ago
Jackson Tian ce423f3624 debugger: introduce exec method for debugger 10 years ago
Fedor Indutny 12e70fafd3 http: fix pipeline regression 9 years ago
Stefan Budeanu 2f16be2b70 tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Evan Lucas 5c54fa0095 module: cache regular expressions 9 years ago
Felix Böhm 66dccaf0cd debugger: also exit when the repl emits 'exit' 10 years ago
Minwoo Jung d61cb90ee3 util: use Object.create(null) for dictionary object 9 years ago
Craig Cavalier 33ffc62670 zlib: only apply drain listener if given callback 9 years ago
Myles Borins d70deabf90 zlib: pass kind to recursive calls to flush 9 years ago
Yosuke Furukawa fd3f0d8e6e querystring: Parse multiple separator characters 9 years ago
cjihrig 84bb74547d child_process: add safety checks on stdio access 9 years ago
Zheng Chaoping 2aa6a6d998 fs: return null error on readFile() success 9 years ago
cjihrig 47f3735e88 cluster: send suicide message on disconnect 9 years ago
Roman Reiss 5ed30da5a0 console: use 'label' argument for time and timeEnd 9 years ago
Hemanth.HM 75dbafc3f8 repl: To exit, press ^C again or type .exit. 9 years ago
Ben Noordhuis d64a56cba5 cluster: remove handles when disconnecting worker 9 years ago
qinjia 9a45c21e6c util: use regexp instead of str.replace().join() 9 years ago
Andres Suarez 89285db128 module: remove unnecessary JSON.stringify 9 years ago
Ashok Suthar a7f28a098e http: remove unneeded cb check from setTimeout() 9 years ago
Evan Lucas 5073da0481 repl: don't crash if cannot open history file 9 years ago
Ben Noordhuis 81522480f1 test: more regression tests for minDHSize option 9 years ago
Rich Trott d2b5dcb2de lib: return boolean from child.send() 9 years ago
Ben Noordhuis e888471a11 child_process: don't fork bomb ourselves from -e 9 years ago
Myles Borins b64ce5960f tls: remove util and calls to util.format 9 years ago