| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-25 | Add partial support for file create/modify timestamps | Jeff Halter | |
| This replaces hardcoded placeholder create/modify timestamps with the real times, mostly. Create time is OS specific, so for now I'm ignoring it at using the modify time as a stand-in. | |||
| 2022-05-24 | Fix file corruption bug for commented files | Jeff Halter | |
| This fixes a bug that happens when an uploaded file contains a file comment. The bug happens because the comment byte length was not included when calculating the length of the information header, causing the comment bytes to be appendedto the file. | |||
| 2022-01-30 | Sanitize file path input to prevent directory traversal | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |