summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)AuthorFilesLines
2016-03-21url: group slashed protocols by protocol namenettofarah1-4/+4
2016-03-02url: change scoping of variables with letKári Tristan Helgason1-15/+15
2016-02-15lib: fix style issues after eslint updateMichaël Zasso1-21/+21
2016-01-19doc: fix spelling error in lib/url.js commentNik Nyby1-2/+2
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell1-2/+2
2015-06-30url: fix typo in commentRich Trott1-1/+1
2015-05-09lib: fix eslint stylesYosuke Furukawa1-1/+1
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg1-1048/+518
2015-05-03Revert "url: delete href cache on all setter code paths"Rod Vagg1-5/+6
2015-05-03Revert "url: fix treatment of some values as non-empty"Rod Vagg1-14/+10
2015-05-03url: fix treatment of some values as non-emptyPetka Antonov1-10/+14
2015-05-03url: delete href cache on all setter code pathsPetka Antonov1-6/+5
2015-05-01url: significantly improve the performance of the url modulePetka Antonov1-518/+1048
2015-04-04url: fix resolving from non-file to file URLs.Jeffrey Jagoda1-1/+3
2015-03-08url: remove redundant assignment in url.parseAlex Kocharin1-1/+0
2015-03-04url: throw for invalid values to url.formatChristian Tellnes1-1/+7
2015-02-13url: reslove urls with . and ..Amir Saboury1-2/+2
2015-01-31lib: reduce util.is*() usagecjihrig1-10/+9
2015-01-21lib: use const to define constantscjihrig1-50/+50
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-12Revert "url: support `path` for url.format"Ben Noordhuis1-26/+5
2015-01-12url: fix parsing of ssh urlsEvan Lucas1-3/+2
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis1-0/+2
2014-12-30url: improve parsing speedCGavrila1-0/+2
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis1-3/+10
2014-12-09url: change hostname regex to negate invalid charsJonathan Johnson1-2/+3
2014-12-02url: change hostname regex to negate invalid charsJonathan Johnson1-2/+3
2014-12-02url: support `path` for url.formatYazhong Liu1-5/+26
2014-12-02url: support `path` for url.formatYazhong Liu1-5/+26
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-10-08src: fix jslint warningTrevor Norris1-1/+2
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden1-4/+8
2014-10-01url: make query() consistentGabriel Wicke1-0/+3
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine1-12/+5
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui1-9/+15
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens1-12/+5
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich1-1/+1
2014-07-31Add fast path for simple URL parsingGabriel Wicke1-0/+22
2014-05-07url: treat \ the same as /isaacs1-0/+6
2014-04-15url: treat \ the same as /isaacs1-0/+6
2014-04-02lib: use triple equalsYuki KAN1-1/+1
2013-08-01src: Replace macros with util functionsisaacs1-8/+11
2013-07-24lib: macro-ify type checksBen Noordhuis1-9/+8
2013-07-17Merge remote-tracking branch 'ry/v0.10'isaacs1-1/+1
2013-07-17url: Fix edge-case when protocol is non-lowercaseShuan Wang1-1/+1
2013-06-05Merge remote-tracking branch 'ry/v0.10'isaacs1-45/+48
2013-06-04url: remove unused global variableBen Noordhuis1-12/+0
2013-06-03url: Set href to null by defaultisaacs1-0/+1
2013-06-03url: Properly parse certain oddly formed urlsisaacs1-33/+47
2013-04-12url: ~ is not actually an unwise charisaacs1-1/+1