Age | Commit message (Expand) | Author |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-27 | Merge branch 'feature/extractar-filefd' into debian/experimental | Julian Andres Klode |
2015-08-27 | Use compressor support from FileFd for ExtractTar instead of programs | Julian Andres Klode |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-11 | Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg | Julian Andres Klode |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2014-11-08 | guard ABI changes for LFS in apt-inst | David Kalnischkies |
2014-09-27 | fix: Prefer prefix ++/-- operators for non-primitive types | David Kalnischkies |
2014-09-27 | fix: Consecutive return, break, continue, goto or throw statements are unnece... | David Kalnischkies |
2014-07-08 | increase libapt-inst to version 1.6 | Michael Vogt |
2014-07-08 | Fix ar and tar code to be LFS-safe | Guillem Jover |
2014-04-11 | use wildcard to get files in our library makefiles | David Kalnischkies |
2014-03-17 | apt-inst: Do not try to create a substring of an empty string in error reporting | Julian Andres Klode |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: cast from type A to type B casts away qualifiers [-Wcast-qual] | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-22 | Add support for data.tar, control.tar and control.tar.xz | Guillem Jover |
2014-02-22 | DebFile: Refactor ExtractTarMember() out from ExtractArchive() | Guillem Jover |
2014-02-22 | ExtractTar: Allow an empty decompressor program | Guillem Jover |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-02-11 | use utimes instead of utimensat/futimens | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2013-10-07 | fix libapt-inst for >2G debs (closes: #725483) | Michael Vogt |
2013-09-26 | compression-neutral message for missing data.tar member | David Kalnischkies |
2013-09-12 | don't truncate 100 char long paths in tar extraction | Oskari Saarenmaa |
2013-06-24 | delete Memb on read-error in arfile | Niels Thykier |
2013-06-09 | depend on libapt-pkg in the libapt-inst build process | David Kalnischkies |
2013-06-09 | don't explicitly init ExtractTar InFd with invalid fd | David Kalnischkies |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies |
2012-05-10 | * apt-inst/deb/debfile.h: | David Kalnischkies |
2012-04-20 | merge from the lp:~mvo/apt/mvo branch | Michael Vogt |
2012-04-19 | * apt-inst/contrib/extracttar.cc: | Michael Vogt |
2012-04-11 | prepare new experimtnal upload | Michael Vogt |
2012-03-22 | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}: | David Kalnischkies |
2012-03-20 | * methods/rred.cc: | David Kalnischkies |
2012-03-04 | fix "(style) Statements following return, break, continue, goto or throw | David Kalnischkies |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-14 | * [abi-break] Support large files in the complete toolset. Indexes of this | Michael Vogt |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-06-29 | merge lp:~mvo/apt/abi-break | Michael Vogt |
2011-05-17 | remove Size >= 0 check as Itm.Size is an unsigned variable (clang warning) | David Kalnischkies |