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
2016-11-04Update README with changes to helpmodularize-2Matt Martz
2016-11-03Test on py35 alsoMatt Martz
2016-11-03Fix debug in py<=2.5Matt Martz
2016-11-03Use BytesIO on py3 in HTTPUploaderDataMatt Martz
2016-11-03Support gzip encoding if availableMatt Martz
2016-09-27Debug print XML from serversMatt Martz
2016-09-27Add debug output to latency testingMatt Martz
2016-09-26Catch scenario where no servers could be connected to for latency testsMatt Martz
2016-09-20Make sure to enumerate requests to support cache busting properlyMatt Martz
2016-09-14Add additional note that --bytes doesn't affect json or csvMatt Martz
2016-09-14Update API post data to match current UI post dataMatt Martz
2016-09-14Fix SpeedtestResults attributes for upload and downloadMatt Martz
2016-09-13update usage informationMatt Martz
2016-09-13Adjust copyright in setup.pyMatt Martz
2016-09-13Don't concern SpeedtestResults with unitsMatt Martz
2016-09-12Remove unneeded commented out codeMatt Martz
2016-09-12Don't use the crazy units data descriptor, store as bits and convert as neededMatt Martz
2016-08-30Divide by float to avoid incorrect 0 valuesMatt Martz
2016-08-29Add ability to print out the CSV headersMatt Martz
2016-05-27Also list py3.5Matt Martz
2016-05-27Update readme for deprecationMatt Martz
2016-05-27Bump copyright date rangeMatt Martz
2016-05-27Deprecate speedtest_cli.pyMatt Martz
2016-05-26Handle py3 compatibility for speedtest mini serversMatt Martz
2016-05-26Better detection of file extension for mini serverMatt Martz
2016-05-17Remove unneeded constantsMatt Martz
2016-05-17request may get overwritten, use self.requestMatt Martz
2016-05-17Pre build requests, lazy build upload dataMatt Martz
2016-05-16More accurate timing by setting stop stamp earlierMatt Martz
2016-05-16Remove unneeded var, clear servers on get_servers and break if we were succes...Matt Martz
2016-03-10Try an old virtualenv version with py32Matt Martz
2016-03-10Install py32 compatible pipMatt Martz
2016-03-10Move xml.parsers.expat import for flake8Matt Martz
2016-03-10ssl.CertificateError not always availableMatt Martz
2016-03-08Ensure we don't accidentally set debug in python versions using optparseMatt Martz
2016-03-08Handle SSL errors, and specify scheme for CDN URLsMatt Martz
2016-03-08make sure ignore_servers is a listMatt Martz
2016-03-08Threading and callback improvementsMatt Martz
2016-03-08Remove unneeded importsMatt Martz
2016-03-08Handle HTTPSConnection imports differently, don't bail unless we need itMatt Martz
2016-03-08Handle broken pipe exceptions more effectivelyMatt Martz
2016-03-08Update print_ from six, so that encoding can be handled automaticallyMatt Martz
2016-01-06download and upload measurements should be stored in SpeedtestResults in the ...Matt Martz
2016-01-06Address performance degredation by incerasing read default from 1500 back to ...Matt Martz
2015-12-28Update tox.ini to reflect filename changeMatt Martz
2015-12-28Rename from speedtest_cli.py to speedtest.py, but maintain backwards compat w...Matt Martz
2015-12-23flake8 fixesMatt Martz
2015-12-23Also debug the user-agentMatt Martz
2015-12-23Add hidden debug option, which prints debug informationMatt Martz
2015-12-23Implement cache bustingMatt Martz