summaryrefslogtreecommitdiff
path: root/lib/url.js
AgeCommit message (Expand)Author
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2014-12-30url: improve parsing speedCGavrila
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-09url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: change hostname regex to negate invalid charsJonathan Johnson
2014-12-02url: support `path` for url.formatYazhong Liu
2014-12-02url: support `path` for url.formatYazhong Liu
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-08src: fix jslint warningTrevor Norris
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden
2014-10-01url: make query() consistentGabriel Wicke
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-08-27url: Add support for RFC 3490 separatorsMathias Bynens
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