summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-04url: use `hasIntl` instead of `try-catch`Daijiro Wachi
2017-02-28src: do not ignore IDNA conversion errorTimothy Gu
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-11url: fix error message of url.formatDavidCai
2017-02-02url: extend url.format to support WHATWG URLJames M Snell
2017-01-27url: stop exporting originFor()Timothy Gu
2017-01-22url: export URLSearchParamsTimothy Gu
2016-12-30url: move originFor, domainToAscii and domainToUnicodeJames M Snell
2016-12-24url: do not truncate long hostnamesJunshu Okamoto
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-06url: add a got host pattern in url.jsAxel Monroy
2016-12-05test,url: improve escaping in url.parsejoyeecheung
2016-11-23lib,tools: remove unneeded escaping of /Prince J Wesley
2016-11-09lib,test: remove unneeded escaping of /Rich Trott
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-09-11url: fix off-by-one error in loop handling dotsLuigi Pinca
2016-08-24url: keep auth in `url.resolve()` if host matchesIlkka Myller
2016-08-23url: fix inconsistent port in url.resolveObjectIlkka Myller
2016-08-18url: `url.format()` encodes all `#` in `search`Ilkka Myller
2016-06-29net: use icu's punycode implementationJames M Snell
2016-06-16url: return valid file: urls fom url.format()Rich Trott
2016-04-25url: drop auth in `url.resolve()` if host changesAlex Kocharin
2016-04-20url: use "empty" object for empty query stringsBrian White
2016-02-29url: group slashed protocols by protocol namenettofarah
2016-02-27url: fix off-by-one error with parse()Brian White
2016-02-18url: fix lint and deopt issuesBrian White
2016-02-18url: improve url.parse() performanceBrian White
2016-01-27url: change scoping of variables with letKári Tristan Helgason
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-12-30doc: fix spelling error in lib/url.js commentNik Nyby
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-06-30url: fix typo in commentRich Trott
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-03Revert "url: delete href cache on all setter code paths"Rod Vagg
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov
2015-05-03url: delete href cache on all setter code pathsPetka Antonov
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-04-04url: fix resolving from non-file to file URLs.Jeffrey Jagoda
2015-03-08url: remove redundant assignment in url.parseAlex Kocharin
2015-03-04url: throw for invalid values to url.formatChristian Tellnes
2015-02-13url: reslove urls with . and ..Amir Saboury
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis
2015-01-12url: fix parsing of ssh urlsEvan Lucas