summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-132-8/+8
* make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-138-23/+27
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-133-2/+31
* implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-133-9/+101
* add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-134-65/+41
* check version before adding scores in resolverDavid Kalnischkies2014-03-131-1/+12
* show debug output only if told so in packagemanagerDavid Kalnischkies2014-03-131-1/+2
* do not do the same looping twiceDavid Kalnischkies2014-03-131-7/+1
* propagate a negative score point along breaks/conflictsDavid Kalnischkies2014-03-131-14/+25
* initial version of apt-helperMichael Vogt2014-02-271-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-2235-87/+87
* prepare re-enable fnmatch() once we have proper reportingMichael Vogt2014-02-201-0/+3
* disable fnmatch()Michael Vogt2014-02-141-1/+0
* add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-142-2/+29
* simplify code some more to make reddit happyDavid Kalnischkies2014-02-141-38/+29
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-1/+6
* remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2014-02-122-90/+45
* apt-cdrom should succeed if any drive succeedsJohn Ogness2014-02-121-2/+24
* always cleanup patchfiles at the end of rred callDavid Kalnischkies2014-02-101-0/+9
* do not use an empty APT_CONFIG environment variableDavid Kalnischkies2014-02-101-1/+1
* simplify code to make compilers happyDavid Kalnischkies2014-02-101-3/+9
* Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt2014-02-061-0/+5
|\
| * Fix multiarch package upgrade issueMichael Vogt2014-02-041-0/+5
* | discard impossible candidates in MarkInstallDavid Kalnischkies2014-02-061-2/+7
* | restart debSrcRecordParsers only if neededDavid Kalnischkies2014-01-302-5/+6
* | pkgTagFile: if we have seen the end, do not try to see moreDavid Kalnischkies2014-01-301-1/+5
|/
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-269-24/+26
|\
| * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-166-18/+12
| * rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-164-6/+14
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-01-251-1/+7
|\ \
| * | support " " in deb822 source optionsMichael Vogt2014-01-251-1/+7
* | | set APT::Sources::Use-Deb822 to default false for nowMichael Vogt2014-01-241-1/+1
* | | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...Michael Vogt2014-01-241-41/+43
|\ \ \
| * | | "apt show" show user friendly size infoMichael Vogt2014-01-221-41/+43
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' into...Michael Vogt2014-01-214-28/+278
|\ \ \ | | |/ | |/|
| * | do not ignore ioctl(TIOCSCTTY) errorsMichael Vogt2014-01-181-9/+19
| * | Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt2014-01-181-2/+2
| |\ \
| * \ \ Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt2014-01-181-2/+2
| |\ \ \
| * \ \ \ merged mvo/feature/deb822Michael Vogt2014-01-162-30/+53
| |\ \ \ \
| * | | | | integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies2014-01-151-8/+3
| * | | | | reenable unlimited pdiff files downloadDavid Kalnischkies2014-01-151-1/+1
| * | | | | correct IndexDiff vs DiffIndex in Debug outputAnthony Towns2014-01-151-6/+6
| * | | | | Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt2014-01-052-11/+95
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/...Michael Vogt2014-01-053-12/+257
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies2013-12-132-4/+247
| | * | | | | allow ':' in GetListOfFilesInDirDavid Kalnischkies2013-12-131-1/+1
| | * | | | | query an empty pkgAcqIndexDiffs if index is up-to-dateDavid Kalnischkies2013-12-131-7/+9
* | | | | | | add support for multipl types in one lineMichael Vogt2014-01-201-10/+15
* | | | | | | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-11/+18
* | | | | | | add support for Enabled: no in deb822 sources.listMichael Vogt2014-01-201-0/+4
| |_|_|_|_|/ |/| | | | |