summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2016-01-18readline: Remove XXX and output debuglogKohei TAKATA
2016-01-17buffer: remove unnecessary TODO commentsPeter Geiss
2016-01-16repl: make sure historyPath is trimmedEvan Lucas
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-15debugger: remove variable redeclarationsRich Trott
2016-01-15module: revert "optimize js and json file i/o"Rich Trott
2016-01-15fs: revert "change statSync to accessSync..."Rich Trott
2016-01-14events: make sure console functions existDave
2016-01-14querystring: improve parse() performanceBrian White
2016-01-14stream: add bytesRead property for readableJackson Tian
2016-01-13cluster: fix race condition setting suicide propSantiago Gimeno
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2016-01-13domains: clear stack when no error handlerJulien Gilli
2016-01-13dgram: prevent disabled optimization of bind()Brian White
2016-01-13http: improves expect header handlingDaniel Sellers
2016-01-12module: optimize js and json file i/oBen Noordhuis
2016-01-12module: avoid ArgumentsAdaptorTrampoline frameBen Noordhuis
2016-01-12module: cache stat() results more aggressivelyBen Noordhuis
2016-01-12fs: change statSync to accessSync in realpathSyncBen Noordhuis
2016-01-12net: remove hot path comment from connectEvan Lucas
2016-01-11tls_legacy: do not read on OpenSSL's stackFedor Indutny
2016-01-11fs: add autoClose option to fs.createWriteStreamSaquib
2016-01-11http: remove variable redeclarationRich Trott
2016-01-11module: move unnecessary work for early returnAndres Suarez
2016-01-11util: Change how Error objects are formattedMudit Ameta
2016-01-11stream: remove useless if test in transformzoubin
2016-01-11buffer: remove deprecated buffer.get/.set methodsFeross Aboukhadijeh
2016-01-08net, doc: fix line wrapping lint in net.jsJames M Snell
2016-01-08net: fix dns lookup for androidJosh Dague
2016-01-07cluster: ignore queryServer msgs on disconnectionSantiago Gimeno
2016-01-07http: overridable `clientError`Fedor Indutny
2016-01-07tls: rename `clientError` to `tlsClientError`Fedor Indutny
2016-01-06fs: fs.read into zero buffer should not throw exceptionFeross Aboukhadijeh
2016-01-06buffer: throw if both length and enc are passedMathias Buus
2016-01-04http: handle errors on idle socketsJosé F. Romaniello
2016-01-04timers: fail early when callback is not a functionAnna Henningsen
2015-12-30doc: fix spelling error in lib/url.js commentNik Nyby
2015-12-30util: faster arrayToHashJackson Tian
2015-12-30http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman
2015-12-30http: fix non-string header value concatenationBrian White
2015-12-29tools: run tick processor without forkingMatt Loring
2015-12-27child_process: guard against race conditionRich Trott
2015-12-26repl: remove unused functionRich Trott
2015-12-25lib: remove unused modulesRich Trott
2015-12-23http: 451 status code "Unavailable For Legal Reasons"Max Barinov
2015-12-23buffer: faster case for create Buffer from new Buffer(0)Jackson Tian
2015-12-23buffer: refactor create bufferJackson Tian
2015-12-22https: use `servername` in agent keyFedor Indutny
2015-12-22repl: Fixed node repl history edge case.Mudit Ameta