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