summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.h
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-4/+4
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-261-21/+0
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-4/+0
* Directly link against libudev on Linux systemsJulian Andres Klode2017-09-091-15/+16
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-3/+3
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-2/+9
* properly undo CD-ROM mount in all error casesJohn Ogness2014-04-261-0/+1
* mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-1/+3
* apt-cdrom ident shouldn't be interactiveDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+2
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2014-02-121-0/+4
* fix some unitialized data membersMichael Vogt2013-08-051-1/+1
* * apt-pkg/cdrom.cc:David Kalnischkies2012-09-031-0/+1
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+1
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-20/+18
* * apt-pkg/cdrom.{cc,h}:Michael Vogt2011-07-281-5/+3
* apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (...Michael Vogt2011-03-101-0/+2
* apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt2011-03-091-1/+6
* apt-pkg/cdrom.h: move new member to the end to minimize ABI riskMichael Vogt2011-03-091-1/+1
* apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev classMichael Vogt2011-03-041-0/+1
* [ABI] merged the libudev-dlopen branch, this allows to passMichael Vogt2009-07-231-0/+37
|\
| * methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt2009-07-231-2/+0
| * methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt2009-07-221-0/+2
| * move libudev based code into libapt cdrom.cc classMichael Vogt2009-07-091-0/+36
* | add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-5/+4
|/
* * merged the no-pragma branchMichael Vogt2006-12-141-3/+0
|\
| * * removed the pragma messMichael Vogt2006-10-021-3/+0
* | * added a BUGS file with known problem, added apt-cdrom support for translate...Michael Vogt2005-07-281-2/+5
|/
* Move CD-ROM handling backend into libapt-pkgMatt Zimmerman2005-02-041-0/+71