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
/
contrib
/
configuration.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
configuration: Add missing #include <array>
Julian Andres Klode
2021-02-24
1
-0
/
+1
*
Avoid overstepping bounds in config file parsing
David Kalnischkies
2021-02-03
1
-60
/
+54
*
Retire and deprecate _strtabexpand
David Kalnischkies
2021-02-03
1
-20
/
+2
*
Fail ConfigDir reading if directory listing failed
David Kalnischkies
2021-02-03
1
-1
/
+4
*
Fix some style warnings from cppcheck
David Kalnischkies
2019-11-26
1
-4
/
+5
*
configuration: Compare size first during lookup
Julian Andres Klode
2018-12-26
1
-1
/
+1
*
Use quoted tagnames in config dumps
David Kalnischkies
2018-11-29
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
show warnings instead of errors if files are unreadable
David Kalnischkies
2017-07-26
1
-7
/
+4
*
use FileFd to parse all apt configuration files
David Kalnischkies
2017-07-26
1
-17
/
+6
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-5
/
+5
*
avoid malloc if option whitelist is disabled (default)
David Kalnischkies
2017-01-27
1
-3
/
+8
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
allow warning generation for non-whitelisted options
David Kalnischkies
2016-12-31
1
-1
/
+160
*
ensure Cnf::FindFile doesn't return files below /dev/null
David Kalnischkies
2016-07-19
1
-9
/
+1
*
remove 100-levels config nesting limit
David Kalnischkies
2016-05-03
1
-38
/
+36
*
add binary-specific options via Binary scope
David Kalnischkies
2015-11-04
1
-0
/
+53
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-6
/
+0
*
configureable acquire targets to download additional files
David Kalnischkies
2015-06-09
1
-2
/
+2
*
fix some new compiler warnings reported by gcc-5
David Kalnischkies
2015-03-16
1
-5
/
+5
*
explicit overload methods instead of adding parameters
David Kalnischkies
2014-11-08
1
-0
/
+6
*
fix Configuration::FindVector API
David Kalnischkies
2014-09-29
1
-5
/
+0
*
fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...
Michael Vogt
2014-05-07
1
-1
/
+3
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-3
/
+10
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-2
/
+1
*
add default and override handling for Cnf::FindVector
David Kalnischkies
2014-03-13
1
-2
/
+12
*
* lp:~mvo/apt/config-clear:
Michael Vogt
2013-08-15
1
-0
/
+12
*
fix off-by-one error and do not use magic constant of 100 when checking Stack...
Michael Vogt
2013-07-25
1
-1
/
+1
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-1
/
+1
*
/dev/null is a special absolute path as it has no subdirectories
David Kalnischkies
2012-04-23
1
-0
/
+9
*
normalize a bit by replacing // and /./ with / in FindFile
David Kalnischkies
2012-04-23
1
-30
/
+38
*
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2012-04-22
1
-8
/
+64
*
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2012-01-30
1
-2
/
+8
*
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-10-05
1
-4
/
+5
|
\
|
*
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-09-13
1
-4
/
+5
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-4
/
+4
|
\
\
|
*
|
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-3
/
+3
|
|
/
|
*
apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break
Michael Vogt
2011-07-15
1
-1
/
+1
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-1
/
+4
|
/
*
* apt-pkg/init.cc:
David Kalnischkies
2011-07-06
1
-1
/
+14
*
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2010-08-28
1
-3
/
+11
*
- use the new MatchAgainstConfig for the DefaultRootSetFunc
David Kalnischkies
2010-06-26
1
-0
/
+43
*
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2010-04-24
1
-0
/
+2
*
Fix the newly introduced method GetListOfFilesInDir to not accept every
David Kalnischkies
2010-01-16
1
-1
/
+1
*
merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back
David Kalnischkies
2010-01-13
1
-2
/
+2
|
\
|
*
fix merge error
Michael Vogt
2010-01-08
1
-0
/
+2
|
*
* French manpage translation update
Michael Vogt
2010-01-08
1
-39
/
+2
*
|
Add a GetListOfFilesInDir() helper method which replaces the old
David Kalnischkies
2010-01-03
1
-37
/
+2
*
|
another round of method hardening with const& in Configuration
David Kalnischkies
2009-11-25
1
-12
/
+12
|
/
*
reintroduce #clear and #include in the config files,
David Kalnischkies
2009-09-07
1
-3
/
+5
[next]