-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking PR for write-functionality
branch
#1
base: main
Are you sure you want to change the base?
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f79db1f - Browse repository at this point
Copy the full SHA f79db1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c689a64 - Browse repository at this point
Copy the full SHA c689a64View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9775f2a - Browse repository at this point
Copy the full SHA 9775f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd3534 - Browse repository at this point
Copy the full SHA 6bd3534View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8ced4c - Browse repository at this point
Copy the full SHA a8ced4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4941c8c - Browse repository at this point
Copy the full SHA 4941c8cView commit details
Commits on Aug 25, 2024
-
chore: writing FAT12 entries no longer reads sectors ahead-of-time
When writing a FATEntry on a FAT12 filesystem, the bytes the entry spans would be read ahead-of-time & OR-ed to the new entry's bytes. This is no longer the case. FAT12 still reads those bytes since FAT12 entries are 1.5 bytes long, but now they are read individually just before the new byte is written.
Configuration menu - View commit details
-
Copy full SHA for ad6747e - Browse repository at this point
Copy the full SHA ad6747eView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20adcf0 - Browse repository at this point
Copy the full SHA 20adcf0View commit details
Commits on Aug 28, 2024
-
fix: correctly implement file attributes
There's no reason to expose the VOLUME_ID or the LFN attribute to the end user
Configuration menu - View commit details
-
Copy full SHA for f427f9e - Browse repository at this point
Copy the full SHA f427f9eView commit details
Commits on Aug 29, 2024
-
fix: correctly parse 8.3 & LFN entries that span multiple sectors
Also, made code more clear & removed unnecessary `unsafe` keywords
Configuration menu - View commit details
-
Copy full SHA for 21d83d6 - Browse repository at this point
Copy the full SHA 21d83d6View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f88942b - Browse repository at this point
Copy the full SHA f88942bView commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a60e55b - Browse repository at this point
Copy the full SHA a60e55bView commit details -
fix(fat32): various fat32-related bug fixes
Due to those bugs, it would be impossible to actually use this library on a FAT32 filesystem
Configuration menu - View commit details
-
Copy full SHA for d8a5cfd - Browse repository at this point
Copy the full SHA d8a5cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 418451a - Browse repository at this point
Copy the full SHA 418451aView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b61fea - Browse repository at this point
Copy the full SHA 8b61feaView commit details -
chore: various aesthetic changes
Consider this a followup to 8b61fea
Configuration menu - View commit details
-
Copy full SHA for a4503de - Browse repository at this point
Copy the full SHA a4503deView commit details
Commits on Sep 3, 2024
-
Mirroring is now properly implemented & sector writes are limited near the theoretical minimum
Configuration menu - View commit details
-
Copy full SHA for b891cc0 - Browse repository at this point
Copy the full SHA b891cc0View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d43d06a - Browse repository at this point
Copy the full SHA d43d06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b1f78 - Browse repository at this point
Copy the full SHA 66b1f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e61bd8 - Browse repository at this point
Copy the full SHA 9e61bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7380d - Browse repository at this point
Copy the full SHA fa7380dView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fb88c9 - Browse repository at this point
Copy the full SHA 5fb88c9View commit details -
refactor: create modularized internal remove-related methods
There is no need for these things to be part of the truncate method and not of the Filesystem struct
Configuration menu - View commit details
-
Copy full SHA for de85609 - Browse repository at this point
Copy the full SHA de85609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c83ed - Browse repository at this point
Copy the full SHA 61c83edView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbeaf4b - Browse repository at this point
Copy the full SHA dbeaf4bView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a2bc0c - Browse repository at this point
Copy the full SHA 7a2bc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b0f9b - Browse repository at this point
Copy the full SHA 63b0f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 842fce1 - Browse repository at this point
Copy the full SHA 842fce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02eb213 - Browse repository at this point
Copy the full SHA 02eb213View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d19a04e - Browse repository at this point
Copy the full SHA d19a04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7803ab2 - Browse repository at this point
Copy the full SHA 7803ab2View commit details
Commits on Sep 21, 2024
-
feat: add the ability to remove non-empty directories
This is essentially a followup to `63b0f9b`
Configuration menu - View commit details
-
Copy full SHA for faf1be2 - Browse repository at this point
Copy the full SHA faf1be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c1015 - Browse repository at this point
Copy the full SHA d1c1015View commit details