summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/cdromutl.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-3/+3
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-19/+14
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-7/+7
* ident a CD without changing directoryDavid Kalnischkies2017-06-261-23/+23
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+2
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-15/+16
* support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-131-25/+23
* no error for non-existing mountpoints in MountCdromDavid Kalnischkies2014-03-131-8/+20
* if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies2014-03-131-2/+7
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+4
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt2013-07-251-1/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-0/+2
* merge with debian/experimentalDavid Kalnischkies2011-09-131-1/+3
|\
| * * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-6/+2
| * * apt-pkg/contrib/cdromutl.cc:Michael Vogt2011-07-251-1/+7
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies2011-04-161-6/+10
* apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.c...Michael Vogt2011-03-091-3/+3
* apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/...Michael Vogt2011-03-041-0/+31
* apt-pkg/contrib/cdromutl.cc: do not take Buf.f_bfree into account on writable...Michael Vogt2010-09-101-4/+12
* apt-pkg/contrib/cdromutl.cc: style fixes (thanks to David for his code-review)Michael Vogt2010-09-101-3/+3
* * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-09-101-0/+10
* * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
* * methods/cdrom.cc:Michael Vogt2009-07-221-3/+10
* fix various -Wall warningsMichael Vogt2008-08-051-1/+2
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-3/+0
* Join with aliencodeArch Librarian2004-09-201-6/+8
* HP-UX fixesArch Librarian2004-09-201-2/+2
* More Solaris fixesArch Librarian2004-09-201-4/+4
* Added castArch Librarian2004-09-201-2/+2
* Minor cleanups, fix for checksum lowercase bugArch Librarian2004-09-201-25/+3
* CDROM debug optionArch Librarian2004-09-201-10/+15
* Changed CD ident rountine to not use inodesArch Librarian2004-09-201-5/+17
* Fixed sparc compile warningArch Librarian2004-09-201-3/+3
* Working apt-get source build stuffArch Librarian2004-09-201-11/+3
* CDrom fixesArch Librarian2004-09-201-17/+52
* CDROM patches from bluehornArch Librarian2004-09-201-4/+27
* CDROM stuff from apt-cdromArch Librarian2004-09-201-0/+157