|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@79155
|
5 years |
vboxsync |
IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@75627
|
6 years |
vboxsync |
IPRT/fatvfs.cpp: Fixed bug in rtFsFatChain_GetClusterByIndex that …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72584
|
6 years |
vboxsync |
Runtime/fatvfs.cpp: Fix returned status code, could return success …
|
|
|
@69977
|
7 years |
vboxsync |
IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
|
|
|
@69844
|
7 years |
vboxsync |
IPRT: VFS IsRangeInUse cleanup.
* Renamed to RTVfsQueryRangeState / …
|
|
|
@69840
|
7 years |
vboxsync |
IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
|
|
|
@69832
|
7 years |
vboxsync |
fatvfs.cpp,isovfs.cpp: removed dead code
|
|
|
@69831
|
7 years |
vboxsync |
fatvfs.cpp,isovfs.cpp: no need to provide specialized open functions here.
|
|
|
@69828
|
7 years |
vboxsync |
IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use …
|
|
|
@69826
|
7 years |
vboxsync |
IPRT/VFS: More path parsing work. Symlinks should work better now.
|
|
|
@69818
|
7 years |
vboxsync |
IPRT/VFS: Got rid of the pfnTraversalOpen method.
|
|
|
@69814
|
7 years |
vboxsync |
build fix
|
|
|
@69813
|
7 years |
vboxsync |
IPRT: VFS opening reworking in progress.
|
|
|
@69678
|
7 years |
vboxsync |
fatvfs.cpp: forgot to disable electric fence
|
|
|
@69663
|
7 years |
vboxsync |
fatvfs: cleanups
|
|
|
@69660
|
7 years |
vboxsync |
fatvfs.cpp: Implemented FAT16 and FAT32 cluster map update functions - …
|
|
|
@69659
|
7 years |
vboxsync |
fatvfs.cpp: Able to read FAT32 now. Fixed long name bug in ReadDir.
|
|
|
@69631
|
7 years |
vboxsync |
fatvfs: don't match or return volume lables
|
|
|
@69623
|
7 years |
vboxsync |
fatvfs.cpp: drop duplicate '.' and '..' entries.
|
|
|
@69622
|
7 years |
vboxsync |
fatvfs.cpp: name conversion issue in read dir
|
|
|
@69621
|
7 years |
vboxsync |
fatvfs: Directory fix. FAT16 read support.
|
|
|
@69619
|
7 years |
vboxsync |
fatvfs: Relaxed idxEndOfChain (FAT entry #2) checks.
|
|
|
@69616
|
7 years |
vboxsync |
DVM: Got a working pseudo vfs.
It's now possible to do stuff like:
…
|
|
|
@69600
|
7 years |
vboxsync |
rtFsFatDir_CreateDir: imlemented, but untested
|
|
|
@69599
|
7 years |
vboxsync |
fatvfs.cpp: Implemented directory listing and opening. [build fix]
|
|
|
@69598
|
7 years |
vboxsync |
fatvfs.cpp: Implemented directory listing and opening.
|
|
|
@69596
|
7 years |
vboxsync |
fatvfs.cpp: Split dir and file structures into shared and handle …
|
|
|
@69595
|
7 years |
vboxsync |
fatvfs.cpp: Split dir and file structures into shared and handle …
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@67878
|
7 years |
vboxsync |
fatvfs.cpp: Fixed another formatting problem causing trouble with XP: …
|
|
|
@67877
|
7 years |
vboxsync |
RTFsFatVolFormat144: Fixed mixing up RTFsFatVolFormat parameters …
|
|
|
@67876
|
7 years |
vboxsync |
RTFsFatVolFormat144: 1 sector per cluster. Added hack for cluster …
|
|
|
@67621
|
7 years |
vboxsync |
fatvfs.cpp: off-by-one
|
|
|
@67340
|
7 years |
vboxsync |
rtFsFatDir_MaybeCreateLongNameAndShortAlias: Fixed padding blunder. …
|
|
|
@67302
|
7 years |
vboxsync |
fatvfs.cpp: Return rc rather than VINF_SUCCESS in rtFsFatFile_Read & …
|
|
|
@67301
|
7 years |
vboxsync |
fatvfs.cpp: Fixed bug in rtFsFatClusterMap_AllocateCluster12 when …
|
|
|
@66850
|
8 years |
vboxsync |
Runtime: fall-thru
|
|
|
@66762
|
8 years |
vboxsync |
iprt: More vfs bits.
|
|
|
@66742
|
8 years |
vboxsync |
fatvfs,iso9660vfs,vfsbase: Sorted volume reference fun. Volumes will …
|
|
|
@66736
|
8 years |
vboxsync |
iso9660vfs,fatvfs: reference count fix
|
|
|
@66733
|
8 years |
vboxsync |
fatvfs.cpp: nits
|
|
|
@66727
|
8 years |
vboxsync |
Runtime/common/filesystem -> Runtime/common/fs
|
|
copied from trunk/src/VBox/Runtime/common/filesystem/fatvfs.cpp
|
|
|
@66710
|
8 years |
vboxsync |
fatvfs.cpp: Finished rtFsFatDir_NeedLongName and fixed a bug in …
|