summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-01-30process: add optional code to warnings + type checkingJames M Snell
2017-01-30dns: handle implicit bind DNS errorscjihrig
2017-01-28http: make request.abort() destroy the socketLuigi Pinca
2017-01-28url: define @@toStringTag as a data propertyTimothy Gu
2017-01-28url: do not public expose inspect methods on URLTimothy Gu
2017-01-27child_process: add string shortcut for fork stdioJavis Sullivan
2017-01-27url: stop exporting originFor()Timothy Gu
2017-01-26string_decoder: align UTF-8 handling with V8Brian White
2017-01-26repl: remove workaround for function redefinitionMichaƫl Zasso
2017-01-25zlib: be strict about what strategies are acceptedRich Trott
2017-01-25querystring: improve unescapeBuffer performanceBrian White
2017-01-25querystring: improve stringify() performanceBrian White
2017-01-25querystring: improve parse() performanceBrian White
2017-01-25buffer: improve compare() performanceBrian White
2017-01-25buffer: fix comments in bidirectionalIndexOfdcposch@dcpos.ch
2017-01-23url: check forEach callback is a functionTimothy Gu
2017-01-23process: improve process.hrtimeJoyee Cheung
2017-01-23buffer: improve toJSON() performanceBrian White
2017-01-23crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley
2017-01-22url: refactor lib/internal/url.jsRich Trott
2017-01-22url: export URLSearchParamsTimothy Gu
2017-01-19url: improving URLSearchParamsTimothy Gu
2017-01-19process: add NODE_NO_WARNINGS environment variablecjihrig
2017-01-18vm: improve performance of vm.runIn*()Rich Trott
2017-01-18http: throw an error for unexpected agent valuesbrad-decker
2017-01-18fs: remove unused parameter for encodeRealpathResultJackson Tian
2017-01-18tools: rename eslintrc to an undeprecated formatSakthipriyan Vairamani
2017-01-18lib: remove unnecessary parameter for assertCrypto()Jackson Tian
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2017-01-16crypto,tls: fix mutability of return valuesRich Trott
2017-01-16test,util: remove lint workaroundsRich Trott
2017-01-16child_process: optimize IPC for large dataYuya Tanaka
2017-01-15test,repl: add coverage for repl .clear+useGlobalRich Trott
2017-01-15util: improve readability of normalizeEncodingJoyee Cheung
2017-01-14test,net: add tests for server.connectionsRich Trott
2017-01-14Revert "fs: ensure readFile[Sync] reads from the beginning"Sakthipriyan Vairamani (thefourtheye)