3571 Commits (ffb4a6e0e4f0aaeb39b829d3fba9897a5c97720a)

Author SHA1 Message Date
Brian White ffb4a6e0e4 http: fix non-string header value concatenation 9 years ago
Matt Loring 14a947fc70 tools: run tick processor without forking 9 years ago
Rich Trott 252628294b child_process: guard against race condition 9 years ago
Rich Trott 65c40d753f repl: remove unused function 9 years ago
Rich Trott b5aaccc6af lib: remove unused modules 9 years ago
Max Barinov c77fd6829a http: 451 status code "Unavailable For Legal Reasons" 9 years ago
Jackson Tian 6d8053ab56 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Jackson Tian 8781c59878 buffer: refactor create buffer 9 years ago
Fedor Indutny ca97e7276e https: use `servername` in agent key 9 years ago
Mudit Ameta 3d41a44dba repl: Fixed node repl history edge case. 9 years ago
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