Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt | 1 | -1/+12 | |
ContentsExtract::~ContentsExtract() needs to use free() because Data got allocated via realloc() Reported-By: clang -fsanitize=address -fno-omit-frame-pointer | |||||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -2/+1 | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 1 | -1/+1 | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||||
2014-01-16 | rework some code to fix some scan-build warnings | David Kalnischkies | 1 | -1/+1 | |
No visible functional changes, just code moved around and additional checks to eliminate impossible branches Reported-By: scan-build Git-Dch: Ignore | |||||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | 1 | -1/+3 | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 1 | -1/+1 | |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 1 | -1/+1 | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||||
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 1 | -2/+4 | |
2011-02-24 | * ftparchive/contents.cc: | David Kalnischkies | 1 | -28/+3 | |
- remove ExtractArchive codecopy from apt-inst/deb/debfile.cc | |||||
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 1 | -1/+5 | |
- support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files | |||||
2009-12-01 | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | 1 | -1/+1 | |
thanks Karl Goetz! (Closes: #558757) | |||||
2009-11-28 | tell every method in ftparchive/ that const& is sexy | David Kalnischkies | 1 | -1/+1 | |
2007-11-30 | * ftparchive/contents.cc: | Michael Vogt | 1 | -1/+6 | |
- fix error output * ftparchive/contents.cc: - support lzma data members * ftparchive/multicompress.cc: - support lzma output | |||||
2005-03-06 | Bring consistency to the use of capitals in programs messages | Christian Perrier | 1 | -1/+1 | |
2004-12-12 | Merge bzip2-debs branch | Matt Zimmerman | 1 | -2/+9 | |
Patches applied: * apt@packages.debian.org/apt--bzip2-debs--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--bzip2-debs--0--patch-1 Create baz branch * apt@packages.debian.org/apt--bzip2-debs--0--patch-2 Implement data.tar.bz2 support | |||||
2004-09-20 | Lots and lots of i18n updates. | Arch Librarian | 1 | -3/+4 | |
Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates. | |||||
2004-09-20 | Fixed uninited buffer | Arch Librarian | 1 | -1/+2 | |
Author: jgg Date: 2001-02-27 04:24:09 GMT Fixed uninited buffer | |||||
2004-09-20 | Join with aliencode | Arch Librarian | 1 | -0/+401 | |
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode |