index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
aptconfiguration.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement a public pkgSystem::ArchitecturesSupported
David Kalnischkies
2015-11-04
1
-82
/
+3
*
aptconfiguration: Convert strtok() to strtok_r()
Julian Andres Klode
2015-10-30
1
-2
/
+3
*
try xz instead of bz2 first for compressed files
David Kalnischkies
2015-08-29
1
-9
/
+9
*
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
2015-08-29
1
-10
/
+6
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-1
/
+0
*
Make apt compile with clang++ again
Michael Vogt
2015-08-14
1
-1
/
+1
*
mark private methods as hidden
David Kalnischkies
2014-09-30
1
-29
/
+29
*
invalid cache if architecture set doesn't match
David Kalnischkies
2014-05-10
1
-1
/
+1
*
do not create an (additional) empty compressor
David Kalnischkies
2014-04-11
1
-1
/
+1
*
use liblzma-dev to provide xz/lzma support
David Kalnischkies
2014-03-13
1
-0
/
+8
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+7
*
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
2014-03-13
1
-2
/
+2
*
support DEB_BUILD_PROFILES and -P for build profiles
David Kalnischkies
2014-03-13
1
-1
/
+25
*
add default and override handling for Cnf::FindVector
David Kalnischkies
2014-03-13
1
-61
/
+11
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-4
/
+4
*
rework some code to fix some scan-build warnings
David Kalnischkies
2014-01-16
1
-2
/
+2
*
fix lzma-support detection via xz binary
David Kalnischkies
2013-10-03
1
-1
/
+1
*
do chdir("/") after chroot()
Michael Vogt
2013-08-22
1
-1
/
+1
*
fix some coverity chroot() releated warnings
Michael Vogt
2013-07-26
1
-2
/
+2
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-1
/
+1
*
* apt-pkg/cdrom.cc:
David Kalnischkies
2012-09-03
1
-0
/
+11
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-06-10
1
-11
/
+15
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-05-20
1
-1
/
+1
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-05-09
1
-3
/
+3
*
fix a bug uncovered by the previous commit which checks if a Compressor
David Kalnischkies
2012-04-20
1
-2
/
+4
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-04-20
1
-12
/
+13
*
use xz-utils in the testcases instead of lzma and ensure that we really
David Kalnischkies
2012-04-11
1
-1
/
+1
*
- add libbz2-dev as new build-dependency
David Kalnischkies
2012-04-05
1
-1
/
+5
*
if we have zlib builtin insert add a dummy gzip compressor for FileFD
David Kalnischkies
2012-04-05
1
-0
/
+4
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-04-05
1
-6
/
+27
*
ensure that architectures are not added multiple times
David Kalnischkies
2012-02-10
1
-1
/
+3
*
call dpkg --assert-multi-arch with execvp instead of execv
David Kalnischkies
2012-02-09
1
-1
/
+1
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-01-30
1
-8
/
+57
*
* apt-pkg/aptconfiguration.cc:
Michael Vogt
2012-01-18
1
-1
/
+1
|
\
|
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2011-12-14
1
-1
/
+1
|
*
cherrypick from my apt/experimental branch
David Kalnischkies
2011-10-05
1
-2
/
+4
*
|
* apt-pkg/deb/debmetaindex.cc:
David Kalnischkies
2011-10-05
1
-2
/
+4
*
|
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
1
-5
/
+5
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-3
/
+3
|
\
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-2
/
+2
|
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2011-07-25
1
-1
/
+1
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-0
/
+2
|
/
*
use the correct option name in comment for Acquire::Languages
Jörg Sommer
2011-05-28
1
-1
/
+1
*
* apt-pkg/aptconfiguration.cc:
Michael Vogt
2011-04-05
1
-1
/
+1
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2011-03-26
1
-1
/
+32
*
support every compression we have a compressor configured
David Kalnischkies
2011-02-27
1
-0
/
+13
*
- load the supported compressors from configuration
David Kalnischkies
2011-02-27
1
-4
/
+70
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2011-02-22
1
-0
/
+2
*
- download and use i18n/Index to choose which Translations to download
David Kalnischkies
2011-01-28
1
-39
/
+12
*
- change the internal handling of Extensions in pkgAcqIndex
David Kalnischkies
2011-01-26
1
-0
/
+8
[next]