summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-04url: use `hasIntl` instead of `try-catch`Daijiro Wachi
2017-03-03stream: fix comment for sync flag of ReadableStateWang Xinyong
2017-03-03stream: remove unused `ranOut` from ReadableStateWang Xinyong
2017-03-02os: improve cpus() performanceBrian White
2017-03-02buffer: refactor Buffer.prototype.inspect()Rich Trott
2017-03-01net: remove misleading commentBen Noordhuis
2017-03-01child_process: fix deoptimizing use of argumentsVse Mozhet Byt
2017-02-28url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-02-28src: do not ignore IDNA conversion errorTimothy Gu
2017-02-27net: prefer === to ==Arseniy Maximov
2017-02-27assert: fix premature deep strict comparisonJoyee Cheung
2017-02-25fs: improve performance for sync stat() functionsBrian White
2017-02-25os: improve loadavg() performanceBrian White
2017-02-26process: fix typo in commentslevsthings
2017-02-24http: docs-only deprecation of res.writeHeader()James M Snell
2017-02-24assert: apply minor refactoringRich Trott
2017-02-23lib: rename kMaxCallbacksUntilQueueIsShortenedJungMinu
2017-02-23process: improve memoryUsage() performanceBrian White
2017-02-22fs: runtime deprecation for fs.SyncWriteStreamJames M Snell
2017-02-22domain,events: support non-object 'error' argumentBen Noordhuis
2017-02-22tty: avoid oob warning in TTYWrap::GetWindowSize()Dmitry Tsvettsikh
2017-02-22tls: do not crash on STARTTLS when OCSP requestedFedor Indutny
2017-02-22lib: more consistent use of module.exports = {} modelJames M Snell
2017-02-22lib: refactor internal/socket_listJames M Snell
2017-02-22lib: refactor internal/freelistJames M Snell
2017-02-22lib: refactor internal/linkedlistJames M Snell
2017-02-22lib: remove unnecessary assignments with _extendSakthipriyan Vairamani (thefourtheye)
2017-02-21console: fixup `console.dir()` error handlingAnna Henningsen
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-20http: add new functions to OutgoingMessageBrian White
2017-02-20tls: new tls.TLSSocket() supports sec ctx optionsSam Roberts
2017-02-20tls: use emitWarning() for dhparam < 2048 bitsJames M Snell
2017-02-19util: cleanup internalUtil.deprecateJames M Snell
2017-02-19cluster: properly handle --inspect-{brk,port}Ali Ijaz Sheikh
2017-02-19util, debugger: remove internalUtil.errorJames M Snell
2017-02-19util: eliminate unnecessary exportsJames M Snell
2017-02-18child_process: refactor internal/child_process.jsArseniy Maximov
2017-02-18child_process: remove empty if conditioncjihrig
2017-02-17dgram: improve signature of Socket.prototype.sendChristopher Hiller
2017-02-17zlib: use RangeError/TypeError consistentlyJames M Snell
2017-02-17zlib: refactor zlib moduleJames M Snell
2017-02-17util: add createClassWrapper to internal/utilJames M Snell
2017-02-17vm: refactor vm moduleJames M Snell
2017-02-17build: add code coverage to makeWayne Andrews
2017-02-16url: fix handling of ? in URLSearchParams creationTimothy Gu
2017-02-16lib: add constant kMaxCallbacksUntilQueueIsShortenedDaniel Bevenius
2017-02-16util: use ES2015+ Object.is to check negative zeroShinnosuke Watanabe
2017-02-16child_process: move anonymous class to top levelJackson Tian
2017-02-16url: implement URL.prototype.toJSONMichaël Zasso
2017-02-16dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt