History log of /vbox/src/VBox/Runtime/common/zip/gzipvfs.cpp
Revision Date Author Comments Expand
3904c2d16fea12be79d817b255d59d480658b799 50146 21-Jan-2014 vboxsync

gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the current stream offset, and in the tar case anything within the current-file in the tar stream.

0c41737ff1f303f095ba5a0ef2093d9152135a19 48836 03-Oct-2013 vboxsync

IPRT: Added a flag to the gzip decompressor I/O stream for accepting zLib headers as well as gzip ones. Need this for XAR and other purposes.

ff74d28041a2179e652244a3f7b64d34c2dfc87a 47359 24-Jul-2013 vboxsync

IPRT: Added compression to the gzip VFS I/O stream class (RTZipGzipCompressIoStream) and implemented compression in the RTGzip example tool (testcase\RTGzip.exe).

4e47bb772df0d04d1ded3e06354de547d52e2d06 39083 22-Oct-2011 vboxsync

IPRT: -Wunused-parameter.

/vbox/include/VBox/vmm/pgm.h /vbox/src/VBox/Runtime/common/dbg/dbgmod.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodldr.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodnm.cpp /vbox/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp /vbox/src/VBox/Runtime/common/dvm/dvmgpt.cpp /vbox/src/VBox/Runtime/common/dvm/dvmmbr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logellipsis.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/log/tracebuf.cpp /vbox/src/VBox/Runtime/common/misc/lockvalidator.cpp /vbox/src/VBox/Runtime/common/misc/s3.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp /vbox/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp /vbox/src/VBox/Runtime/common/string/strformatnum.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/vfs/vfsbase.cpp /vbox/src/VBox/Runtime/common/vfs/vfsmemory.cpp /vbox/src/VBox/Runtime/common/vfs/vfsstdfile.cpp gzipvfs.cpp tar.cpp tarvfs.cpp zip.cpp /vbox/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/timerlr-generic.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/mp-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/sched-darwin.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileaio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio2-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-creation-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/udp.cpp /vbox/src/VBox/Runtime/r3/xml.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp /vbox/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp /vbox/src/VBox/Runtime/testcase/tstRTBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
a69be1b29f11de59b7e2f0b67bc28db4a77dde15 39050 20-Oct-2011 vboxsync

copyright year.

9baa300e3aed0ab2c6febc0a2d2402d4570c0c6f 39049 20-Oct-2011 vboxsync

IPRT: Implemented / adjusted zlib status code conversion.

360c9672f85db1d59e52b89fd9e0b2df23355ec8 39043 19-Oct-2011 vboxsync

Config.kmk, mangling, Runtime: use static zlib for Solaris.

2f7d372a31fd0f5515c2d307db549db16dd443f0 39032 19-Oct-2011 vboxsync

IPRT: Fixed unused variable warnings.

3a1d76f6489a485dfa7e3784c1fa76b4a53c28af 34049 13-Nov-2010 vboxsync

iprt/tarvfs: Working on validating and parsing the tar headers.

e72ac7fd0d9709a7324e942b027ce0c6d02f510a 34027 12-Nov-2010 vboxsync

zipgzip.cpp -> gzipvfs.cpp