summaryrefslogtreecommitdiff
path: root/networkQuality.go
AgeCommit message (Expand)Author
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
2021-12-16Bugfix: Incorrect AllSequentialIncreasesLessThan (nee IncreasesLessThan) Calc...Will Hawkins
2021-12-15More general work.Will Hawkins
2021-12-15Rename MeasurableConnection interface to LoadBearingConnection.Will Hawkins
2021-12-15Refactoring and error handling.Will Hawkins
2021-12-15Basic implementation complete.Will Hawkins
2021-12-14Add sanity checking for configuration.Will Hawkins
2021-12-14Refactoring -- more.Will Hawkins
2021-12-13Intermediate check-in commit. Adding functionality and refactoring.Will Hawkins
2021-12-10More work.Will Hawkins
2021-12-10Initial commit.Will Hawkins