summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
AgeCommit message (Expand)Author
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies
2018-01-04simplify translating "lists directory missing" msgDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-09-09Directly link against libudev on Linux systemsJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2015-11-27outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-08-17Really fix all iwyu issuesMichael Vogt
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies
2014-11-18create our cache and lib directory always with mode 755David Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-04-26properly undo CD-ROM mount in all error casesJohn Ogness
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-12remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness
2013-06-09ensure state-dir exists before coyping cdrom filesDavid 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-11add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies
2011-12-11* apt-pkg/cdrom.cc:David Kalnischkies
2011-12-11use fileutl exists-functions instead of doing the stat'ing by handDavid Kalnischkies
2011-12-11strip the extension of the translation file before storing it in the listDavid Kalnischkies
2011-11-24use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies
2011-11-23factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre
2011-11-22* apt-pkg/cdrom.cc:Michael Vogt
2011-11-21apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-28* apt-pkg/cdrom.{cc,h}:Michael Vogt