summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|/ |/| | | | |
* | | | | | rename "Suite/Section" to pluralMichael Vogt2014-01-181-2/+2
| |_|_|_|/ |/| | | |
* | | | | implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
| |_|_|/ |/| | |
* | | | support multiple "Suite:" entriesMichael Vogt2014-01-161-9/+18
* | | | rename URL to Uri in deb822-sourcesMichael Vogt2014-01-161-1/+1
* | | | rename "distribution" in sources.list to "suite"Michael Vogt2014-01-161-1/+1
* | | | * refactor to have a new virtual ParseStanzaMichael Vogt2014-01-162-26/+44
* | | | remove "," in components againMichael Vogt2014-01-161-5/+1
| |_|/ |/| |
* | | improve error messageMichael Vogt2014-01-042-13/+23
* | | improve testsMichael Vogt2014-01-041-1/+2
* | | Merge branch 'debian/sid' into feature/source-deb822Michael Vogt2014-01-048-38/+98
|\| |
| * | add missing vector includeMichael Vogt2013-12-281-0/+1
| * | Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-287-14/+43
| |\ \
| | * \ Merge branch 'feature/policy-parser-bts732746' into debian/sidMichael Vogt2013-12-272-2/+13
| | |\ \
| | | * | make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt2013-12-212-2/+13
| | * | | add basic tests for GetTempDir()Michael Vogt2013-12-231-1/+1
| | * | | factor GetTempDir outMichael Vogt2013-12-223-13/+21