summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/fs/isomaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/isomaker.cpp: A bunch of TODOs following from the fix in r152039, as it ...vboxsync2022-06-291-20/+41
* Runtime/isomaker.cpp: RRIP 1.12 mandates to set special flags in the NM entri...vboxsync2022-06-291-7/+29
* IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx ...vboxsync2022-03-171-0/+1
* IPRT/RTIsoMaker: Added an --name-setup-from-import option to better handle im...vboxsync2022-01-041-2/+65
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack that al...vboxsync2020-05-251-0/+2
* 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-1/+1
* IPRT/isomaker: Removed incorrect assertion in rtFsIsoMakerWalkPathBySpec.vboxsync2019-05-241-1/+0
* IPRT/isomaker: Preserve ISO-9660 names during import, don't enforce our norma...vboxsync2019-03-161-47/+73
* IPRT/isomaker.cpp: Hack for permitting :remove: on directories with TRANS.TBL...vboxsync2019-03-161-4/+7
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/rtFsIsoMakerOutFile_GenerateDirRecDirect: fix for files ~8GB and larger.vboxsync2018-08-091-1/+0
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-8/+8
* iprt/isomaker.cpp: Fixed a file handle leak (single handle).vboxsync2017-12-151-0/+6
* IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and RTvfsFileQuer...vboxsync2017-12-071-0/+2
* IPRT/vfs: Made pfnSetMode, pfnSetTimes, pfnSetOwner and pfnWrite optional and...vboxsync2017-12-061-45/+4
* iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.vboxsync2017-12-051-12/+1
* isomaker.cpp: Set inode number to zero for now, to make solaris happy. bugref...vboxsync2017-12-051-0/+5
* isomaker: Don't use zero as an INode number. isoinfo takes that to mean no in...vboxsync2017-10-231-2/+2
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* iprt/isomaker: fixed rock ridge padding bugvboxsync2017-09-221-7/+7
* IPRT/isomaker: Added default 16 sector image padding (allegedly a workaround ...vboxsync2017-09-221-7/+280
* IPRT: Added ISO maker tool frontend (will use for building later). Started d...vboxsync2017-09-211-0/+14
* isomaker.cpp: Plugged two memory leaks.vboxsync2017-08-221-0/+12
* iprt/isomaker: Don't forget to free the child array of directories.vboxsync2017-08-111-0/+7
* isomaker: Fixed spill file read bug.vboxsync2017-07-311-0/+5
* IPRT: Added new RTFileReadAll* flag RTFILE_RDALL_F_TRAILING_ZERO_BYTE for sim...vboxsync2017-07-311-0/+30
* iprt/isomaker: Added file & dir mode manipulation APIs and options.vboxsync2017-07-271-0/+105
* IPRT/isomaker: Fixed a couple of bugs in the symlink creation code.vboxsync2017-07-181-4/+3
* rtFsIsoMakerFinalizeIsoDirectoryEntry: fixed block+char dev test.vboxsync2017-07-181-1/+1
* isomaker: Attempt to fix annoying clang burn.vboxsync2017-07-111-3/+6
* isomaker: Some fixes for bugs found when testing different buffer read sizes ...vboxsync2017-07-071-4/+6
* isomaker: Upgrade to rock ridge level 2 on import if we see level two evidenc...vboxsync2017-07-071-5/+8
* isomaker: Symlink fix and mode bit fix.vboxsync2017-07-071-3/+3
* IPRT/isomaker: symlink assert fixesvboxsync2017-07-071-0/+1
* IPRT/isomaker: symlink assert fixesvboxsync2017-07-071-2/+2
* IPRT/isomaker: symlink fixvboxsync2017-07-071-1/+1
* IPRT/isomaker: Working on generating rock ridge data.vboxsync2017-07-061-96/+140
* IPRT/isomaker: build fixvboxsync2017-07-061-15/+15
* IPRT/isomaker: Working on generating rock ridge data (untested). Replaced gen...vboxsync2017-07-061-85/+886
* IPRT/isomaker: Added RTFsIsoMakerAddSymlink & RTFsIsoMakerAddUnnamedSymlink. ...vboxsync2017-07-051-1/+1
* IPRT/isomaker: Added RTFsIsoMakerAddSymlink & RTFsIsoMakerAddUnnamedSymlink.vboxsync2017-07-051-10/+143
* isomaker: Added API for setting the rock ridge name and adjusted RTFsIsoMaker...vboxsync2017-07-051-8/+109
* IPRT: More ISO maker code (import + booting).vboxsync2017-06-261-2/+2
* IPRT: More ISO maker code (import + multi-extent related).vboxsync2017-06-241-41/+224
* IPRT: More ISO maker code (related to image string properties and import).vboxsync2017-06-211-31/+109
* IPRT: More ISO maker code (import related).vboxsync2017-06-211-1/+1