summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-274-1/+26
* Merge branch 'feature/extractar-filefd' into debian/experimentalJulian Andres Klode2015-08-271-6/+7
|\
| * Always close compressed files in FileFdJulian Andres Klode2015-08-271-6/+7
* | cacheset: Prefer the depcache over the policy againJulian Andres Klode2015-08-271-5/+5
* | allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies2015-08-271-1/+16
* | not all targets are deb-src targetsDavid Kalnischkies2015-08-271-1/+1
* | use always priv-dropping for changelog download as rootDavid Kalnischkies2015-08-271-0/+4
* | fix various typos reported by codespellDavid Kalnischkies2015-08-273-3/+3
* | ignore AllowMem parameter in cache generationDavid Kalnischkies2015-08-272-16/+4
* | correct 'apt update' download summary lineDavid Kalnischkies2015-08-271-5/+6
* | just-in-time removal of broken essential packagesDavid Kalnischkies2015-08-272-3/+39
* | Fix more instances of missing remapping handlingJulian Andres Klode2015-08-271-7/+22
* | pkgcachegen: Account for remapping when parsing depends from NewPackageJulian Andres Klode2015-08-271-2/+6
|/
* Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicitJulian Andres Klode2015-08-201-7/+7
* Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimentalMichael Vogt2015-08-203-1/+244
|\
| * Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-202-3/+61
| * apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt2015-08-181-0/+2
| * cleanupMichael Vogt2015-08-182-6/+6
| * Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-18109-6417/+7037
| |\
| * \ Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1894-3957/+7519
| |\ \
| * | | WIP start randomizingMichael Vogt2014-05-232-2/+34
| * | | when using srv records, use the next server if one fails to connectMichael Vogt2014-05-231-1/+1
| * | | WIP make connect use GetSrvRecordsMichael Vogt2014-05-222-0/+20
| * | | add sorting by priorityMichael Vogt2014-05-202-2/+10
| * | | add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt2014-05-202-0/+123
* | | | Support tabs in sources.list filesJulian Andres Klode2015-08-191-1/+1
| |_|/ |/| |
* | | Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode2015-08-171-2/+2
* | | Really fix all iwyu issuesMichael Vogt2015-08-171-0/+1
* | | Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-1710-0/+16
* | | Cleanup includes after running iwyuMichael Vogt2015-08-1728-70/+3
* | | Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode2015-08-161-1/+1
* | | Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy2015-08-161-4/+4
* | | Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode2015-08-154-3/+6
* | | cachefile.cc: Do not ignore return value of pkgDepCache::Init()Julian Andres Klode2015-08-151-2/+1
* | | Also add 'in combination with the other options.' to another errorJulian Andres Klode2015-08-141-1/+1
* | | Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogsJulian Andres Klode2015-08-141-0/+1
* | | Make apt compile with clang++ againMichael Vogt2015-08-142-2/+2
* | | Say "in combination with the other options" if an option is not understoodJulian Andres Klode2015-08-141-3/+3
* | | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-142-4/+1
|\ \ \
| * | | Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-121-3/+0
| * | | Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* | | | Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-131-3/+13
* | | | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-138-47/+48
* | | | Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-132-15/+15
* | | | C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-1/+1
* | | | Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-122-11/+3
* | | | policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-122-4/+18
* | | | Only make Upgradable() return true for packages with a candidateJulian Andres Klode2015-08-121-1/+1
* | | | Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2015-08-122-3/+4
|/ / /
* | | Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-115-14/+14