| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several typos | Veres Lajos | 2016-03-07 | 1 | -2/+2 |
* | outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages | David Kalnischkies | 2015-11-27 | 1 | -3/+3 |
* | wrap every unlink call to check for != /dev/null | David Kalnischkies | 2015-11-04 | 1 | -3/+3 |
* | support arch:all data e.g. in separate Packages file | David Kalnischkies | 2015-11-04 | 1 | -3/+0 |
* | Really fix all iwyu issues | Michael Vogt | 2015-08-17 | 1 | -0/+1 |
* | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt | 2015-08-17 | 1 | -0/+2 |
* | Cleanup includes after running iwyu | Michael Vogt | 2015-08-17 | 1 | -2/+0 |
* | make all d-pointer * const pointers | David Kalnischkies | 2015-08-10 | 1 | -3/+3 |
* | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies | 2015-06-16 | 1 | -0/+6 |
* | ensure lists/ files have correct permissions after apt-cdrom add | David Kalnischkies | 2015-04-19 | 1 | -9/+4 |
* | fix some new compiler warnings reported by gcc-5 | David Kalnischkies | 2015-03-16 | 1 | -5/+5 |
* | create our cache and lib directory always with mode 755 | David Kalnischkies | 2014-11-18 | 1 | -2/+5 |
* | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | 2014-09-27 | 1 | -3/+7 |
* | properly undo CD-ROM mount in all error cases | John Ogness | 2014-04-26 | 1 | -25/+41 |
* | msgstr with elipses need three dots | David Kalnischkies | 2014-03-13 | 1 | -3/+3 |
* | apt-cdrom ident shouldn't be interactive | David Kalnischkies | 2014-03-13 | 1 | -12/+15 |
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -16/+18 |
* | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
* | warning: useless cast to type A [-Wuseless-cast] | David Kalnischkies | 2014-03-13 | 1 | -4/+4 |
* | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | 2014-03-13 | 1 | -3/+3 |
* | remove duplication in pkgCdrom::Add and ::Ident | David Kalnischkies | 2014-02-12 | 1 | -90/+41 |
* | apt-cdrom should succeed if any drive succeeds | John Ogness | 2014-02-12 | 1 | -2/+24 |
* | ensure state-dir exists before coyping cdrom files | David Kalnischkies | 2013-06-09 | 1 | -0/+8 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-09-03 | 1 | -0/+25 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-09-02 | 1 | -3/+6 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-08-05 | 1 | -2/+2 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-06-09 | 1 | -1/+1 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-04-22 | 1 | -19/+2 |
* | * apt-pkg/acquire-worker.cc: | David Kalnischkies | 2012-03-20 | 1 | -2/+4 |
* | add a testcase for FindPackages() to better validate that cdrom should work. | David Kalnischkies | 2011-12-11 | 1 | -8/+15 |
* | * apt-pkg/cdrom.cc: | David Kalnischkies | 2011-12-11 | 1 | -2/+2 |
* | use fileutl exists-functions instead of doing the stat'ing by hand | David Kalnischkies | 2011-12-11 | 1 | -6/+5 |
* | strip the extension of the translation file before storing it in the list | David Kalnischkies | 2011-12-11 | 1 | -0/+1 |
* | use getCompressors() instead of getCompressorTypes() and use it everywhere | David Kalnischkies | 2011-11-24 | 1 | -60/+65 |
* | factored out the decompressor code in IndexCopy::CopyPackages() and | Steve McIntyre | 2011-11-23 | 1 | -1/+1 |
* | * apt-pkg/cdrom.cc: | Michael Vogt | 2011-11-22 | 1 | -29/+54 |
* | apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6... | Julian Andres Klode | 2011-11-21 | 1 | -4/+11 |
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -0/+2 |
* | merge with debian/experimental | David Kalnischkies | 2011-09-13 | 1 | -22/+14 |
|\ |
|
| * | merged from the debian-sid branch | Michael Vogt | 2011-08-15 | 1 | -13/+13 |
| |\ |
|
| | * | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 2011-08-11 | 1 | -13/+13 |
| * | | * apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-07-28 | 1 | -9/+1 |
| |/ |
|
* / | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 1 | -2/+3 |
|/ |
|
* | fix a bunch of cppcheck warnings/errors based on a patch by | David Kalnischkies | 2011-04-16 | 1 | -34/+54 |
* | apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (... | Michael Vogt | 2011-03-10 | 1 | -1/+8 |
* | * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-03-10 | 1 | -1/+2 |
* | apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c... | Michael Vogt | 2011-03-09 | 1 | -3/+8 |
* | apt-pkg/cdrom.{cc,h}: add ScanForRemovable helper | Michael Vogt | 2011-03-09 | 1 | -7/+16 |
* | apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/... | Michael Vogt | 2011-03-04 | 1 | -0/+7 |
* | apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class | Michael Vogt | 2011-03-04 | 1 | -0/+1 |