summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-25repl: accept no arguments to start()cjihrig
2016-02-25cluster: emit worker as first 'message' event argBen Noordhuis
2016-02-24tools: apply custom buffer lint rule to /lib onlyRich Trott
2016-02-22child_process: add keepOpen option to send()cjihrig
2016-02-22child_process: support options in send()cjihrig
2016-02-19debugger: remove unneeded callback checkRich Trott
2016-02-18url: fix lint and deopt issuesBrian White
2016-02-18url: improve url.parse() performanceBrian White
2016-02-18console: apply null as `this` for util.formatJackson Tian
2016-02-17path: fix input type checking regressionBrian White
2016-02-17stream: fix no data on partial decodeBrian White
2016-02-17net: use `_server` for internal book-keepingFedor Indutny
2016-02-17http,util: fix typos in commentsAlexander Makarenko
2016-02-16tls: nullify `.ssl` on handle closeFedor Indutny
2016-02-16repl: allow multiline function callZirak
2016-02-16cluster: dont rely on `this` in `fork`Igor Klopov
2016-02-15http: remove old, confusing commentBrian White
2016-02-15http: remove unnecessary checkBrian White
2016-02-12fs: add a temporary fix for re-evaluation supportСковорода Никита Андреевич
2016-02-12querystring: improve escape() performanceBrian White
2016-02-12querystring: improve unescapeBuffer() performanceBrian White
2016-02-12querystring: improve parse() performanceBrian White
2016-02-11http: allow async createConnection()Brian White
2016-02-11child_process: fix data loss with readable eventBrian White
2016-02-11string_decoder: fix performance regressionBrian White
2016-02-10buffer: add encoding parameter to fill()Trevor Norris
2016-02-10debugger: assert test before accessing this.bindingPrince J Wesley
2016-02-09path: performance improvements on all platformsBrian White
2016-02-09http: strictly forbid invalid characters from headersJames M Snell
2016-02-09repl: handle quotes within regexp literalPrince J Wesley
2016-02-09streams: 5% throughput gain when sending small chunksMatteo Collina
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-02-07buffer: remove deprecated Buffer.write branchdcposch@dcpos.ch
2016-02-05querystring: check that maxKeys is finiteMyles Borins
2016-02-05fs: deprecate fs.read's string interfaceSakthipriyan Vairamani
2016-02-04buffer: remove duplicated code in fromObjectHUANG Wei
2016-02-04tools: lint for spacing around unary operatorsRich Trott
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-02-02stream: prevent object map change in TransformStateEvan Lucas
2016-02-01https: evict cached sessions on errorFedor Indutny
2016-02-01fs: refactor redeclared variablesRich Trott
2016-02-01dns: coerce port to number in lookupServiceEvan Lucas
2016-02-01lib: scope loop variablesRich Trott
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