summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/tools/RTGzip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76452 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper behind. ↵vboxsync2018-01-021-560/+1
| | | | | | Want to use it too in VBoxControl for debugging purposes. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70423 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Runtime: scm updatesvboxsync2017-10-271-6/+6
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69434 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) yearvboxsync2017-10-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69111 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
| | | | | | bugref:8192: gcc warnings git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69046 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/vfs-chains: Pass around an pErrInfo buffer too.vboxsync2017-04-181-13/+5
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@66602 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt: Added RTCat tool for testing VFS chains and (later) FAT file system ↵vboxsync2017-04-171-1/+4
| | | | | | implementation. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@66595 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/testcases: warningsvboxsync2016-07-301-3/+7
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@62724 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) 2016vboxsync2016-07-221-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@62477 cfe28804-0f27-0410-a406-dd0f0b0b656f
* RTGzip: Just leave it here, disabled, for future debugging.vboxsync2016-02-201-0/+12
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@59755 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Runtime: Formatting fixes, time.cpp being the most significant.vboxsync2015-07-181-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@56978 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@56290 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Runtime: Comment nits.vboxsync2014-06-041-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51519 cfe28804-0f27-0410-a406-dd0f0b0b656f
* RTGZip.cpp: Accept zlib headers. Don't complain about EINVAL on flush ↵vboxsync2013-10-291-2/+4
| | | | | | (stdout, pipes). git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@49320 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added compression to the gzip VFS I/O stream class ↵vboxsync2013-07-241-165/+399
| | | | | | (RTZipGzipCompressIoStream) and implemented compression in the RTGzip example tool (testcase\RTGzip.exe). git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@47359 cfe28804-0f27-0410-a406-dd0f0b0b656f
* header (C) fixesvboxsync2013-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@44529 cfe28804-0f27-0410-a406-dd0f0b0b656f
* header (C) fixesvboxsync2013-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@44528 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.vboxsync2011-09-051-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@38636 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added a RTManifest tool for testing the new manifest code. Moved the ↵vboxsync2010-11-291-0/+357
tools out of testcase/ and into tools/. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@34464 cfe28804-0f27-0410-a406-dd0f0b0b656f