summaryrefslogtreecommitdiff
path: root/networkQuality.go
AgeCommit message (Expand)Author
2023-01-27[FEATURE] Finalize implementation of rev3 of the draftWill Hawkins
2022-12-12[Feature] Add support for test_endpointWill Hawkins
2022-12-11[Feature] Granular ThroughputJeroen Schickendantz
2022-12-11[Feature] Rev 3 of Stability (Basic implementation)Will Hawkins
2022-10-14Relicense with GPLv2Will Hawkins
2022-09-30[Feature] Extend Throughput LoggingJeroen Schickendantz
2022-08-17Update code format to meet 80-column requirement.Will Hawkins
2022-08-17[Feature] Add TCP information (RTT and Cwnd) to LoggingWill Hawkins
2022-08-17Remove the -strict optionWill Hawkins
2022-07-29[Feature] Add support for logging throughput measurementsWill Hawkins
2022-07-16[Formatting] Cleanup long lines.Will Hawkins
2022-07-16[Feature] Support spec v2 (4/4); Add data loggingWill Hawkins
2022-07-02[Feature] Support spec v2 3/nWill Hawkins
2022-07-01[Feature] Support spec v2Will Hawkins
2022-06-22[Cleanup] Make long lines shorter and fix static fmt warningsWill Hawkins
2022-06-17[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOSWill Hawkins
2022-06-13Merge branch 'main' into timeout-patchJJ
2022-06-13Add optional timeoutsJJ
2022-06-12[Bugfix] Dereference nil when type assertions failed in IncorporateConnection...Will Hawkins
2022-06-07[Bugfix] Conditional build support broken for WindowsWill Hawkins
2022-06-05[Feature] Add -extended-stats for *nix platformsWill Hawkins
2022-06-04[Feature] Add conditional compilation support for GetTCPInfoWill Hawkins
2022-06-04[Feature] Access TCP_INFO about underlying TCP connectionsWill Hawkins
2022-05-13[Refactor] Create config package and package-ify saturate()Will Hawkins
2022-05-11[Refactor/Bugfix] Refactor RPM calculation and fix calculation algorithmWill Hawkins
2022-05-05[Bugfix] Null pointer dereference when debugging disabledWill Hawkins
2022-05-05Upgraded RPM Calculation Support (Take 1)Will Hawkins
2022-05-04Make Traceable Interface and Refactor DebuggingWill Hawkins
2022-05-04Fully support self-signed certificates (and add debug levels)Will Hawkins
2022-04-01Feature: Add support for self-signed certs from the test configuration server.Will Hawkins
2022-03-26Feature: More Precise RTT/RPM calculationWill Hawkins
2022-03-19Rename: Change bearing to generatingWill Hawkins
2022-03-19Bugfix: (#8) Segfault when running w/o SSL debuggingWill Hawkins
2022-03-18Make sure that we format with short lines.Will Hawkins
2022-03-18Rework RPM calculation to (hopefully) better match section 4.2.1.Will Hawkins
2022-03-18Forgot to change module location upon changing between repository owners.Will Hawkins
2022-03-18Format long times.Will Hawkins
2022-03-17Add Dockerfile;Rich Brown
2022-03-16Format: Add a line-length formatting.Will Hawkins
2022-03-16Refactor: Move magic numbers in to a constants module.Will Hawkins
2022-03-16Bugfix: Stop doing load-inducing downloads before RPM calculationWill Hawkins
2022-03-16Refactor: Cleanup the RTT calculation functionality.Will Hawkins
2022-03-15Major update: SSL Key Logging, HTTP2 supportWill Hawkins
2022-03-14Add a license.Will Hawkins
2021-12-28Bugfix: Create new transports for each HTTP connectionWill Hawkins
2021-12-17Feature: Add support for profiling the client.Will Hawkins
2021-12-16Bugfix: Calculation of RPM was off by a factor of 5Will Hawkins
2021-12-16Bugfix: Make sure that debugging output is properly omittedWill Hawkins
2021-12-16Retype cooldownPeriod Global VariableWill Hawkins
2021-12-16Improve robustnessWill Hawkins