summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-15console: check that stderr is writableRich Trott
2016-03-15events: add eventNames() methodJames M Snell
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-15net: type check createServer options objectSam Roberts
2016-03-10lib: copy arguments object instead of leaking itNathan Woltman
2016-03-09fs: improve error message for invalid flagJames M Snell
2016-03-07path: fix normalize for absolutesEvan Lucas
2016-03-05dgram: default send address to 127.0.0.1 or ::1Matteo Collina
2016-03-05crypto: simplify Certificate class bindingsAlexander Makarenko
2016-03-04util: improve format() performance furtherBrian White
2016-03-04util: improve util.format performanceEvan Lucas
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