summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
Commit message (Expand)AuthorAgeFilesLines
* Retire and deprecate _strtabexpandDavid Kalnischkies2021-02-031-19/+12
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-261-6/+0
* Use quoted tagnames in config dumpsDavid Kalnischkies2018-11-291-1/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* simplify translating "lists directory missing" msgDavid Kalnischkies2018-01-041-1/+1
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-1/+1
* Directly link against libudev on Linux systemsJulian Andres Klode2017-09-091-37/+10
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-14/+13
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* Fix several typosVeres Lajos2016-03-071-2/+2
* outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies2015-11-271-3/+3
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-3/+3
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-3/+0
* Really fix all iwyu issuesMichael Vogt2015-08-171-0/+1
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+2
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-3/+3
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+6
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-191-9/+4
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-5/+5
* create our cache and lib directory always with mode 755David Kalnischkies2014-11-181-2/+5
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-3/+7
* properly undo CD-ROM mount in all error casesJohn Ogness2014-04-261-25/+41
* msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-3/+3
* apt-cdrom ident shouldn't be interactiveDavid Kalnischkies2014-03-131-12/+15
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-16/+18
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-4/+4
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-3/+3
* remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2014-02-121-90/+41
* apt-cdrom should succeed if any drive succeedsJohn Ogness2014-02-121-2/+24
* ensure state-dir exists before coyping cdrom filesDavid Kalnischkies2013-06-091-0/+8
* * apt-pkg/cdrom.cc:David Kalnischkies2012-09-031-0/+25
* * apt-pkg/cdrom.cc:David Kalnischkies2012-09-021-3/+6
* * apt-pkg/cdrom.cc:David Kalnischkies2012-08-051-2/+2
* * apt-pkg/cdrom.cc:David Kalnischkies2012-06-091-1/+1
* * apt-pkg/cdrom.cc:David Kalnischkies2012-04-221-19/+2
* * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-201-2/+4
* add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies2011-12-111-8/+15
* * apt-pkg/cdrom.cc:David Kalnischkies2011-12-111-2/+2
* use fileutl exists-functions instead of doing the stat'ing by handDavid Kalnischkies2011-12-111-6/+5
* strip the extension of the translation file before storing it in the listDavid Kalnischkies2011-12-111-0/+1
* use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies2011-11-241-60/+65
* factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre2011-11-231-1/+1
* * apt-pkg/cdrom.cc:Michael Vogt2011-11-221-29/+54
* apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode2011-11-211-4/+11
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* merge with debian/experimentalDavid Kalnischkies2011-09-131-22/+14
|\
| * merged from the debian-sid branchMichael Vogt2011-08-151-13/+13
| |\
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-13/+13