Commit Graph

14 Commits

Author SHA1 Message Date
eae5514ce3 Update all calls to aaruf_open. 2025-10-21 15:36:43 +01:00
f2c51c39c4 Simplify application name conversion by using a direct UTF-8 string literal 2025-10-18 17:19:56 +01:00
dde81f6773 Add sector status parameter to read sector functions 2025-10-11 12:42:32 +01:00
af233d3b6f Add support for long sector read/write in convert command 2025-10-10 18:32:17 +01:00
26290da98f Copy tracks data in conversion in aaruformattool. 2025-10-10 18:31:32 +01:00
b884cfe8ea Rename field names for consistency across the codebase 2025-10-09 02:33:35 +01:00
802048b957 Enhance application name conversion in convert.c to support UTF-16LE encoding 2025-10-09 00:52:16 +01:00
e512bc358d Fix call to aaruf_create in convert. 2025-10-08 12:45:59 +01:00
3794d41fe9 Implement track retrieval and setting in convert.c with error handling 2025-10-03 14:28:43 +01:00
a8f39093bb Add support for negative sector addresses in read/write functions 2025-10-02 17:07:17 +01:00
4403cf267f Refactor variable declarations and expressions for improved readability and consistency across multiple source files 2025-10-01 02:54:51 +01:00
352850a698 Refactor function signatures to use const char* for string parameters 2025-09-30 13:48:31 +01:00
1c3c9ddfc5 Update sector write logic to use SectorStatusDumped for improved status tracking 2025-09-29 10:10:32 +01:00
99b432cab6 Add convert command to AaruFormat tool for image conversion 2025-09-28 17:23:14 +01:00