13 Commits (5900d149669f759a39681635c7b97a1ac195561f)

Author SHA1 Message Date
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
seebees 1ead20f274 remove auth from host 13 years ago
seebees be4576de7a url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y)); 13 years ago
Maciej Małecki fb93ab4125 test: test for correct parsing of URLs with plus character in protocol 13 years ago
Ben Noordhuis 1b0e054737 url: throw descriptive error if url argument to parse() is not a string 13 years ago
isaacs ddfc6b78cc Close #1360 url: Allow _ in hostnames. 13 years ago
isaacs dcecfc5f1b Close #1360 url: Allow _ in hostnames. 13 years ago
Jeremy Selier 2a848fa727 Close #1149 IDNA and Punycode support in url.parse 14 years ago
Ryan Petrello 58a1d7ec30 Close #562 Close #1078 Parse file:// urls properly 14 years ago
isaacs 307f39ce9e Fix a url regression 14 years ago
isaacs 90802d628d Close #954 URL parsing/formatting corrections 14 years ago
Nick Campbell 425b57bedc Lowercase protocol and hostname since casing isn't significant. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs d664bf376d Closes GH-711 URL parse more safely 14 years ago
Jeremy Martin 6f726cf8c7 url.parse(url, true) defaults query field to {} 14 years ago