aboutsummaryrefslogtreecommitdiff
path: root/hotline/files.go
AgeCommit message (Expand)Author
2025-11-19Fix error when downloading incomplete filesJeff Halter
2025-11-18Add support for GIF banners with validation and improved error messagesJeff 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 bespoke methods to io.Reader/io.Writer interfacesJeff Halter
2024-06-08Ignore files with incompatible namesJeff Halter
2024-04-12Minor cleanupJeff Halter
2024-04-12Fix handling of symlinks in Files dirJeff Halter
2024-04-04Add support for Mac Roman character encoding.Jeff Halter
2023-04-19Use strings.ReplaceAll methodJeff Halter
2023-04-19Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞Jeff Halter
2023-04-19Replace deprecated ioutilJeff Halter
2023-03-26Initial refactor to split client from protocol packageJeff Halter
2022-06-25Add config option to specify ignored filename patternsJeff Halter
2022-06-20Convert hardcoded path separators to filepath.JoinJeff Halter
2022-06-20Add initial support for resource and info forksJeff Halter
2022-06-07Backfill tests and clean upJeff Halter
2022-06-07Exclude unsupported >4GiB files from file listingsJeff Halter
2022-06-06Fix getFileNameList when broken symlink presentJeff Halter
2022-06-06Revert change to effectiveFile funcJeff Halter
2022-06-06Fix overwrite of file during uploadJeff Halter
2022-06-05Follow symlinks in Files dirJeff Halter
2022-06-05Implement some special case file descriptionsJeff Halter
2022-06-03Initial implementation of file transfer resumeJeff Halter
2022-05-25Add more file extension -> type/creator code mappingsJeff Halter
2021-08-12More cleanupJeff Halter
2021-08-10Add tests and clean upJeff Halter
2021-07-31First pass at file browsingJeff Halter
2021-07-28Move code to hotline dirJeff Halter