summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
AgeCommit message (Expand)AuthorFilesLines
2014-04-26properly undo CD-ROM mount in all error casesJohn Ogness1-25/+41
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-3/+3
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies1-12/+15
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-16/+18
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-4/+4
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-3/+3
2014-02-12remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies1-90/+41
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness1-2/+24
2013-06-09ensure state-dir exists before coyping cdrom filesDavid Kalnischkies1-0/+8
2012-09-03* apt-pkg/cdrom.cc:David Kalnischkies1-0/+25
2012-09-02* apt-pkg/cdrom.cc:David Kalnischkies1-3/+6
2012-08-05* apt-pkg/cdrom.cc:David Kalnischkies1-2/+2
2012-06-09* apt-pkg/cdrom.cc:David Kalnischkies1-1/+1
2012-04-22* apt-pkg/cdrom.cc:David Kalnischkies1-19/+2
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies1-2/+4
2011-12-11add a testcase for FindPackages() to better validate that cdrom should work.David Kalnischkies1-8/+15
2011-12-11* apt-pkg/cdrom.cc:David Kalnischkies1-2/+2
2011-12-11use fileutl exists-functions instead of doing the stat'ing by handDavid Kalnischkies1-6/+5
2011-12-11strip the extension of the translation file before storing it in the listDavid Kalnischkies1-0/+1
2011-11-24use getCompressors() instead of getCompressorTypes() and use it everywhereDavid Kalnischkies1-60/+65
2011-11-23factored out the decompressor code in IndexCopy::CopyPackages() andSteve McIntyre1-1/+1
2011-11-22* apt-pkg/cdrom.cc:Michael Vogt1-29/+54
2011-11-21apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...Julian Andres Klode1-4/+11
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-22/+14
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+3
2011-08-15merged from the debian-sid branchMichael Vogt1-13/+13
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-13/+13
2011-07-28* apt-pkg/cdrom.{cc,h}:Michael Vogt1-9/+1
2011-04-16fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies1-34/+54
2011-03-10apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (...Michael Vogt1-1/+8
2011-03-10* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt1-1/+2
2011-03-09apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt1-3/+8
2011-03-09apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt1-7/+16
2011-03-04apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/...Michael Vogt1-0/+7
2011-03-04apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev classMichael Vogt1-0/+1
2011-02-01apt-pkg/cdrom.cc: fix another hardcoded /cdromMichael Vogt1-1/+1
2011-02-01* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:Michael Vogt1-2/+2
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt1-1/+1
2010-07-27* apt-pkg/cdrom.cc:Julian Andres Klode1-1/+1
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies1-21/+13
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies1-1/+2
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-21/+13
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt1-3/+2
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-21/+13
2009-07-23[ABI] merged the libudev-dlopen branch, this allows to passMichael Vogt1-1/+85
2009-07-23methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt1-3/+2
2009-07-22methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt1-1/+6
2009-07-22apt-pkg/cdrom.cc: make cdrom.Mounted property reliableMichael Vogt1-1/+2