summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-20lib: move duplicate spliceOne into internal/utilWeijia Wang
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-09-27url: change variable name to be more descriptiveYang-Kichang
2017-09-03url: remove unused code from autoEscapeStrCyril Lakech
2017-07-17lib: update indentation of ternariesRich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-07-05lib: fix urlObject parameter name in url.formatEduardo Leggiero
2017-07-01errors,url: port url errors to internal/errorsstarkwang
2017-06-19lib: fix typosRuben Bridgewater
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-13url: ensure search property is consistently null vs emptyJustin Beckwith
2017-04-29url: move to module.exports = {} patternJames M Snell
2017-04-24url: improve descriptiveness of identifierRich Trott
2017-03-26url: name anonymous functions in urlPedro lima
2017-03-24lib: use Object.create(null) directlyTimothy Gu
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