summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 v2 2/nWill Hawkins
2022-07-01[Feature] Support spec v2Will Hawkins
2022-06-29Merge pull request #31 from network-quality/data-analysis-routerWill Hawkins
2022-06-28Cipher comparison on non-AES hardwareJJ
2022-06-22[Cleanup] Make long lines shorter and fix static fmt warningsWill Hawkins
2022-06-22Merge pull request #30 from network-quality/extended-stats-windowsWill Hawkins
2022-06-22[Feature] Add extendedstats support for WindowsJJ
2022-06-17[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOSWill Hawkins
2022-06-17[Feature] Expose send/recv mss, and reorderings in extended statsWill Hawkins
2022-06-15[Bugfix] Compilation error on Windows from missing packageWill Hawkins
2022-06-13Merge pull request #25 from network-quality/timeout-patchWill 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-10Merge pull request #22 from richb-hanover/mainWill Hawkins
2022-06-10Merge pull request #24 from acohn/darwin-noextendedstatsWill Hawkins
2022-06-10update go.mod: golang.org/x/sys is no longer indirectAlex Cohn
2022-06-10Disable extendedstats on darwinAlex Cohn
2022-06-07Merge branch 'network-quality:main' into mainRich Brown
2022-06-07Add `--rm` option to remove the Docker container after running RPM Test.Rich Brown
2022-06-07[Bugfix] Conditional build support broken for WindowsWill Hawkins
2022-06-05Update Dockerfile for golang 1.18.3 and alpine 3.16Rich Brown
2022-06-05Merge branch 'network-quality:main' into mainRich Brown
2022-06-05Update Docker base to use golan 1.18.1Rich Brown
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-06-04[Bugfix #21] Bad alignment of elements in structs accessed atomicallyWill Hawkins
2022-05-17[Comments] Fix a few commentsWill Hawkins
2022-05-13[Improvement] Increase granularity of transfer rate calculationWill Hawkins
2022-05-13[Refactor] Additional (general) refactoring.Will Hawkins
2022-05-13[Refactor] Create config package and package-ify saturate()Will Hawkins
2022-05-12[Functionality] Match Apple's Client RPM Calcuation -- Remove DNSWill Hawkins
2022-05-12[Functionality] Change definition of percent changeWill Hawkins
2022-05-11[Refactor/Bugfix] Refactor RPM calculation and fix calculation algorithmWill Hawkins
2022-05-11[Bugfix] Support reused connections in calculating RPMWill Hawkins
2022-05-11Refactor RPM calculationsWill Hawkins
2022-05-09[Data analysis] Script that generated those dataWill Hawkins
2022-05-09[Data Analysis] First data analysis resultsWill Hawkins
2022-05-06Merge branch 'main' of https://github.com/richb-hanover/goresponsiveness-1Rich Brown
2022-05-05[Bugfix] Null pointer dereference when debugging disabledWill Hawkins
2022-05-05Merge branch 'main' of https://github.com/richb-hanover/goresponsiveness-1Rich Brown
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-06Add .gitignore fileRich Brown
2022-04-01Feature: Add support for self-signed certs from the test configuration server.Will Hawkins