summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-03lib: wrap tick_processor scripts in IIFEAli Ijaz Sheikh
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2016-03-02lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-02-29url: group slashed protocols by protocol namenettofarah
2016-02-29path: fix path.relative() for prefixes at rootOwen Smith
2016-02-29path: fix win32 parse()Zheng Chaoping
2016-02-29repl: fix stack trace column number in strict modePrince J Wesley
2016-02-28dgram: handle default address case when offset and length are specifiedMatteo Collina
2016-02-27path: fix win32 relative() for UNC pathsOwen Smith
2016-02-27path: fix win32 relative() when "to" is a prefixOwen Smith
2016-02-27url: fix off-by-one error with parse()Brian White
2016-02-27path: fix verbose relative() outputBrian White
2016-02-26timers: greatly improve code commentsJeremiah Senkpiel
2016-02-26timers: refactor timersJeremiah Senkpiel
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