3530 Commits (7caf87bf6c9c09a37f5294de1639ca2970ccbe7b)

Author SHA1 Message Date
Rich Trott 35e32985ca child_process: guard against race condition 9 years ago
Damian Schenkelman 41fcda840c http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
Rich Trott 53dcbb6aa4 repl: remove unused function 9 years ago
Fedor Indutny 751fbd84dd https: use `servername` in agent key 9 years ago
Jackson Tian 44ee33f945 buffer: refactor create buffer 9 years ago
Claudio Rodriguez 901172a783 assert: typed array deepequal performance fix 9 years ago
Jackson Tian 138d004ac0 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Bo Borgerson 3ff237333d http: Remove an unnecessary assignment 9 years ago
Dave 39dc054572 http: remove excess calls to removeSocket 9 years ago
Mudit Ameta db0e906fc1 repl: Fixed node repl history edge case. 9 years ago
Dave 48564204f0 child_process: flush consuming streams 9 years ago
Jackson Tian f4414102ed util: faster arrayToHash 9 years ago
Evan Lucas 9855fab05f repl: use String#repeat instead of Array#join 9 years ago
Ben Noordhuis 41882e4077 repl: fix require('3rdparty') regression 9 years ago
cjihrig b421119984 util: determine object types in C++ 9 years ago
Ben Noordhuis 6a7c9d9293 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis 0ae90ecd3d module,repl: remove repl require() hack 9 years ago
cjihrig 93afc39d4a repl: attach location info to syntax errors 9 years ago
cjihrig 422a865d46 util: add decorateErrorStack() 9 years ago
cjihrig 1bf84b9d41 util,src: allow lookup of hidden values 9 years ago
Nik Nyby abb17cc6c1 doc: fix spelling error in lib/url.js comment 9 years ago
ronkorving dd0c925896 udp: remove a needless instanceof Buffer check 9 years ago
Tom Gallacher 6c30d087e5 doc: Fixing broken links to the v8 wiki 9 years ago
Prince J Wesley d4806675a6 repl: display error message when loading directory 9 years ago
Bryce Baril c6dc2a1609 buffer: Prevent Buffer constructor deopt 9 years ago
Andrei Sedoi 86b47e8dc0 timers: optimize callback call: bind -> arrow 9 years ago
Tom Gallacher a320045e68 buffer: default to UTF8 in byteLength() 9 years ago
Jan Schär a7367fdc1e net: small code cleanup 9 years ago
yorkie 5bf56882e1 fs,doc: use `target` instead of `destination` 9 years ago
Brian White 2d5380ea25 util: fix constructor/instanceof checks 9 years ago
Sakthipriyan Vairamani 3d81ea99bb lib,test: update let to const where applicable 9 years ago
Tristian Flanagan 8a9869eeab module: fix column offsets in errors 9 years ago
Felix Böhm 31b4091a1e debugger: also exit when the repl emits 'exit' 9 years ago
Julien Gilli 88e8d93e14 domains: fix handling of uncaught exceptions 9 years ago
Myles Borins 667f9ab66b meta: remove use of profanity in source 9 years ago
Fedor Indutny 6513a5ac59 stream_wrap: error if stream has StringDecoder 9 years ago
Peter A. Bigot 434305d4f0 buffer: fix writeInt{B,L}E for some neg values 9 years ago
Jan Schär f0e37c2128 net: add local address/port for better errors 9 years ago
Evan Lucas 9b713f142a module: cache regular expressions 9 years ago
Yosuke Furukawa 8d03ec9b7c querystring: Parse multiple separator characters 9 years ago
cjihrig 8d8e721dbd child_process: add safety checks on stdio access 9 years ago
Stefan Budeanu b52c92783d tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Ben Noordhuis d46d9f1dd4 cluster: remove handles when disconnecting worker 9 years ago
Ben Noordhuis 02ea6f4123 child_process: don't fork bomb ourselves from -e 9 years ago
Myles Borins fe96c74f93 tls: remove util and calls to util.format 9 years ago
cjihrig 160702c1bc cluster: send suicide message on disconnect 9 years ago
qinjia 301e166d20 util: use regexp instead of str.replace().join() 9 years ago
Evan Lucas b9b2f1a22f repl: don't crash if cannot open history file 9 years ago
Andres Suarez 5086a9c919 module: remove unnecessary JSON.stringify 9 years ago
Craig Cavalier 0a8e8d976a zlib: only apply drain listener if given callback 9 years ago