3611 Commits (809bf5e38cdb1fe304da9d413f07e9d7e66ce8f9)

Author SHA1 Message Date
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
Matt Loring ec836547c4 buffer: fix range checking for slowToString 9 years ago
Fedor Indutny de2fd63612 stream_wrap: error if stream has StringDecoder 9 years ago
yorkie 8c35903ba3 fs,doc: use `target` instead of `destination` 9 years ago
Bryce Baril 7239494b54 buffer: Prevent Buffer constructor deopt 9 years ago
Fedor Indutny d332ae4799 http: fix pipeline regression 9 years ago
Brian White 292218828e stream: be less eager with readable flag 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
Myles Borins b619831381 meta: remove use of profanity in source 9 years ago
Brian White cc0342a517 streams: update .readable/.writable to false 10 years ago
cjihrig 6526ae7b37 util: determine object types in C++ 9 years ago
Andrei Sedoi fbcd687c08 timers: optimize callback call: bind -> arrow 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Zirak 451254ed25 repl: allow leading period in multiline input 9 years ago
Peter A. Bigot bea67422df buffer: fix writeInt{B,L}E for some neg values 9 years ago
Dave 34b535f4ca child_process: flush consuming streams 9 years ago
Brian White 82b8355e12 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Nathan Woltman d1000b4137 path: make format() consistent and more functional 9 years ago
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' 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