3611 Commits (c9b05dafe09eb127bb006f7d71cce2f790bcad1c)

Author SHA1 Message Date
Dave 8f7af9a489 http: remove excess calls to removeSocket 9 years ago
Claudio Rodriguez d265fc821a assert: typed array deepequal performance fix 9 years ago
Evan Lucas d11930d604 repl: use String#repeat instead of Array#join 9 years ago
Bo Borgerson b841967103 http: Remove an unnecessary assignment 9 years ago
cjihrig 56bed48fda module,src: do not wrap modules with -1 lineOffset 9 years ago
ronkorving 8c7b0cc977 udp: remove a needless instanceof Buffer check 9 years ago
Alexander Martin 9ab669f853 buffer: add includes() for parity with TypedArray 9 years ago
Fedor Indutny 273f40079c https: support disabling session caching 9 years ago
Fedor Indutny 5daa7118b1 tls: introduce `secureContext` for `tls.connect` 9 years ago
Julien Gilli e8a6b6526c domains: fix handling of uncaught exceptions 9 years ago
Tom Gallacher be888eac7e doc: Fixing broken links to the v8 wiki 9 years ago
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