| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-21 | Update to go 1.21 (with note about pending update to 1.22) | Will Hawkins | |
| Signed-off-by: Will Hawkins <[email protected]> | |||
| 2023-05-19 | Add VSCode Configuration Information | Will 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 memories | Will 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-13 | Add optional timeouts | JJ | |
| 2022-06-07 | Add `--rm` option to remove the Docker container after running RPM Test. | Rich Brown | |
| (Unused containers accumulate if you don't --rm.) | |||
| 2022-05-05 | Upgraded 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-18 | Make sure that we format with short lines. | Will Hawkins | |
| 2022-03-18 | Move from hawkinsw repository ownership to Apple repository ownership. | Will Hawkins | |
| 2022-03-16 | Bugfix: Update README.md to include instructions for modules. | Will Hawkins | |
| 2022-03-15 | Update README.md | Will 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-14 | Fix typos reported by @richb-hanover | Will Hawkins | |
| 2022-03-14 | Add README.md and Update go.mod. | Will Hawkins | |
