summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
2014-08-12querystring: remove prepended ? from query fieldEzequiel Rabinovich
2014-07-31Add fast path for simple URL parsingGabriel Wicke
2014-05-07url: treat \ the same as /isaacs
2014-04-15url: treat \ the same as /isaacs
2014-04-02lib: use triple equalsYuki KAN
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-17Merge remote-tracking branch 'ry/v0.10'isaacs
2013-07-17url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-06-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-06-04url: remove unused global variableBen Noordhuis
2013-06-03url: Set href to null by defaultisaacs
2013-06-03url: Properly parse certain oddly formed urlsisaacs
2013-04-12url: ~ is not actually an unwise charisaacs
2013-04-12url: Escape all unwise charactersisaacs
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis
2012-09-17url: Go much faster by using Url classisaacs
2012-05-16Fix #3270 Escape url.parse delimsisaacs
2012-03-12Ignore an empty port component when parsing URLs.Łukasz Walukiewicz
2012-02-20url: decode url entities in auth sectionBen Noordhuis
2012-01-31url: Support for IPv6 addresses in URLs.Łukasz Walukiewicz
2011-11-04url: add '.' '+' and '-' in url protocolJordan Sissel
2011-10-22Lintseebees
2011-10-22remove auth from hostseebees
2011-10-22url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees
2011-09-06url: add plus sign to protocol patternMaciej Małecki
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-07-21url: throw descriptive error if url argument to parse() is not a stringBen Noordhuis
2011-07-19Close #1360 url: Allow _ in hostnames.isaacs
2011-07-06url: Don't swallow punycode errorsisaacs
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier
2011-05-27Close #562 Close #1078 Parse file:// urls properlyRyan Petrello
2011-05-10Fix a url regressionisaacs
2011-04-20Close #954 URL parsing/formatting correctionsisaacs
2011-03-14Update copyright headersRyan Dahl
2011-02-27Closes GH-711 URL parse more safelyisaacs
2011-01-06LintRyan Dahl
2011-01-05Remove path module dependency from url moduleBert Belder
2010-12-20url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-02lint url.jsisaacs
2010-11-14Implement new path.join behaviorisaacs
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-09-02Treat "//some_path" as pathname rather than hostname by default.isaacs
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell
2010-04-11trailing whitespace fixesisaacs
2010-02-22camel case variables in url moduleRyan Dahl
2010-01-24removed inline require call for querystringcloudhead
2010-01-06Fix bug in the url module's url_parse method if 'parseQueryString' is trueBenjamin Thomas