summaryrefslogtreecommitdiff
path: root/test/parallel/test-url.js
Commit message (Expand)AuthorAgeFilesLines
* url, test: break up test-url.jsJoyee Cheung2017-01-301-1714/+0
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-10/+10
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-11/+11
* url: do not truncate long hostnamesJunshu Okamoto2016-12-241-0/+11
* test,url: improve escaping in url.parsejoyeecheung2016-12-051-0/+14
* test: expand test coverage for url.jsJunshu Okamoto2016-10-081-0/+11
* test: expand test coverage for url.jsJunshu Okamoto2016-10-031-0/+11
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-201-2/+2
* url: keep auth in `url.resolve()` if host matchesIlkka Myller2016-08-241-0/+3
* url: fix inconsistent port in url.resolveObjectIlkka Myller2016-08-231-0/+5
* url: `url.format()` encodes all `#` in `search`Ilkka Myller2016-08-181-0/+13
* url: return valid file: urls fom url.format()Rich Trott2016-06-161-14/+35
* tools: lint for object literal spacingRich Trott2016-05-081-3/+3
* url: drop auth in `url.resolve()` if host changesAlex Kocharin2016-04-251-1/+15
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-17/+38
* url: use "empty" object for empty query stringsBrian White2016-04-201-1/+3
* url: fix off-by-one error with parse()Brian White2016-02-271-0/+15
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-14/+13
* test: fix redeclared vars in test-urlRich Trott2016-02-021-13/+13
* test: fix inconsistent styling in test-urlBrian White2016-02-011-749/+749
* lib,test: remove extra semicolonsMichaël Zasso2016-01-161-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-25/+25
* test: remove unused vars from parallel testsRich Trott2016-01-041-3/+0
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: remove unused `util` importsRich Trott2015-12-251-2/+1
* node: rename from io.js to nodecjihrig2015-08-231-1/+1
* lib,test: fix whitespace issuesRoman Reiss2015-06-151-1/+0
* test: enable linting for testsRoman Reiss2015-05-191-17/+18
* doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger2015-05-181-1/+1
* Revert "url: significantly improve the performance of the url module"Rod Vagg2015-05-031-1355/+9
* url: significantly improve the performance of the url modulePetka Antonov2015-05-011-9/+1355
* url: fix resolving from non-file to file URLs.Jeffrey Jagoda2015-04-041-1/+3
* url: throw for invalid values to url.formatChristian Tellnes2015-03-041-0/+17
* url: reslove urls with . and ..Amir Saboury2015-02-131-0/+8
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* Revert "url: support `path` for url.format"Ben Noordhuis2015-01-121-73/+4
* url: fix parsing of ssh urlsEvan Lucas2015-01-121-0/+16
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+1625