Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-17url: Go much faster by using Url classisaacs
2012-05-17Fix #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-07url: Don't swallow punycode errorsisaacs
2011-07-07Close #1149 IDNA and Punycode support in url.parseJeremy Selier
2011-05-27Close #562 Close #1078 Parse file:// urls properlyRyan Petrello
2011-05-11Fix a url regressionisaacs
2011-04-21Close #954 URL parsing/formatting correctionsisaacs
2011-03-15Update copyright headersRyan Dahl
2011-02-28Closes GH-711 URL parse more safelyisaacs
2011-01-07LintRyan Dahl
2011-01-05Remove path module dependency from url moduleBert Belder
2010-12-21url.parse(url, true) defaults query field to {}Jeremy Martin
2010-12-02lint url.jsisaacs
2010-11-15Implement new path.join behaviorisaacs
2010-10-07syntax 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-12trailing whitespace fixesisaacs
2010-02-22camel case variables in url moduleRyan Dahl
2010-01-25removed inline require call for querystringcloudhead
2010-01-06Fix bug in the url module's url_parse method if 'parseQueryString' is trueBenjamin Thomas
2010-01-05Add URL and QueryString modules, and tests for each.isaacs