summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)AuthorFilesLines
2013-04-12url: Escape all unwise charactersisaacs1-3/+2
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane1-0/+5
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-2/+2
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis1-2/+2
2012-09-17url: Go much faster by using Url classisaacs1-161/+220
2012-05-16Fix #3270 Escape url.parse delimsisaacs1-18/+8
2012-03-12Ignore an empty port component when parsing URLs.Łukasz Walukiewicz1-2/+4
2012-02-20url: decode url entities in auth sectionBen Noordhuis1-8/+7
2012-01-31url: Support for IPv6 addresses in URLs.Łukasz Walukiewicz1-26/+49
2011-11-04url: add '.' '+' and '-' in url protocolJordan Sissel1-1/+1
2011-10-22Lintseebees1-4/+4
2011-10-22remove auth from hostseebees1-14/+9
2011-10-22url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees1-14/+75
2011-09-06url: add plus sign to protocol patternMaciej Małecki1-1/+1
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi1-1/+1
2011-07-21url: throw descriptive error if url argument to parse() is not a stringBen Noordhuis1-0/+4
2011-07-19Close #1360 url: Allow _ in hostnames.isaacs1-3/+3
2011-07-06url: Don't swallow punycode errorsisaacs1-11/+7
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier1-10/+44
2011-05-27Close #562 Close #1078 Parse file:// urls properlyRyan Petrello1-3/+1
2011-05-10Fix a url regressionisaacs1-7/+38
2011-04-20Close #954 URL parsing/formatting correctionsisaacs1-7/+65
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-02-27Closes GH-711 URL parse more safelyisaacs1-9/+65
2011-01-06LintRyan Dahl1-1/+1
2011-01-05Remove path module dependency from url moduleBert Belder1-20/+25
2010-12-20url.parse(url, true) defaults query field to {}Jeremy Martin1-0/+3
2010-12-02lint url.jsisaacs1-115/+146
2010-11-14Implement new path.join behaviorisaacs1-4/+13
2010-10-06syntax fixes to pass jslintJoshaven Potter1-1/+1
2010-09-02Treat "//some_path" as pathname rather than hostname by default.isaacs1-7/+12
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell1-1/+5
2010-04-11trailing whitespace fixesisaacs1-31/+31
2010-02-22camel case variables in url moduleRyan Dahl1-12/+12
2010-01-24removed inline require call for querystringcloudhead1-6/+2
2010-01-06Fix bug in the url module's url_parse method if 'parseQueryString' is trueBenjamin Thomas1-1/+6
2010-01-04Add URL and QueryString modules, and tests for each.isaacs1-0/+299