summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/fs/fatvfs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT/fatvfs.cpp: Do int18h instead of 19h in the FAT non-boot code.vboxsync2022-09-281-2/+2
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx ...vboxsync2022-03-171-0/+3
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRt/fatvfs.cpp: Fixed off by two cluster validation bug causing trouble acce...vboxsync2021-12-311-7/+7
* IPRT/fatvfs: Added RTFsFatVolFormat288.vboxsync2021-12-271-0/+14
* IPRT/fatvfs: GCC 11 build fix [build fix].vboxsync2021-12-151-1/+2
* IPRT/fatvfs: GCC 11 build fix.vboxsync2021-12-151-1/+1
* iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack that al...vboxsync2020-05-251-0/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-2/+2
* IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode masks wh...vboxsync2019-06-141-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* IPRT/fatvfs.cpp: Fixed bug in rtFsFatChain_GetClusterByIndex that caused issu...vboxsync2018-11-201-1/+12
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-9/+10
* Runtime/fatvfs.cpp: Fix returned status code, could return success when the b...vboxsync2018-06-171-1/+1
* IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and RTvfsFileQuer...vboxsync2017-12-071-0/+27
* IPRT: VFS IsRangeInUse cleanup.vboxsync2017-11-271-3/+5
* IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile with RTVf...vboxsync2017-11-271-1/+1
* fatvfs.cpp,isovfs.cpp: removed dead codevboxsync2017-11-241-131/+0
* fatvfs.cpp,isovfs.cpp: no need to provide specialized open functions here.vboxsync2017-11-241-2/+6
* IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use pfnOpen, maki...vboxsync2017-11-241-43/+53
* IPRT/VFS: More path parsing work. Symlinks should work better now.vboxsync2017-11-241-0/+1
* IPRT/VFS: Got rid of the pfnTraversalOpen method.vboxsync2017-11-231-56/+0
* build fixvboxsync2017-11-231-1/+0
* IPRT: VFS opening reworking in progress.vboxsync2017-11-231-1/+141
* fatvfs.cpp: forgot to disable electric fencevboxsync2017-11-131-1/+0
* fatvfs: cleanupsvboxsync2017-11-121-148/+139
* fatvfs.cpp: Implemented FAT16 and FAT32 cluster map update functions - untested!vboxsync2017-11-121-9/+286
* fatvfs.cpp: Able to read FAT32 now. Fixed long name bug in ReadDir.vboxsync2017-11-111-19/+141
* fatvfs: don't match or return volume lablesvboxsync2017-11-091-2/+6
* fatvfs.cpp: drop duplicate '.' and '..' entries.vboxsync2017-11-081-1/+22
* fatvfs.cpp: name conversion issue in read dirvboxsync2017-11-081-7/+33
* fatvfs: Directory fix. FAT16 read support.vboxsync2017-11-081-5/+46
* fatvfs: Relaxed idxEndOfChain (FAT entry #2) checks.vboxsync2017-11-081-2/+9
* DVM: Got a working pseudo vfs.vboxsync2017-11-081-1/+1
* rtFsFatDir_CreateDir: imlemented, but untestedvboxsync2017-11-061-2/+24
* fatvfs.cpp: Implemented directory listing and opening. [build fix]vboxsync2017-11-061-1/+1
* fatvfs.cpp: Implemented directory listing and opening.vboxsync2017-11-061-14/+355
* fatvfs.cpp: Split dir and file structures into shared and handle specific par...vboxsync2017-11-061-58/+121
* fatvfs.cpp: Split dir and file structures into shared and handle specific par...vboxsync2017-11-061-275/+470
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-4/+4
* fatvfs.cpp: Fixed another formatting problem causing trouble with XP: Either ...vboxsync2017-07-101-3/+5
* RTFsFatVolFormat144: Fixed mixing up RTFsFatVolFormat parameters cHiddenSecto...vboxsync2017-07-101-1/+1
* RTFsFatVolFormat144: 1 sector per cluster. Added hack for cluster rounding i...vboxsync2017-07-101-1/+3
* fatvfs.cpp: off-by-onevboxsync2017-06-261-1/+1
* rtFsFatDir_MaybeCreateLongNameAndShortAlias: Fixed padding blunder. Forgot to...vboxsync2017-06-121-1/+2
* fatvfs.cpp: Return rc rather than VINF_SUCCESS in rtFsFatFile_Read & rtFsFatF...vboxsync2017-06-081-2/+2