| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-18 | Rename hotline.fileWrapper struct to hotline.File | Jeff Halter | |
| 2025-11-18 | Replace hardcoded magic values with named constants and improve type safety | Jeff Halter | |
| Adds new constants for file format identifiers (FormatFILP), fork types (ForkTypeINFO), and platform identifiers (PlatformAMAC, PlatformMWIN) to improve code maintainability and readability. Changes FlatFileForkHeader.ForkType field from [4]byte to ForkType type alias for better compile-time type checking, matching the pattern used in ForkInfoList.Fork. | |||
| 2025-07-06 | Add ForkType type alias for improved type safety | Jeff Halter | |
| - Replace [4]byte with ForkType in ForkInfoList struct - Update constants ForkTypeDATA and ForkTypeMACR to use ForkType - Add String() method to ForkType for better debugging - Improve consistency with existing type patterns (FieldType, TranType) - Clean up unused code and improve documentation | |||
| 2024-07-19 | Appease linter | Jeff Halter | |
| 2024-06-24 | Refactoring, cleanup, test backfilling | Jeff Halter | |
| 2022-06-03 | Initial implementation of file transfer resume | Jeff Halter | |