3657 Commits (9122b3b665c7cc544f8f89956d9e80b9735cccd5)

Author SHA1 Message Date
José F. Romaniello ebb9f0dc11 http: handle errors on idle sockets 9 years ago
Minwoo Jung cf3a4030e8 lib: use arrow functions instead of bind 9 years ago
Коренберг Марк c5bf35a543 tls: add `options` argument to createSecurePair 10 years ago
Michaël Zasso 61570cc052 lib,test: remove extra semicolons 9 years ago
Brian White 76b6a61297 querystring: improve parse() performance 9 years ago
Jackson Tian 748d2b4de1 buffer: make byteLength work with Buffer correctly 9 years ago
Peter Geiss fb615bdaf4 buffer: remove unnecessary TODO comments 9 years ago
Kohei TAKATA 4fbcb47fe9 readline: Remove XXX and output debuglog 9 years ago
Evan Lucas 40c8e6d75d net: remove hot path comment from connect 9 years ago
Rich Trott 583f3347d8 debugger: remove variable redeclarations 9 years ago
Fedor Indutny 7821b3e305 tls_legacy: do not read on OpenSSL's stack 9 years ago
zoubin d71f9992f9 stream: remove useless if test in transform 9 years ago
Brian White 6e829b44e3 dgram: prevent disabled optimization of bind() 9 years ago
Rich Trott 661b2557d9 http: remove variable redeclaration 9 years ago
James M Snell 15fa555204 net, doc: fix line wrapping lint in net.js 9 years ago
Josh Dague 8ed0c1c22c net: fix dns lookup for android 9 years ago
Evan Lucas 26f02405d0 repl: make sure historyPath is trimmed 9 years ago
Santiago Gimeno b8213ba7e1 cluster: ignore queryServer msgs on disconnection 9 years ago
Brian White 1bb2967d48 http: fix non-string header value concatenation 9 years ago
Santiago Gimeno f8a676ed59 cluster: fix race condition setting suicide prop 9 years ago
Andres Suarez 2e92a1a6b4 module: move unnecessary work for early return 9 years ago
Michaël Zasso 15ed64e34c lib: fix style issues after eslint update 9 years ago
James M Snell cf2b714b02 http: strictly forbid invalid characters from headers 9 years ago
cjihrig 1408f7abb1 module,src: do not wrap modules with -1 lineOffset 9 years ago
Rich Trott 87181cd74c assert: accommodate ES6 classes that extend Error 9 years ago
Rich Trott 7a1a0a0055 lib: remove unused modules 9 years ago
Roman Reiss 253fe3e7c8 dns: remove nonexistant exports.ADNAME 9 years ago
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