| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 8 | -13/+32 |
* | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 4 | -5/+5 |
* | warning: cast from type A to type B casts away qualifiers [-Wcast-qual] | David Kalnischkies | 2014-03-13 | 1 | -3/+3 |
* | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | 2014-03-13 | 1 | -76/+76 |
* | Add support for data.tar, control.tar and control.tar.xz | Guillem Jover | 2014-02-22 | 1 | -11/+10 |
* | DebFile: Refactor ExtractTarMember() out from ExtractArchive() | Guillem Jover | 2014-02-22 | 2 | -5/+13 |
* | ExtractTar: Allow an empty decompressor program | Guillem Jover | 2014-02-22 | 1 | -0/+6 |
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 4 | -6/+6 |
* | use utimes instead of utimensat/futimens | David Kalnischkies | 2014-02-11 | 1 | -4/+5 |
* | correct some style/performance/warnings from cppcheck | David Kalnischkies | 2014-01-16 | 1 | -11/+9 |
* | fix libapt-inst for >2G debs (closes: #725483) | Michael Vogt | 2013-10-07 | 1 | -3/+3 |
* | compression-neutral message for missing data.tar member | David Kalnischkies | 2013-09-26 | 1 | -2/+1 |
* | don't truncate 100 char long paths in tar extraction | Oskari Saarenmaa | 2013-09-12 | 1 | -13/+11 |
* | delete Memb on read-error in arfile | Niels Thykier | 2013-06-24 | 1 | -0/+3 |
* | depend on libapt-pkg in the libapt-inst build process | David Kalnischkies | 2013-06-09 | 1 | -0/+1 |
* | don't explicitly init ExtractTar InFd with invalid fd | David Kalnischkies | 2013-06-09 | 1 | -1/+0 |
* | various simple changes to fix cppcheck warnings | David Kalnischkies | 2013-03-10 | 1 | -2/+1 |
* | * apt-inst/deb/debfile.h: | David Kalnischkies | 2012-05-10 | 1 | -0/+4 |
* | merge from the lp:~mvo/apt/mvo branch | Michael Vogt | 2012-04-20 | 1 | -1/+1 |
|\ |
|
| * | * apt-inst/contrib/extracttar.cc: | Michael Vogt | 2012-04-19 | 1 | -1/+1 |
* | | prepare new experimtnal upload | Michael Vogt | 2012-04-11 | 1 | -1/+1 |
* | | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}: | David Kalnischkies | 2012-03-22 | 7 | -719/+4 |
* | | * methods/rred.cc: | David Kalnischkies | 2012-03-20 | 2 | -3/+2 |
|/ |
|
* | fix "(style) Statements following return, break, continue, goto or throw | David Kalnischkies | 2012-03-04 | 1 | -4/+2 |
* | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | 2011-12-13 | 4 | -0/+13 |
* | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | 2011-12-13 | 1 | -0/+4 |
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 12 | -7/+35 |
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 10 | -21/+19 |
* | * [abi-break] Support large files in the complete toolset. Indexes of this | Michael Vogt | 2011-09-14 | 1 | -1/+1 |
* | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 2011-09-13 | 1 | -1/+1 |
* | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 8 | -2/+19 |
* | merge lp:~mvo/apt/abi-break | Michael Vogt | 2011-06-29 | 1 | -1/+1 |
* | remove Size >= 0 check as Itm.Size is an unsigned variable (clang warning) | David Kalnischkies | 2011-05-17 | 1 | -1/+1 |
* | fix a bunch of cppcheck warnings/errors based on a patch by | David Kalnischkies | 2011-04-16 | 1 | -4/+10 |
* | * apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-28 | 1 | -16/+26 |
* | * ftparchive/contents.cc: | David Kalnischkies | 2011-02-24 | 1 | -1/+1 |
* | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -1/+7 |
|\ |
|
| * | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -1/+7 |
* | | * apt-inst/contrib/extracttar.cc: | David Kalnischkies | 2011-01-13 | 1 | -4/+8 |
|\ \ |
|
| * | | Permit base256 encoded value in the numeric field of tar header. | Nobuhiro Hayashi | 2010-12-03 | 1 | -4/+8 |
| |/ |
|
* / | FristOwner is never used in the blamed history and gcc-4.6 complains now | David Kalnischkies | 2011-01-12 | 1 | -3/+1 |
|/ |
|
* | Switch away from the now deprecated methods for Cache building | David Kalnischkies | 2010-06-04 | 1 | -1/+1 |
* | apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ... | Julian Andres Klode | 2010-03-12 | 1 | -0/+1 |
* | we break the ABI, so let use increase the ABI number :) | David Kalnischkies | 2010-02-18 | 1 | -1/+1 |
* | * apt-pkg/contrib/macros.h: | David Kalnischkies | 2010-01-30 | 1 | -1/+1 |
* | apt-inst/makefile: include libversion.mak | Michael Vogt | 2009-12-14 | 1 | -0/+3 |
* | decrease the libapt-inst major version again to 1.1 as the increase | David Kalnischkies | 2009-12-12 | 1 | -1/+1 |
* | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249) | David Kalnischkies | 2009-10-24 | 1 | -2/+1 |
* | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-09-24 | 1 | -1/+1 |
|\ |
|
| * | * apt-inst/contrib/arfile.cc: | Michael Vogt | 2009-09-24 | 1 | -1/+1 |