summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-12-21Update to go 1.21 (with note about pending update to 1.22)Will Hawkins
Signed-off-by: Will Hawkins <[email protected]>
2023-05-19Add VSCode Configuration InformationWill Hawkins
Using `gofumpt` via `gopls` makes it easier to maintain our 100-character-per-line limit. A `settings.json` file makes it easier to configure and instructions in the `README.md` help, too.
2023-02-15[Documentation] Add Makefile for those with bad memoriesWill Hawkins
For those (like me) with bad memories, it is easier to remember `make` commands than `go build` commands. So, there is now a Makefile with helpful build and test targets.
2023-02-10[Documentation] Describe how to run unit tests.Will Hawkins
2022-07-16[Formatting] Cleanup long lines.Will Hawkins
2022-06-13Add optional timeoutsJJ
2022-06-07Add `--rm` option to remove the Docker container after running RPM Test.Rich Brown
(Unused containers accumulate if you don't --rm.)
2022-05-05Upgraded RPM Calculation Support (Take 1)Will Hawkins
This patch begins the work on updated RPM calculations using the httptrace infrastructure. Because we are still not able to break out the TLS handshake time due to upstream bugs, there are some workarounds in place. However, the numbers appear much more sane.
2022-03-18Make sure that we format with short lines.Will Hawkins
2022-03-18Move from hawkinsw repository ownership to Apple repository ownership.Will Hawkins
2022-03-16Bugfix: Update README.md to include instructions for modules.Will Hawkins
2022-03-15Update README.mdWill Hawkins
1. Add information about how to test against the Apple infrastructure 2. Add updated `-help` output (after -ssl-key-file support was added)
2022-03-14Fix typos reported by @richb-hanoverWill Hawkins
2022-03-14Add README.md and Update go.mod.Will Hawkins