summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/zip/tarvfswriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO archives (onl...vboxsync2023-02-031-1/+1
* Runtime/commone/zip/tarvfswriter.cpp: Add support to write CPIO archives (onl...vboxsync2023-02-031-130/+457
* Runtime,Main: Remove the now unused and deprecated RTTar* API in favor of the...vboxsync2023-01-261-2/+0
* Runtime,Main: Remove the now unused and deprecated RTTar* API in favor of the...vboxsync2023-01-261-1/+1
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* 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: Added two flags to the %Rhxs formatter type to control the separator. ...vboxsync2020-05-081-2/+3
* IPRT: Adding RTZIPTAR_C_UPDATE, RTZipTarFsStreamForFile and RTZipTarFsStreamT...vboxsync2020-05-071-13/+227
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and RTvfsFileQuer...vboxsync2017-12-071-0/+2
* tarvfswriter: fixed regressionvboxsync2017-06-061-1/+2
* IPRT/tarvfswriter.cpp: Added RTZipTarFsStreamSetOwner, RTZipTarFsStreamSetGro...vboxsync2017-06-021-19/+192
* tarvfswriter.cpp: Fixed sparse header bug.vboxsync2017-06-011-2/+9
* IPRT: rtZipTarFssWriter_WriteGnuSparseHeaders: isextended location differs be...vboxsync2017-06-011-3/+9
* IPRT/vfstarwriter.cpp: Initial push-file implementation (untested).vboxsync2017-05-311-101/+38
* IPRT/vfstarwriter.cpp: Early version of API for pushing file data into the FS...vboxsync2017-05-301-2/+3
* IPRT/vfstarwriter.cpp: Early version of API for pushing file data into the FS...vboxsync2017-05-301-7/+715
* IPRT: Got the new tar writer working and did basic RTZipTarCmd integration.vboxsync2017-05-291-84/+702
* IPRT: Some more tar vfs writer bits.vboxsync2017-05-281-58/+168
* IPRT: Started on VFS file system output streams for implementing TAR creation.vboxsync2017-05-261-0/+574