Commit Graph

2069 Commits

Author SHA1 Message Date
c0b13fdec4 Merge pull request #220 from SilasLaspada/fix-typo
Fix typos
2019-04-19 01:24:45 +01:00
a3ae9fd54b Update README. 2019-04-19 00:26:47 +01:00
SilasLaspada
fe6851f98f Fix typos
Fix "Avegare" to say "Average".
2019-04-17 12:04:09 -06:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
17f6d87bd0 Fix Xbox FAT size calculation. 2019-04-16 01:12:39 +01:00
45087d6b1a Return tracks as null in raw image when image is not from an optical disc. 2019-04-16 01:12:24 +01:00
3b2da26910 Checking if input tracks is null when converting image. 2019-04-16 01:12:00 +01:00
a144b7f9c3 Fix Xbox 360 FAT date conversion. 2019-04-15 22:00:54 +01:00
adbea375c4 Add unit tests for Xbox 360 FAT. 2019-04-15 01:39:06 +01:00
0273f8d476 Add unit tests for Xbox 360 memory card partitions. 2019-04-15 01:13:06 +01:00
996e62114f Add unit tests for Xbox FAT. 2019-04-15 01:01:50 +01:00
ec4d8d4e4f On Xbox FAT, MapBlock should return error if used on a directory not on debug mode. 2019-04-15 01:01:38 +01:00
119250bbf2 Add FileAttributes.None for no attributes. 2019-04-15 01:00:39 +01:00
bb72ced88a Support Xbox and Xbox 360 FAT filesystems, fixes #217 2019-04-14 16:38:27 +01:00
2fbc979f14 Fix calculation of FAT size in Xbox 360 FAT filesystem. 2019-04-14 16:37:07 +01:00
a45e5aa0e3 Fix converting C to string when passing an empty two byte string. 2019-04-14 16:36:43 +01:00
d1b19d47e2 Stylize output of list-files command. 2019-04-14 15:09:39 +01:00
1f37429d7b Fix list-files command to walk thru subdirectories. 2019-04-14 14:12:00 +01:00
8c21b2326b Refactor list-files command. 2019-04-14 13:38:12 +01:00
3a2d6a358e Fix extracting file from filesystems with subdirectories. 2019-04-14 13:03:45 +01:00
2e19f50b3f Refactor extract files command to remove duplicate code. 2019-04-14 12:23:40 +01:00
fb5c6e964f Do not read Xbox FAT directories unless debug is enabled. 2019-04-14 11:57:05 +01:00
1438756252 Set mounted flag in Xbox FAT plugin. 2019-04-14 11:38:29 +01:00
0121cdb6d8 Implement MapBlock() in Xbox FAT. 2019-04-14 11:38:20 +01:00
55892f057a Fix clusters calculation in Xbox FAT's stat. 2019-04-14 11:31:48 +01:00
41f066dc7d Implement Read() in Xbox FAT plugin. 2019-04-14 11:30:16 +01:00
d2e3856bae Fix Xbox FAT directory traversal. 2019-04-10 22:38:35 +01:00
bde8280435 Rename local variable in Xbox FAT plugin. 2019-04-10 22:38:07 +01:00
324d48a619 Implement GetAttribute in Xbox FAT plugin. 2019-04-10 20:34:32 +01:00
429a40de12 Implement Stat in Xbox FAT plugin. 2019-04-10 20:25:16 +01:00
0d1e171c7d Not allow to StatFs an unmounted Xbox FAT filesystem. 2019-04-10 19:21:30 +01:00
7b8dd99354 Implement ReadDir() in Xbox FAT plugin. 2019-04-10 19:15:04 +01:00
c25d37b3c2 Read Xbox FAT root directory. 2019-04-07 13:31:27 +01:00
6d43c83712 Calculate size of Xbox FAT and read it to memory. 2019-04-07 11:41:35 +01:00
e6a9144259 Use FATX volume serial in filesystem information. 2019-04-06 12:37:46 +01:00
2e7f2cd6fe Support FATX volume label. 2019-04-06 12:35:47 +01:00
b9f389b13b Support FATX logical sector size in Xbox Memory Unit. 2019-04-06 12:29:20 +01:00
6ab21ba214 Support identifying Xbox Original FATX. 2019-04-06 12:25:00 +01:00
1511422a95 Add FATX IReadOnlyFilesystem skeleton. 2019-04-06 11:03:43 +01:00
20a32958a1 Set more image enumeration fixed values. 2019-03-31 20:54:17 +01:00
20ebd59181 Add directory entry structure, attributes enumeration, and constants, to FATX filesystem plugin. 2019-03-26 19:22:57 +00:00
5f68a31fbc Fix typo in INQUIRY reported size with calculated size. 2019-03-26 19:22:22 +00:00
e3f958230f Correct compact disc sector suffic reconstruction in mode 1 tracks in dicformat. 2019-03-24 00:09:03 +00:00
a74b0549bc Set numerical values for XmlMediaType. 2019-03-24 00:08:24 +00:00
dd6d009a42 Optimize repetitive code in dicformat. 2019-03-22 21:25:45 +00:00
0ce664f9ee Use MemoryMarshal in VMware disk images. 2019-03-22 21:24:00 +00:00
110bc75dce Add memory usage snapshots in debug console when opening dicformat. 2019-03-16 08:45:12 +00:00
7a3df6113b Use new marshaller in QEMU Enhanced Disk image. 2019-03-15 23:00:12 +00:00
ffcb0da697 Use new marshaller in QEMU Copy-On-Write disk image. 2019-03-15 22:49:34 +00:00
f862df505b Use new marshaller in QEMU Copy-On-Write v2 disk image. 2019-03-15 22:49:28 +00:00