3912 Commits (1db31a34948eee311abd9881bbf5d906d0cd678b)

Author SHA1 Message Date
Ben Noordhuis 83f8d98806 module: cache stat() results more aggressively 9 years ago
Ben Noordhuis 809bf5e38c fs: change statSync to accessSync in realpathSync 9 years ago
Evan Lucas 3a7f106b8c net: remove hot path comment from connect 9 years ago
Fedor Indutny 5a2445b0c0 tls_legacy: do not read on OpenSSL's stack 9 years ago
Saquib 6039a7c1b5 fs: add autoClose option to fs.createWriteStream 9 years ago
Rich Trott bbaf0f926d http: remove variable redeclaration 9 years ago
Andres Suarez 1285671283 module: move unnecessary work for early return 9 years ago
Mudit Ameta e2f47f5698 util: Change how Error objects are formatted 9 years ago
zoubin ce9c93cac0 stream: remove useless if test in transform 9 years ago
Feross Aboukhadijeh 101bca988c buffer: remove deprecated buffer.get/.set methods 9 years ago
James M Snell adf41b9017 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague c64018e1d1 net: fix dns lookup for android 9 years ago
Santiago Gimeno f9f1dd9290 cluster: ignore queryServer msgs on disconnection 9 years ago
Fedor Indutny 5f76b24e5e http: overridable `clientError` 9 years ago
Fedor Indutny 1ab6b21360 tls: rename `clientError` to `tlsClientError` 9 years ago
Feross Aboukhadijeh 2b15e68bbe fs: fs.read into zero buffer should not throw exception 9 years ago
Mathias Buus 3b27dd5ce1 buffer: throw if both length and enc are passed 9 years ago
José F. Romaniello 5a2541de81 http: handle errors on idle sockets 9 years ago
Anna Henningsen ac153bd2a6 timers: fail early when callback is not a function 9 years ago
Nik Nyby 46eee3018b doc: fix spelling error in lib/url.js comment 9 years ago
Jackson Tian 3e740caaf3 util: faster arrayToHash 9 years ago
Damian Schenkelman 8ac1ff73fb http: use `self.keepAlive` instead of `self.options.keepAlive` 9 years ago
Brian White 2a1ef977e3 http: fix non-string header value concatenation 9 years ago
Matt Loring 3e2a2e6efa tools: run tick processor without forking 9 years ago
Rich Trott 57a51a00e8 child_process: guard against race condition 9 years ago
Rich Trott 590bc734bb repl: remove unused function 9 years ago
Rich Trott fdeb862f2b lib: remove unused modules 9 years ago
Max Barinov 1c5d4f2453 http: 451 status code "Unavailable For Legal Reasons" 9 years ago
Jackson Tian 5396baf7c1 buffer: faster case for create Buffer from new Buffer(0) 9 years ago
Jackson Tian 26a82971b2 buffer: refactor create buffer 9 years ago
Fedor Indutny 3213e5fe6e https: use `servername` in agent key 9 years ago
Mudit Ameta 29c4a2af5c repl: Fixed node repl history edge case. 9 years ago
Dave 6e11e22081 http: remove excess calls to removeSocket 9 years ago
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix 9 years ago
Evan Lucas 50125e27b7 repl: use String#repeat instead of Array#join 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Fedor Indutny 32ac3769f5 http: do not emit `upgrade` on advertisement 9 years ago
Brian White 0b43c08f44 util: pass on additional error() args 9 years ago
Bo Borgerson 88de88b5a6 http: Remove an unnecessary assignment 9 years ago
Minwoo Jung ae5bcf9528 lib: use arrow functions instead of bind 9 years ago
Xotic750 93d6b5fb68 util: use consistent Dates in inspect() 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
ronkorving 4b267df93e udp: remove a needless instanceof Buffer check 9 years ago
Fedor Indutny acef181fde https: support disabling session caching 9 years ago
Fedor Indutny c5b4f6bc99 tls: introduce `secureContext` for `tls.connect` 9 years ago
Julien Gilli 425a3545d2 domains: fix handling of uncaught exceptions 9 years ago
Tom Gallacher 9a9c5259bf doc: Fixing broken links to the v8 wiki 9 years ago
Prince J Wesley aad6b9f0eb repl: display error message when loading directory 9 years ago
Alexander Martin 67e181986a buffer: add includes() for parity with TypedArray 9 years ago
Ben Noordhuis 213ede6cee repl: fix require('3rdparty') regression 9 years ago