summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
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
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-30url: improve parsing speedCGavrila
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-09url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: support `path` for url.formatYazhong Liu
2014-12-02url: support `path` for url.formatYazhong Liu
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-08src: fix jslint warningTrevor Norris
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden
2014-10-01url: make query() consistentGabriel Wicke
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens