27 Commits (74f09432845b048598a95bf5abe6a611df5056b1)

Author SHA1 Message Date
Rich Trott 336b027411 url: return valid file: urls fom url.format() 8 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Alex Kocharin eb4201f07a url: drop auth in `url.resolve()` if host changes 10 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
Brian White e9dc6306ca url: use "empty" object for empty query strings 9 years ago
Brian White 8b16ba3bbf url: fix off-by-one error with parse() 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Rich Trott 680fb1ea03 test: fix redeclared vars in test-url 9 years ago
Brian White 1684957ff5 test: fix inconsistent styling in test-url 9 years ago
Michaël Zasso 0ec093cd41 lib,test: remove extra semicolons 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Rich Trott c14726cefc test: remove unused vars from parallel tests 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Rich Trott 3311267f75 test: remove unused `util` imports 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Frederic Hemberger 066274794c doc: update links from iojs/io.js to nodejs/io.js 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Jeffrey Jagoda 1e94057c05 url: fix resolving from non-file to file URLs. 10 years ago
Christian Tellnes abb00cc915 url: throw for invalid values to url.format 10 years ago
Amir Saboury faa687b4be url: reslove urls with . and .. 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 913addbff5 Revert "url: support `path` for url.format" 10 years ago
Evan Lucas a1e54d6fb7 url: fix parsing of ssh urls 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Jonathan Johnson c90eac7e0e url: change hostname regex to negate invalid chars 10 years ago
Jonathan Johnson 6120472036 url: change hostname regex to negate invalid chars 10 years ago
Yazhong Liu ba687f6eb4 url: support `path` for url.format 10 years ago
Yazhong Liu d312b6d15c url: support `path` for url.format 10 years ago
Evan Rutledge Borden 640ad632e3 url: fixed encoding for slash switching emulation. 10 years ago
Gabriel Wicke b705b73e46 url: make query() consistent 10 years ago
Ezequiel Rabinovich 678ead2608 querystring: remove prepended ? from query field 10 years ago
isaacs f7ede33f09 url: treat \ the same as / 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 11 years ago
isaacs 5dc51d4e21 url: Properly parse certain oddly formed urls 12 years ago
isaacs 881ef7cc5f url: ~ is not actually an unwise char 12 years ago
isaacs 17a379ec39 url: Escape all unwise characters 12 years ago
J. Lee Coltrane 54d293da56 url: make url.format escape delimiters in path and query 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
isaacs 7144be70db url: Go much faster by using Url class 12 years ago
isaacs 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Łukasz Walukiewicz 677c2c112c Ignore an empty port component when parsing URLs. 13 years ago
Ben Noordhuis 86f4846c21 url: decode url entities in auth section 13 years ago
Łukasz Walukiewicz a94ffdaec5 url: Support for IPv6 addresses in URLs. 13 years ago
Jordan Sissel 358f0ce96b url: add '.' '+' and '-' in url protocol 13 years ago
seebees 216570b5e1 Lint 13 years ago