summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* querystring: fix empty pairs and optimize parse()Brian White2017-02-131-112/+134
* lib: replace \u2019 with regular ascii quoteBen Noordhuis2017-02-132-2/+2
* lib: build `node inspect` into `node`Anna Henningsen2017-02-131-0/+4
* fs: avoid emitting error EBADF for double closeMatteo Collina2017-02-131-13/+12
* timer: remove duplicated word in commentasafdav22017-02-131-1/+1
* child_process: align fork/spawn stdio error msgSam Roberts2017-02-111-10/+9
* url: fix error message of url.formatDavidCai2017-02-111-1/+1
* util: improve inspect for (Async|Generator)FunctionMichaël Zasso2017-02-111-5/+8
* src: make --icu-data-dir= switch testableBen Noordhuis2017-02-111-3/+1
* lib: deprecate node --debug at runtimeJosh Gavant2017-02-101-0/+5
* dgram: remove this aliasescjihrig2017-02-101-37/+36
* errors: add internal/errors.jsJames M Snell2017-02-091-0/+88
* http: include provided status code in range errorcjihrig2017-02-091-1/+3
* fs: allow WHATWG URL and file: URLs as pathsJames M Snell2017-02-062-3/+153
* buffer: stricter argument checking in toStringNikolai Vavilov2017-02-051-1/+1
* readline: update 6 comparions to strictUmair Ishaq2017-02-041-6/+6
* Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell2017-02-032-152/+3
* fs: allow WHATWG URL and file: URLs as pathsJames M Snell2017-02-032-3/+152
* url: fix setting `url.search` to the empty stringTimothy Gu2017-02-031-14/+13
* querystring, url: handle repeated sep in searchDaijiro Wachi2017-02-021-14/+23
* url: extend url.format to support WHATWG URLJames M Snell2017-02-022-37/+40
* src: unconsume stream fix in internal http implRoee Kasher2017-02-021-1/+3
* stream: move legacy to lib/internal diryorkie2017-02-012-96/+96
* url: extend URLSearchParams constructorTimothy Gu2017-01-311-4/+46
* http: use direct parameters insteadJackson Tian2017-01-311-13/+7
* url: make URLSearchParams/Iterator match specTimothy Gu2017-01-311-93/+121
* lib: add static identifier codes for all deprecationsJames M Snell2017-01-3021-44/+57
* process: add --redirect-warnings command line argumentJames M Snell2017-01-301-6/+76
* process: add optional code to warnings + type checkingJames M Snell2017-01-301-11/+30
* dns: handle implicit bind DNS errorscjihrig2017-01-301-1/+15
* http: make request.abort() destroy the socketLuigi Pinca2017-01-281-1/+5
* url: define @@toStringTag as a data propertyTimothy Gu2017-01-281-4/+4
* url: do not public expose inspect methods on URLTimothy Gu2017-01-281-2/+2
* child_process: add string shortcut for fork stdioJavis Sullivan2017-01-271-3/+17
* url: stop exporting originFor()Timothy Gu2017-01-272-2/+0
* string_decoder: align UTF-8 handling with V8Brian White2017-01-261-11/+11
* repl: remove workaround for function redefinitionMichaël Zasso2017-01-261-6/+0
* zlib: be strict about what strategies are acceptedRich Trott2017-01-251-16/+10
* querystring: improve unescapeBuffer performanceBrian White2017-01-251-19/+35
* querystring: improve stringify() performanceBrian White2017-01-251-21/+28
* querystring: improve parse() performanceBrian White2017-01-251-42/+62
* buffer: improve compare() performanceBrian White2017-01-251-17/+24
* buffer: fix comments in bidirectionalIndexOfdcposch@dcpos.ch2017-01-251-3/+4
* url: check forEach callback is a functionTimothy Gu2017-01-231-10/+8
* process: improve process.hrtimeJoyee Cheung2017-01-231-8/+10
* buffer: improve toJSON() performanceBrian White2017-01-231-4/+8
* crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley2017-01-231-1/+3
* url: refactor lib/internal/url.jsRich Trott2017-01-221-4/+6
* url: export URLSearchParamsTimothy Gu2017-01-222-0/+2
* url: improving URLSearchParamsTimothy Gu2017-01-191-43/+155