summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies26-79/+75
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies5-8/+8
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2-3/+3
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-1/+1
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies10-26/+26
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies5-32/+32
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies17-289/+288
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies2-8/+8
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies8-23/+27
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies3-2/+31
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer3-9/+101
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies4-65/+41
2014-03-13check version before adding scores in resolverDavid Kalnischkies1-1/+12
2014-03-13show debug output only if told so in packagemanagerDavid Kalnischkies1-1/+2
2014-03-13do not do the same looping twiceDavid Kalnischkies1-7/+1
2014-03-13propagate a negative score point along breaks/conflictsDavid Kalnischkies1-14/+25
2014-02-27initial version of apt-helperMichael Vogt1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt35-87/+87
2014-02-20prepare re-enable fnmatch() once we have proper reportingMichael Vogt1-0/+3
2014-02-14disable fnmatch()Michael Vogt1-1/+0
2014-02-14add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2-2/+29
2014-02-14simplify code some more to make reddit happyDavid Kalnischkies1-38/+29
2014-02-14allow http protocol to switch to httpsDavid Kalnischkies1-1/+6
2014-02-12remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2-90/+45
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness1-2/+24
2014-02-10always cleanup patchfiles at the end of rred callDavid Kalnischkies1-0/+9
2014-02-10do not use an empty APT_CONFIG environment variableDavid Kalnischkies1-1/+1
2014-02-10simplify code to make compilers happyDavid Kalnischkies1-3/+9
2014-02-06Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt1-0/+5
2014-02-06discard impossible candidates in MarkInstallDavid Kalnischkies1-2/+7
2014-02-04Fix multiarch package upgrade issueMichael Vogt1-0/+5
2014-01-30restart debSrcRecordParsers only if neededDavid Kalnischkies2-5/+6
2014-01-30pkgTagFile: if we have seen the end, do not try to see moreDavid Kalnischkies1-1/+5
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt9-24/+26
2014-01-25Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt1-1/+7
2014-01-25support " " in deb822 source optionsMichael Vogt1-1/+7
2014-01-24set APT::Sources::Use-Deb822 to default false for nowMichael Vogt1-1/+1
2014-01-24Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...Michael Vogt1-41/+43
2014-01-22"apt show" show user friendly size infoMichael Vogt1-41/+43
2014-01-21Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' into...Michael Vogt4-28/+278
2014-01-20add support for multipl types in one lineMichael Vogt1-10/+15
2014-01-20add support for multiple URIs in deb822 style sources.listMichael Vogt1-11/+18
2014-01-20add support for Enabled: no in deb822 sources.listMichael Vogt1-0/+4
2014-01-18do not ignore ioctl(TIOCSCTTY) errorsMichael Vogt1-9/+19
2014-01-18Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt1-2/+2
2014-01-18rename "Suite/Section" to pluralMichael Vogt1-2/+2
2014-01-18Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt1-2/+2
2014-01-17implement suggestion by donkult (thanks!)Michael Vogt1-2/+2
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies6-18/+12
2014-01-16merged mvo/feature/deb822Michael Vogt2-30/+53