aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-02-09errors: add internal/errors.jsJames M Snell
2017-02-09http: include provided status code in range errorcjihrig
2017-02-06fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-05buffer: stricter argument checking in toStringNikolai Vavilov
2017-02-04readline: update 6 comparions to strictUmair Ishaq
2017-02-03Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell
2017-02-03fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-03url: fix setting `url.search` to the empty stringTimothy Gu
2017-02-02querystring, url: handle repeated sep in searchDaijiro Wachi
2017-02-02url: extend url.format to support WHATWG URLJames M Snell
2017-02-02src: unconsume stream fix in internal http implRoee Kasher
2017-02-01stream: move legacy to lib/internal diryorkie
2017-01-31url: extend URLSearchParams constructorTimothy Gu
2017-01-31http: use direct parameters insteadJackson Tian
2017-01-31url: make URLSearchParams/Iterator match specTimothy Gu
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-30process: add --redirect-warnings command line argumentJames M Snell