summaryrefslogtreecommitdiff
path: root/apt-pkg/init.cc
Commit message (Expand)AuthorAgeFilesLines
* Silence clang warning -Wstring-plus-intDavid Kalnischkies2020-05-251-4/+4
* Merge branch 'pu/dpkg-path' into 'master'Julian Andres Klode2018-12-101-0/+3
|\
| * Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode2018-12-101-0/+3
* | Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode2018-12-041-0/+1
|/
* Remove "Tanglu" config for Acquire::Changelogs and as vendorManuel A. Fernandez Montecelo2018-10-261-1/+0
* Remove "Ultimedia" config for Acquire::ChangelogsManuel A. Fernandez Montecelo2018-10-261-1/+0
* Default to https: scheme for fetching Debian changelogsBen Hutchings2018-10-131-1/+1
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* Use https for Ubuntu changelogsJulian Andres Klode2018-03-151-1/+1
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-1/+0
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-11/+9
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+6
* Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$Julian Andres Klode2017-03-071-0/+1
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-1/+1
* Read dpkg tables to handle architecture wildcardsJulian Andres Klode2017-01-171-0/+91
* init: Add Dir::Bin::planners default entryJulian Andres Klode2016-08-291-0/+1
* init: Fix path to external solversJulian Andres Klode2016-08-291-1/+1
* Make directory paths configurableJulian Andres Klode2016-08-261-6/+6
* if conf unset, don't read / as conf/pref/sources dirDavid Kalnischkies2016-06-291-3/+4
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-291-1/+1
* eipp: enable xz-compressed scenario loggingDavid Kalnischkies2016-06-271-0/+1
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-0/+1
* forbid insecure repositories by default expect in apt-getDavid Kalnischkies2016-06-221-4/+1
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-081-2/+2
* use local changelog from /usr/share/doc if possibleDavid Kalnischkies2016-02-111-0/+1
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-021-4/+4
* Cleanup includes after running iwyuMichael Vogt2015-08-171-1/+0
* Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogsJulian Andres Klode2015-08-141-0/+1
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-17/+17
* remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies2015-08-101-2/+0
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-0/+4
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-6/+6
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-091-1/+19
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-1/+1
* Change default of Acquire::AllowInsecureRepositories to "true"Michael Vogt2014-10-131-1/+4
* Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-0/+3
* Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-011-0/+4
* reduce delta from ubuntuMichael Vogt2014-04-251-0/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+3
* do not use an empty APT_CONFIG environment variableDavid Kalnischkies2014-02-101-1/+1
* drop old /var/state to /var/lib transition artefactsDavid Kalnischkies2013-12-011-9/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-7/+6
|\
| * * apt-pkg/init.cc:David Kalnischkies2011-09-211-7/+6
* | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* | do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-3/+3
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
* | merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-151-38/+41
|\|