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

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18Always encode server infoalways-encodeMatt Martz
2015-05-15Bump to 0.3.3bMatt Martz
2015-05-13Just use the global instead of calling the function againno-httpsMatt Martz
2015-04-20Attempt a Mozilla/5.0 compatible user-agent stringMatt Martz
2015-04-16Default to http, add --secure to specify use of httpsMatt Martz
2015-04-15Switch back to httpMatt Martz
2015-03-25Add some debugging for failed http requests using catch_requestMatt Martz
2015-03-25missing httplib/http.client classesMatt Martz
2015-02-26fix ups for pep8 1.6 changesv0.3.2Matt Martz
2015-02-26Support building wheels. Fixes #126Matt Martz
2015-02-26Bump to 0.3.2Matt Martz
2015-02-26README.md updatesMatt Martz
2015-02-26Use HTTPS URLs where possibleMatt Martz
2015-02-26Don't continu elooping if the request is successfulMatt Martz
2015-01-17Better handling of HTTP exceptions, and loop through server list URLs. See #86loop-urlsMatt Martz
2014-09-03s/bytes/byte/ and s/bits/bit/. Fixes #89Matt Martz
2014-08-20Send custom User-Agent with all http requests. See #86Matt Martz
2014-08-20Add timeout argumentMatt Martz
2014-08-05Bump version to 0.3.1v0.3.1Matt Martz
2014-07-30Make sure to also catch socket.error. Fixes #87Matt Martz
2014-07-25Seems some people get parser errors from c.speedtest.net, use www instead. Fi...Matt Martz
2014-06-28Bumping version to 0.3.0v0.3.0Matt Martz
2014-06-28Reorder some importsMatt Martz
2014-06-28Some people may be relying on matching Ping, don't change this yetMatt Martz
2014-06-25Merge pull request #79 from McBochi/develMatt Martz
2014-06-25Fixes sivel/speedtest-cli#76McBochi
2014-06-25If we got bogus XML that can't be parsed, provide a better error message inst...Matt Martz
2014-06-25Prevent a redirect and use the final URLMatt Martz
2014-05-27Add section about inconsistency in README.rstMatt Martz
2014-05-27Switch to httplib/http.client to allow for better timing of latency, results ...Matt Martz
2014-05-21Some additional coding guidelinesMatt Martz
2014-04-23Bump version to 0.2.7v0.2.7Matt Martz
2014-04-23Update man page with --bytes argumentMatt Martz
2014-04-23Update usage in READMEMatt Martz
2014-04-23python < 2.6 does not have the 'with' statementv0.2.6Matt Martz
2014-04-23Clean up CONTRIBUTING.mdMatt Martz
2014-04-23Bump version to 0.2.6Matt Martz
2014-04-23Improve setup.pyMatt Martz
2014-04-18When using --mini and no extension is found, try all of the standard upload e...Matt Martz
2014-04-17Better testing using toxMatt Martz
2014-04-17Update CONTRIBUTING.mdMatt Martz
2014-02-26Support output in bytes using the --bytes argumentbytesMatt Martz
2014-02-26Don't try testing python2.4, maybe we can use a drone server for thisMatt Martz
2014-02-21Fix double slashMatt Martz
2014-02-18Update to new pypip.in linksMatt Martz
2014-02-18Merge branch 'working' of github.com:sivel/speedtest-cli into workingv0.2.5Matt Martz
2014-02-18Bump version to 0.2.5Matt Martz
2014-02-18Add .travis.ymlMatt Martz
2014-02-11Merge pull request #47 from highvoltage/workingMatt Martz
2014-02-11Properly escape minus signs so that they don't become hyphensJonathan Carter