87 Commits (3f4a5fe61e9652265b55876e76ae899296135f7b)

Author SHA1 Message Date
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 d0552949b9 url: add plus sign to protocol pattern 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 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
isaacs 87900b14da url: Don't swallow punycode errors 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
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder af15b4e45a Remove path module dependency from url module 14 years ago
Jeremy Martin 6f726cf8c7 url.parse(url, true) defaults query field to {} 14 years ago
isaacs 7c57eb2aec lint url.js 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
isaacs 0e311717b5 Treat "//some_path" as pathname rather than hostname by default. 14 years ago
Tim Caswell 62d9852c3d Replace slow and broken for..in loops with faster for loops over the keys. 15 years ago
isaacs 57fbb627ca trailing whitespace fixes 15 years ago
Ryan Dahl b8dee2eb20 camel case variables in url module 15 years ago
cloudhead 3669c75f4d removed inline require call for querystring 15 years ago
Benjamin Thomas 947c577c0d Fix bug in the url module's url_parse method if 'parseQueryString' is true 15 years ago
isaacs 7ff04c1f86 Add URL and QueryString modules, and tests for each. 15 years ago