Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-12buffer: make byteLength work with Buffer correctlyJackson Tian
2016-02-12buffer: remove unnecessary TODO commentsPeter Geiss
2016-02-12readline: Remove XXX and output debuglogKohei TAKATA
2016-02-12querystring: improve parse() performanceBrian White
2016-02-12net: remove hot path comment from connectEvan Lucas
2016-02-12debugger: remove variable redeclarationsRich Trott
2016-02-12tls_legacy: do not read on OpenSSL's stackFedor Indutny
2016-02-12stream: remove useless if test in transformzoubin
2016-02-12dgram: prevent disabled optimization of bind()Brian White
2016-02-12http: remove variable redeclarationRich Trott
2016-02-12net, doc: fix line wrapping lint in net.jsJames M Snell
2016-02-12net: fix dns lookup for androidJosh Dague
2016-02-12repl: make sure historyPath is trimmedEvan Lucas
2016-02-12cluster: ignore queryServer msgs on disconnectionSantiago Gimeno
2016-02-12http: fix non-string header value concatenationBrian White
2016-02-12cluster: fix race condition setting suicide propSantiago Gimeno
2016-02-12module: move unnecessary work for early returnAndres Suarez
2016-02-12lib: fix style issues after eslint updateMichaƫl Zasso
2016-02-09http: strictly forbid invalid characters from headersJames M Snell
2016-01-21module,src: do not wrap modules with -1 lineOffsetcjihrig
2016-01-19assert: accommodate ES6 classes that extend ErrorRich Trott
2016-01-19lib: remove unused modulesRich Trott
2016-01-19dns: remove nonexistant exports.ADNAMERoman Reiss
2016-01-19child_process: guard against race conditionRich Trott
2016-01-19http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman
2016-01-19repl: remove unused functionRich Trott
2016-01-19https: use `servername` in agent keyFedor Indutny
2016-01-19buffer: refactor create bufferJackson Tian
2016-01-19assert: typed array deepequal performance fixClaudio Rodriguez
2016-01-19buffer: faster case for create Buffer from new Buffer(0)Jackson Tian
2016-01-19http: Remove an unnecessary assignmentBo Borgerson
2016-01-19http: remove excess calls to removeSocketDave
2016-01-19repl: Fixed node repl history edge case.Mudit Ameta
2016-01-19child_process: flush consuming streamsDave
2016-01-19util: faster arrayToHashJackson Tian
2016-01-19repl: use String#repeat instead of Array#joinEvan Lucas
2016-01-19repl: fix require('3rdparty') regressionBen Noordhuis
2016-01-19util: determine object types in C++cjihrig
2016-01-19util: move .decorateErrorStack to internal/utilBen Noordhuis
2016-01-19module,repl: remove repl require() hackBen Noordhuis
2016-01-19repl: attach location info to syntax errorscjihrig
2016-01-19util: add decorateErrorStack()cjihrig
2016-01-19util,src: allow lookup of hidden valuescjihrig
2016-01-19doc: fix spelling error in lib/url.js commentNik Nyby
2016-01-19udp: remove a needless instanceof Buffer checkronkorving
2016-01-19doc: Fixing broken links to the v8 wikiTom Gallacher
2016-01-19repl: display error message when loading directoryPrince J Wesley
2016-01-19buffer: Prevent Buffer constructor deoptBryce Baril
2016-01-19timers: optimize callback call: bind -> arrowAndrei Sedoi
2016-01-19buffer: default to UTF8 in byteLength()Tom Gallacher