summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-02-16buffer: remove Uint8Array checkNikolai Vavilov
2017-02-15assert: remove unneeded conditionRich Trott
2017-02-15console: do not emit error eventsAnna Henningsen
2017-02-15assert: fix misformatted error messageRich Trott
2017-02-15buffer: refactor slowToStringJames M Snell
2017-02-15buffer: avoid use of argumentsJames M Snell
2017-02-15tls: avoid potentially deoptimizing use of argumentsJames M Snell
2017-02-15dns: avoid use of argumentsJames M Snell
2017-02-15lib: remove simd support from util.format()Ben Noordhuis
2017-02-14timer,domain: maintain order of timer callbacksJohn Barboza
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-13benchmark: add url/url-searchparams-sort.jsTimothy Gu
2017-02-13url: add urlSearchParams.sort()Timothy Gu
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-02-13crypto: upgrade pbkdf2 without digest to an errorJames M Snell
2017-02-13querystring: fix empty pairs and optimize parse()Brian White
2017-02-13lib: replace \u2019 with regular ascii quoteBen Noordhuis
2017-02-13lib: build `node inspect` into `node`Anna Henningsen
2017-02-13fs: avoid emitting error EBADF for double closeMatteo Collina
2017-02-13timer: remove duplicated word in commentasafdav2
2017-02-11child_process: align fork/spawn stdio error msgSam Roberts
2017-02-11url: fix error message of url.formatDavidCai
2017-02-11util: improve inspect for (Async|Generator)FunctionMichaël Zasso
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-10lib: deprecate node --debug at runtimeJosh Gavant
2017-02-10dgram: remove this aliasescjihrig