summaryrefslogtreecommitdiff
path: root/ftparchive/multicompress.cc
Commit message (Collapse)AuthorAgeFilesLines
* remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies2011-12-141-33/+9
| | | | by again using the FileFd directly
* use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-141-27/+3
|
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-70/+4
| | | | | | | | | | | internally so that it is exported and can be used like a "normal" uncompressed file with FileFd This allows us to hide th zlib usage in the implementation and use gzip instead if we don't have zlib builtin (the same for other compressors). The code includes quiet a few FIXME's so while all tests are working it shouldn't be used just yet outside of libapt as it might break.
* merge with debian/experimentalDavid Kalnischkies2011-09-131-4/+4
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-4/+4
| | | | | | | | | | | | done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types.
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
| | | | | | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-5/+7
|/
* - load the supported compressors from configurationDavid Kalnischkies2011-02-271-31/+28
| | | - support adding new compressors by configuration
* * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:David Kalnischkies2011-02-221-0/+1
| | | | - support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files
* fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-011-1/+1
| | | | thanks Karl Goetz! (Closes: #558757)
* tell every method in ftparchive/ that const& is sexyDavid Kalnischkies2009-11-281-7/+7
|
* * ftparchive/contents.cc:Michael Vogt2007-11-301-0/+1
| | | | | | | - fix error output * ftparchive/contents.cc: - support lzma data members * ftparchive/multicompress.cc: - support lzma output
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
|
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-3/+3
|
* Merge misc-abi-changesMatt Zimmerman2004-12-131-4/+4
| | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--misc-abi-changes--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-16 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-1 Fix apt-get -s remove to not display the candidate version * apt@packages.debian.org/apt--misc-abi-changes--0--patch-2 Merge from main * apt@packages.debian.org/apt--misc-abi-changes--0--patch-3 Use pid_t throughout to hold process IDs
* Lots and lots of i18n updates.Arch Librarian2004-09-201-15/+16
| | | | | | Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
* G++3 fixes from RandolphArch Librarian2004-09-201-1/+4
| | | | | | Author: jgg Date: 2001-05-29 03:48:27 GMT G++3 fixes from Randolph
* Join with aliencodeArch Librarian2004-09-201-0/+494
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode