summaryrefslogtreecommitdiff
path: root/lib/url.js
Commit message (Expand)AuthorAgeFilesLines
* url: group slashed protocols by protocol namenettofarah2016-02-291-4/+4
* url: fix off-by-one error with parse()Brian White2016-02-271-1/+1
* url: fix lint and deopt issuesBrian White2016-02-181-24/+24
* url: improve url.parse() performanceBrian White2016-02-181-153/+414
* url: change scoping of variables with letKári Tristan Helgason2016-01-271-15/+15
* lib: fix style issues after eslint updateMichaël Zasso2016-01-131-21/+21
* doc: fix spelling error in lib/url.js commentNik Nyby2015-12-301-2/+2
* lib: Consistent error messages in all modulesmicnic2015-11-091-2/+2
* doc: multiple documentation updates cherry picked from v0.12James M Snell2015-08-051-2/+2
* url: fix typo in commentRich Trott2015-06-301-1/+1
* lib: fix eslint stylesYosuke Furukawa2015-05-091-1/+1
* Revert "url: significantly improve the performance of the url module"Rod Vagg2015-05-031-1048/+518
* Revert "url: delete href cache on all setter code paths"Rod Vagg2015-05-031-5/+6
* Revert "url: fix treatment of some values as non-empty"Rod Vagg2015-05-031-14/+10
* url: fix treatment of some values as non-emptyPetka Antonov2015-05-031-10/+14
* url: delete href cache on all setter code pathsPetka Antonov2015-05-031-6/+5
* url: significantly improve the performance of the url modulePetka Antonov2015-05-011-518/+1048
* url: fix resolving from non-file to file URLs.Jeffrey Jagoda2015-04-041-1/+3
* url: remove redundant assignment in url.parseAlex Kocharin2015-03-081-1/+0
* url: throw for invalid values to url.formatChristian Tellnes2015-03-041-1/+7
* url: reslove urls with . and ..Amir Saboury2015-02-131-2/+2
* lib: reduce util.is*() usagecjihrig2015-01-311-10/+9
* lib: use const to define constantscjihrig2015-01-211-50/+50
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* Revert "url: support `path` for url.format"Ben Noordhuis2015-01-121-26/+5
* url: fix parsing of ssh urlsEvan Lucas2015-01-121-3/+2
* Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis2015-01-051-0/+2
|\
| * url: improve parsing speedCGavrila2014-12-301-0/+2
| * url: change hostname regex to negate invalid charsJonathan Johnson2014-12-021-2/+3
| * url: support `path` for url.formatYazhong Liu2014-12-021-5/+26
* | lib: micro-optimize url.resolve()Ben Noordhuis2014-12-201-3/+10
* | url: change hostname regex to negate invalid charsJonathan Johnson2014-12-091-2/+3
* | url: support `path` for url.formatYazhong Liu2014-12-021-5/+26
* | lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
|/
* src: fix jslint warningTrevor Norris2014-10-081-1/+2
* url: fixed encoding for slash switching emulation.Evan Rutledge Borden2014-10-061-4/+8
* url: make query() consistentGabriel Wicke2014-10-011-0/+3
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-161-12/+5
|\
| * url: Add support for RFC 3490 separatorsMathias Bynens2014-08-271-12/+5
| * url: treat \ the same as /isaacs2014-04-151-0/+6
* | lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-9/+15
* | querystring: remove prepended ? from query fieldEzequiel Rabinovich2014-08-121-1/+1
* | Add fast path for simple URL parsingGabriel Wicke2014-07-311-0/+22
* | url: treat \ the same as /isaacs2014-05-071-0/+6
* | lib: use triple equalsYuki KAN2014-04-021-1/+1
* | src: Replace macros with util functionsisaacs2013-08-011-8/+11
* | lib: macro-ify type checksBen Noordhuis2013-07-241-9/+8
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-07-171-1/+1
|\ \ | |/
| * url: Fix edge-case when protocol is non-lowercaseShuan Wang2013-07-171-1/+1
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-06-051-45/+48
|\ \ | |/