index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
cdrom.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement encoded URI handling in all methods
David Kalnischkies
2020-12-18
1
-2
/
+2
*
cdrom: Remove old udev dlopen stuff
Julian Andres Klode
2020-02-26
1
-1
/
+0
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-2
/
+2
*
apt-pkg: URI: Add 'explicit' to single argument constructor
Julian Andres Klode
2019-04-30
1
-1
/
+1
*
Fix typo reported by codespell in code comments
David Kalnischkies
2018-11-25
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
use a more standard approach to disable security for cdrom method
David Kalnischkies
2018-02-19
1
-2
/
+8
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-2
/
+2
*
implement generic config fallback for methods
David Kalnischkies
2016-08-10
1
-2
/
+2
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
1
-8
/
+7
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-2
/
+2
*
call URIStart in cdrom and file method
David Kalnischkies
2015-06-15
1
-1
/
+2
*
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+2
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
1
-1
/
+1
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-0
/
+1
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-1
/
+2
|
\
|
*
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-08-11
1
-1
/
+2
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-0
/
+2
|
/
*
* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
Michael Vogt
2011-02-01
1
-1
/
+1
*
merged from debian-sid
Michael Vogt
2010-02-17
1
-2
/
+2
|
\
|
*
merge 1695..1701 from the lp:~mvo/apt/mvo branch
Michael Vogt
2010-01-27
1
-6
/
+7
|
*
add new "Acquire::cdrom::AutoDetect" config that enables/disables
Michael Vogt
2010-01-26
1
-1
/
+2
|
*
methods/cdrom.cc: fix compile error
Michael Vogt
2010-01-25
1
-2
/
+2
|
*
* methods/cdrom.cc:
Michael Vogt
2010-01-22
1
-11
/
+9
*
|
add Dir::Media::MountPath config option
Michael Vogt
2010-01-26
1
-2
/
+2
*
|
* cmdline/apt-cdrom.cc:
Michael Vogt
2010-01-26
1
-6
/
+7
*
|
methods/cdrom.cc: fix compilication error
Michael Vogt
2010-01-26
1
-1
/
+1
*
|
add new "Acquire::cdrom::AutoDetect" variable that enables/disables
Michael Vogt
2010-01-26
1
-1
/
+2
*
|
* methods/cdrom.cc:
Michael Vogt
2010-01-22
1
-11
/
+9
|
/
*
methods/cdrom.cc: add AutoDetectAndMount method
Michael Vogt
2009-07-23
1
-44
/
+61
*
methods/cdrom.cc: move the scan into the loop that waits for a CD
Michael Vogt
2009-07-22
1
-28
/
+39
*
* methods/cdrom.cc:
Michael Vogt
2009-07-22
1
-17
/
+65
*
move libudev based code into libapt cdrom.cc class
Michael Vogt
2009-07-09
1
-54
/
+0
*
prototype for libudev dlopen() type of cdrom detection
Michael Vogt
2009-07-08
1
-4
/
+61
*
* apt-pkg/cdrom.cc:
Michael Vogt
2007-03-07
1
-5
/
+5
*
- added APT::CDROM::UnMountOnFinish to have more control over
Michael Vogt
2007-03-07
1
-1
/
+2
*
* apt-pkg/cdrom.cc, methods/cdrom.cc:
Michael Vogt
2007-03-07
1
-2
/
+3
*
* merged from apt--cdrom-fallback--0
Michael Vogt
2005-09-13
1
-2
/
+1
*
* merged with apt--fixes--0
Michael Vogt
2005-08-23
1
-0
/
+7
*
Bring consistency to the use of capitals in programs messages
Christian Perrier
2005-03-06
1
-4
/
+4
*
* fix for apt-get update removing the cdroms Release.gpg files
Michael Vogt
2005-02-25
1
-1
/
+1
*
* merged changes from the conference
Michael Vogt
2004-12-20
1
-1
/
+1
*
Call setlocale in all methods, don't call bindtextdomain in http
Matt Zimmerman
2004-11-27
1
-0
/
+2
*
* Patch from Eric Wong <normalperson@yhbt.net> to inclu...
Arch Librarian
2004-09-20
1
-2
/
+2
*
Lots and lots of i18n updates.
Arch Librarian
2004-09-20
1
-8
/
+9
*
Check the currently mounted cdrom, to see if it's the o...
Arch Librarian
2004-09-20
1
-4
/
+2
*
G++3 fixes from Randolph
Arch Librarian
2004-09-20
1
-1
/
+5
*
More CD fixes
Arch Librarian
2004-09-20
1
-4
/
+4
[next]