index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
cdrom.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-29
Use quoted tagnames in config dumps
David Kalnischkies
1
-1
/
+1
2018-11-25
Fix typo reported by codespell in code comments
David Kalnischkies
1
-1
/
+1
2018-01-04
simplify translating "lists directory missing" msg
David Kalnischkies
1
-1
/
+1
2017-12-13
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
1
-1
/
+1
2017-09-09
Directly link against libudev on Linux systems
Julian Andres Klode
1
-37
/
+10
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-14
/
+13
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
1
-1
/
+1
2016-03-07
Fix several typos
Veres Lajos
1
-2
/
+2
2015-11-27
outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages
David Kalnischkies
1
-3
/
+3
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
1
-3
/
+3
2015-11-04
support arch:all data e.g. in separate Packages file
David Kalnischkies
1
-3
/
+0
2015-08-17
Really fix all iwyu issues
Michael Vogt
1
-0
/
+1
2015-08-17
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
1
-0
/
+2
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-2
/
+0
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-3
/
+3
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-0
/
+6
2015-04-19
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
1
-9
/
+4
2015-03-16
fix some new compiler warnings reported by gcc-5
David Kalnischkies
1
-5
/
+5
2014-11-18
create our cache and lib directory always with mode 755
David Kalnischkies
1
-2
/
+5
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
1
-3
/
+7
2014-04-26
properly undo CD-ROM mount in all error cases
John Ogness
1
-25
/
+41
2014-03-13
msgstr with elipses need three dots
David Kalnischkies
1
-3
/
+3
2014-03-13
apt-cdrom ident shouldn't be interactive
David Kalnischkies
1
-12
/
+15
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-16
/
+18
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-1
/
+1
2014-03-13
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
1
-4
/
+4
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-3
/
+3
2014-02-12
remove duplication in pkgCdrom::Add and ::Ident
David Kalnischkies
1
-90
/
+41
2014-02-12
apt-cdrom should succeed if any drive succeeds
John Ogness
1
-2
/
+24
2013-06-09
ensure state-dir exists before coyping cdrom files
David Kalnischkies
1
-0
/
+8
2012-09-03
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-0
/
+25
2012-09-02
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-3
/
+6
2012-08-05
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-2
/
+2
2012-06-09
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-1
/
+1
2012-04-22
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-19
/
+2
2012-03-20
* apt-pkg/acquire-worker.cc:
David Kalnischkies
1
-2
/
+4
2011-12-11
add a testcase for FindPackages() to better validate that cdrom should work.
David Kalnischkies
1
-8
/
+15
2011-12-11
* apt-pkg/cdrom.cc:
David Kalnischkies
1
-2
/
+2
2011-12-11
use fileutl exists-functions instead of doing the stat'ing by hand
David Kalnischkies
1
-6
/
+5
2011-12-11
strip the extension of the translation file before storing it in the list
David Kalnischkies
1
-0
/
+1
2011-11-24
use getCompressors() instead of getCompressorTypes() and use it everywhere
David Kalnischkies
1
-60
/
+65
2011-11-23
factored out the decompressor code in IndexCopy::CopyPackages() and
Steve McIntyre
1
-1
/
+1
2011-11-22
* apt-pkg/cdrom.cc:
Michael Vogt
1
-29
/
+54
2011-11-21
apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #6...
Julian Andres Klode
1
-4
/
+11
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-0
/
+2
2011-09-13
merge with debian/experimental
David Kalnischkies
1
-22
/
+14
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-2
/
+3
2011-08-15
merged from the debian-sid branch
Michael Vogt
1
-13
/
+13
2011-08-11
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
1
-13
/
+13
2011-07-28
* apt-pkg/cdrom.{cc,h}:
Michael Vogt
1
-9
/
+1
[next]