3583 Commits (ea6e26d90470949a1c353e31a045e4158b2a08c3)

Author SHA1 Message Date
Evan Lucas ffb7deb443 net: remove hot path comment from connect 9 years ago
Fedor Indutny b70eec8f7b tls_legacy: do not read on OpenSSL's stack 9 years ago
Rich Trott 787c5d96bd http: remove variable redeclaration 9 years ago
Andres Suarez 145b66820f module: move unnecessary work for early return 9 years ago
zoubin b515ccc2a1 stream: remove useless if test in transform 9 years ago
James M Snell 9accebe087 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague 799aa74d90 net: fix dns lookup for android 9 years ago
Santiago Gimeno ff539c5bb5 cluster: ignore queryServer msgs on disconnection 9 years ago
José F. Romaniello 1dd2d015d2 http: handle errors on idle sockets 9 years ago
Nik Nyby 40076bf7f8 doc: fix spelling error in lib/url.js comment 9 years ago
Jackson Tian 8039ca06eb util: faster arrayToHash 9 years ago
Damian Schenkelman 083ae166bb http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
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