Age | Commit message (Expand) | Author |
2013-06-09 | ensure state-dir exists before coyping cdrom files | David 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-11 | add a testcase for FindPackages() to better validate that cdrom should work. | David Kalnischkies |
2011-12-11 | * apt-pkg/cdrom.cc: | David Kalnischkies |
2011-12-11 | use fileutl exists-functions instead of doing the stat'ing by hand | David Kalnischkies |
2011-12-11 | strip the extension of the translation file before storing it in the list | David Kalnischkies |
2011-11-24 | use getCompressors() instead of getCompressorTypes() and use it everywhere | David Kalnischkies |
2011-11-23 | factored out the decompressor code in IndexCopy::CopyPackages() and | Steve McIntyre |
2011-11-22 | * apt-pkg/cdrom.cc: | Michael Vogt |
2011-11-21 | apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6... | Julian Andres Klode |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-28 | * apt-pkg/cdrom.{cc,h}: | Michael Vogt |
2011-04-16 | fix a bunch of cppcheck warnings/errors based on a patch by | David Kalnischkies |
2011-03-10 | apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (... | Michael Vogt |
2011-03-10 | * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}: | Michael Vogt |
2011-03-09 | apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c... | Michael Vogt |
2011-03-09 | apt-pkg/cdrom.{cc,h}: add ScanForRemovable helper | Michael Vogt |
2011-03-04 | apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/... | Michael Vogt |
2011-03-04 | apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class | Michael Vogt |
2011-02-01 | apt-pkg/cdrom.cc: fix another hardcoded /cdrom | Michael Vogt |
2011-02-01 | * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc: | Michael Vogt |
2010-08-02 | * apt-pkg/cdrom.cc: | Michael Vogt |
2010-07-27 | * apt-pkg/cdrom.cc: | Julian Andres Klode |
2010-03-18 | merge MultiArch-ABI. We don't support MultiArch yet (as most other tools), | David Kalnischkies |
2010-03-12 | * cmdline/apt-get.cc | David Kalnischkies |
2010-02-13 | [BREAK] merge MultiArch-ABI. We don't support MultiArch, | David Kalnischkies |
2010-01-27 | merge 1695..1701 from the lp:~mvo/apt/mvo branch | Michael Vogt |
2009-12-23 | merge Goswin Brederlow "support download of index files for different archs" | David Kalnischkies |
2009-07-23 | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt |
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-22 | apt-pkg/cdrom.cc: make cdrom.Mounted property reliable | Michael Vogt |
2009-07-21 | The 'not dead yet' release | 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 |
2008-10-28 | apt-pkg/cdrom.cc: add missing i18n string | Michael Vogt |
2007-12-27 | * Fix compilation warnings in apt-pkg/cdrom.cc and | Otavio Salvador |
2007-10-29 | * Umount CD-ROM when calling apt-cdrom ident, except when called with | Otavio Salvador |
2007-10-26 | * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing | Otavio Salvador |
2007-10-02 | - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument | Otavio Salvador |
2007-08-03 | * make apt -Wall clean | Michael Vogt |