| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-18 | Adopt more fixed size array types for struct fields | Jeff Halter | |
| 2024-06-17 | Fix io.Reader implementations and wrap more errors | Jeff Halter | |
| 2024-06-17 | Fix corrupt file info forks | Jeff Halter | |
| This fixes a bug that happens when: 1. Optional "Enable Resource Forks" feature is true 2. A file comment is added 3. The comment is updated to be shorter than the original The expected behavior is that the hidden .info file is replaced with the new data, but this wasn't happening because the file flag was not set to truncate on write. | |||
| 2024-06-15 | Refactoring and cleanup | Jeff Halter | |
| * Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification | |||
| 2024-06-09 | Convert more bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2023-05-28 | Misc minor cleanup and linter appeasement | Jeff Halter | |
| 2022-09-15 | Clean up some linter warnings | Jeff Halter | |
| 2022-06-23 | Implement GetClientInfoText with per-client file transfer info | Jeff Halter | |
| 2022-06-21 | Cleanup and logging improvements | Jeff Halter | |
| 2022-06-21 | Replace path.Join with filepath.Join | Jeff Halter | |
| 2022-06-20 | Convert hardcoded path separators to filepath.Join | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |