summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/zip/zip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do not provi...vboxsync2023-01-161-0/+1
* IPRT/zip + libs/liblzf: Older versions of system-provided liblzf do not provi...vboxsync2023-01-161-1/+3
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/zip.cpp: Adjustments for IPRT_NO_CRT mode. Need to disable LZF then bec...vboxsync2022-07-281-1/+7
* IPRT/zip.h: No errno.h in IPRT_NO_CRT mode. bugref:10261vboxsync2022-07-251-1/+3
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-5/+5
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime/zip.cpp: Allow RTZIPTYPE_ZLIB_NO_HEADER in the block decompression APIvboxsync2019-12-161-1/+9
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper behind. Wa...vboxsync2018-01-021-1/+3
* (C) yearvboxsync2017-10-171-1/+1
* IPRT: Mark unused parameters.vboxsync2016-07-261-3/+3
* (C) 2016vboxsync2016-07-221-1/+1
* IPRT: More MSC level 4 warning fixes.vboxsync2016-07-221-1/+0
* Runtime/zip: typo (thanks PVS)vboxsync2016-03-151-1/+1
* iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros named ...vboxsync2015-08-181-2/+2
* *: scm cleanup run.vboxsync2015-08-141-9/+9
* Runtime: Formatting fixes, time.cpp being the most significant.vboxsync2015-07-181-1/+1
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* Runtime: PKZip stream readervboxsync2014-06-231-6/+23
* RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.vboxsync2013-10-221-1/+1
* Started on a XAR file system stream similar to what we have for TAR already.vboxsync2013-10-011-0/+40
* Backed out r87679: Still working on the wrong solution... Sigh.vboxsync2013-08-011-120/+0
* pr6022. Second variant of support GZIP files for OVA appliance.vboxsync2013-08-011-0/+120
* pr6022. cleaning up the code. RTZip interface (Runtime/common/zip/zip.cpp) is...vboxsync2013-07-231-39/+0
* pr6022. OVA appliance don't fail when a certificate file exists. GZIP support...vboxsync2013-07-231-1/+41
* header (C) fixesvboxsync2013-02-041-1/+1
* Runtime/Zip: Fix typovboxsync2012-02-131-1/+1
* IPRT: -Wunused-parameter.vboxsync2011-10-221-0/+8
* copyright year.vboxsync2011-10-201-1/+1
* IPRT: Implemented / adjusted zlib status code conversion.vboxsync2011-10-201-14/+26
* iprt: Moving zip.cpp and tar.cpp from common/misc/ and into common/zip/.vboxsync2010-11-111-0/+1908