aboutsummaryrefslogtreecommitdiff
path: root/hotline/flattened_file_object.go
AgeCommit message (Expand)Author
2025-11-18Replace hardcoded magic values with named constants and improve type safetyJeff Halter
2024-07-17Extensive refactor, quality of life enhancementsJeff Halter
2024-06-24Refactoring, cleanup, test backfillingJeff Halter
2024-06-18Adopt more fixed size array types for struct fieldsJeff Halter
2024-06-17Clean up various linter warningsJeff Halter
2024-06-17Fix io.Reader implementations and wrap more errorsJeff Halter
2024-06-15Refactoring and cleanupJeff Halter
2024-06-09Convert more bespoke methods to io.Reader/io.Writer interfacesJeff Halter
2023-04-19Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞Jeff Halter
2022-06-23Fix panic when commenting file without existing info forkJeff Halter
2022-06-20Add initial support for resource and info forksJeff Halter
2022-06-05Implement some special case file descriptionsJeff Halter
2022-06-05Handle zero length comment and file paths for Nostalgia compatibilityJeff Halter
2022-06-03Initial implementation of file transfer resumeJeff Halter
2022-05-30Fix and refactor file transfers to handle resource forksJeff Halter
2022-05-28Misc cleanupJeff Halter
2022-05-25Remove placeholder file commentJeff Halter
2022-05-25Add partial support for file create/modify timestampsJeff Halter
2022-05-25Add more file extension -> type/creator code mappingsJeff Halter
2022-05-24Fix file corruption bug for commented filesJeff Halter
2022-01-30Sanitize file path input to prevent directory traversalJeff Halter
2021-08-12More cleanupJeff Halter
2021-08-10Add tests and clean upJeff Halter
2021-07-28Move code to hotline dirJeff Halter