summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
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
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich
2014-07-31Add fast path for simple URL parsingGabriel Wicke
2014-05-07url: treat \ the same as /isaacs
2014-04-15url: treat \ the same as /isaacs
2014-04-02lib: use triple equalsYuki KAN
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-17Merge remote-tracking branch 'ry/v0.10'isaacs
2013-07-17url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-06-05Merge remote-tracking branch 'ry/v0.10'isaacs