summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-01lib: remove string_decoder.js var redeclarationsRich Trott
2016-02-01repl: remove variable redeclarationRich Trott
2016-02-01net: refactor redeclared variablesRich Trott
2016-01-31dgram: scope redeclared variablesRich Trott
2016-01-31module: refactor redeclared variableRich Trott
2016-01-31querystring: use String.prototype.split's limitManuel Valls
2016-01-31buffer: validate list elements in Buffer.concatMichaël Zasso
2016-01-30net: move isLegalPort to internal/netEvan Lucas
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2016-01-28buffer: refactor redeclared variablesRich Trott
2016-01-27url: change scoping of variables with letKári Tristan Helgason
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-01-26child_process: add shell option to spawn()cjihrig
2016-01-26tls: scope loop vars with letRich Trott
2016-01-26src: attach error to stack on displayErrorscjihrig
2016-01-25dns: throw a TypeError in lookupService with invalid portEvan Lucas
2016-01-24stream: refactor redeclared variablesRich Trott
2016-01-23fs: remove unused branchesBenjamin Gruenbaum
2016-01-22buffer: allow encoding param to collapseTrevor Norris
2016-01-22internal/child_process: call postSend on errorFedor Indutny
2016-01-23crypto: pbkdf2 deprecate digest overload.Tom Gallacher
2016-01-22http: remove reference to onParserExecuteTom Atkinson
2016-01-21net: add net.listening boolean property over a getterJosé Moreira
2016-01-19stream: prevent object map change in ReadableStateEvan Lucas
2016-01-18Revert "stream: add bytesRead property for readable"cjihrig
2016-01-18buffer: make byteLength work with Buffer correctlyJackson Tian
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