Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | |
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | |||
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | |
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-07-28 | * apt-pkg/cdrom.{cc,h}: | Michael Vogt | |
- cleanup old ABI break avoidance hacks | |||
2011-03-10 | apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken ↵ | Michael Vogt | |
(also in this case its probably not needed because pkgUDevCDrom is not used outside libapt itself, still its better to be on the save side) | |||
2011-03-09 | apt-pkg/cdrom.{cc,h}: add ScanForRemovable helper | Michael Vogt | |
2011-03-09 | apt-pkg/cdrom.h: move new member to the end to minimize ABI risk | Michael Vogt | |
2011-03-04 | apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class | Michael Vogt | |
2009-07-23 | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt | |
"apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will dynamically find/mount the cdrom device (if libhal is available) | |||
2009-07-23 | methods/cdrom.cc: add AutoDetectAndMount method | Michael Vogt | |
2009-07-22 | methods/cdrom.cc: move the scan into the loop that waits for a CD | Michael Vogt | |
2009-07-09 | move libudev based code into libapt cdrom.cc class | Michael Vogt | |
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | |
2006-12-14 | * merged the no-pragma branch | Michael Vogt | |
2006-10-02 | * removed the pragma mess | Michael Vogt | |
2005-07-28 | * added a BUGS file with known problem, added apt-cdrom support for ↵ | Michael Vogt | |
translated package descriptions | |||
2005-02-04 | Move CD-ROM handling backend into libapt-pkg | Matt Zimmerman | |
- apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library apt-pkg/cdrom.{cc,h}) (Ubuntu #5668) Patches applied: * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-51 * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-1 * added support for signed cdroms * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-2 * merged with apt--main, seperated cmdline/apt-cdrom.cc into a library (apt-pkg/cdrom.{cc,h}) * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-3 * cleaned up the cmdline/apt-cdrom.cc code |