Matt Martz
|
20e5d12a5c
|
Support csv-delimiter for csv-header
|
6 years ago |
Matt Martz
|
6603954e45
|
Bump to v1.0.6
|
6 years ago |
Matt Martz
|
e982830350
|
Revert "Be consistent, use the shorter var"
This reverts commit 3c1c9d3179 .
|
6 years ago |
Matt Martz
|
2c89c53a79
|
Switch upload pre-allocation to true, but allow disabling
|
6 years ago |
Matt Martz
|
401c469991
|
Do better calculations of the number of uploads per size to perform
|
6 years ago |
Matt Martz
|
3c1c9d3179
|
Be consistent, use the shorter var
|
6 years ago |
Matt Martz
|
e2f815618b
|
Be consistent, explicitly instantiate all exceptions
|
6 years ago |
Matt Martz
|
955a756c96
|
Ensure to specify Z for UTC in iso8601 date. Fixes #388
|
6 years ago |
Matt Martz
|
ceef55488c
|
Bump to v1.0.5
|
6 years ago |
Matt Martz
|
20eeadcb0c
|
Reorder StringIO imports again, add to_utf8 function to ensure we encode csv data properly. Fixes #385
|
6 years ago |
Matt Martz
|
4aebe01c3e
|
Bump version to 1.0.4
|
6 years ago |
Matt Martz
|
1871b26b9a
|
Flake8 fix
|
6 years ago |
Matt Martz
|
824c584658
|
Invert logic for py3 print detection, to avoid confusion created by the future package
|
6 years ago |
Matt Martz
|
9806e401e0
|
Prefer io over cStringIO and StringIO
|
6 years ago |
Matt Martz
|
1642d0669f
|
Handle utf-8 output encoding in py3 also. Fixes #382
|
6 years ago |
Matt Martz
|
2e79fbf1dc
|
Bump to 1.0.3
|
6 years ago |
Matt Martz
|
3feb38d9d4
|
Allow skipping download or upload tests. Fixes #377
|
6 years ago |
Matt Martz
|
d712f947d9
|
Always print using utf-8. Fixes #362
|
6 years ago |
Matt Martz
|
55b3cf14a3
|
Allow --share to work with --simple and --json. Fixes #375
|
6 years ago |
Matt Martz
|
33e498beb3
|
Add bytes_sent and bytes_received to the json output. Addresses #358
|
6 years ago |
Matt Martz
|
068d71597b
|
Bump to 1.0.2
|
6 years ago |
Matt Martz
|
1863c35f6b
|
alpha version bump
|
6 years ago |
Matt Martz
|
823d7dc2b7
|
Better handling of retrieving config and server list
|
6 years ago |
Matt Martz
|
411f1609e8
|
Don't sys.exit(1), instead either raise the exception, or a new SpeedtestCLIError. Fixes #352
|
6 years ago |
Matt Martz
|
7b38e264bc
|
Bump to 1.0.1
|
6 years ago |
Matt Martz
|
2acba6ecd7
|
Revert "Pre create upload data, to not impact timing"
This reverts commit 6685d91729 .
|
6 years ago |
Matt Martz
|
c512684ffa
|
Don't use mutable defaults as args for methods
|
6 years ago |
Matt Martz
|
6685d91729
|
Pre create upload data, to not impact timing
|
6 years ago |
Matt Martz
|
1d6717e714
|
Fix debug in py<=2.5
|
6 years ago |
Matt Martz
|
d41cfc0cb1
|
Use BytesIO on py3 in HTTPUploaderData
|
6 years ago |
Matt Martz
|
59880107a7
|
Support gzip encoding if available
|
6 years ago |
Matt Martz
|
4280c448cf
|
Debug print XML from servers
|
7 years ago |
Matt Martz
|
9f44a72fdb
|
Add debug output to latency testing
|
7 years ago |
Matt Martz
|
b075152e3e
|
Catch scenario where no servers could be connected to for latency tests
|
7 years ago |
Matt Martz
|
2be4d0a5e7
|
Make sure to enumerate requests to support cache busting properly
|
7 years ago |
Matt Martz
|
9299e0860c
|
Add additional note that --bytes doesn't affect json or csv
|
7 years ago |
Matt Martz
|
292e250990
|
Update API post data to match current UI post data
|
7 years ago |
Matt Martz
|
fd8b8cfa92
|
Fix SpeedtestResults attributes for upload and download
|
7 years ago |
Matt Martz
|
d0c927e8ae
|
Don't concern SpeedtestResults with units
|
7 years ago |
Matt Martz
|
6fffcd5b63
|
Remove unneeded commented out code
|
7 years ago |
Matt Martz
|
f88c41f97f
|
Don't use the crazy units data descriptor, store as bits and convert as needed
|
7 years ago |
Matt Martz
|
64b03777da
|
Divide by float to avoid incorrect 0 values
|
7 years ago |
Matt Martz
|
01abb3ae71
|
Add ability to print out the CSV headers
|
7 years ago |
Matt Martz
|
4bd4b7dfec
|
Bump copyright date range
|
7 years ago |
Matt Martz
|
b3f9a48cbb
|
Handle py3 compatibility for speedtest mini servers
|
7 years ago |
Matt Martz
|
478f9affdd
|
Better detection of file extension for mini server
|
7 years ago |
Matt Martz
|
9ccce5d861
|
Remove unneeded constants
|
7 years ago |
Matt Martz
|
2a4990c96c
|
request may get overwritten, use self.request
|
7 years ago |
Matt Martz
|
07c38d7194
|
Pre build requests, lazy build upload data
|
7 years ago |
Matt Martz
|
c5f75f783e
|
More accurate timing by setting stop stamp earlier
|
7 years ago |