summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1894-3957/+7519
|\
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-222-14/+3
| |\
| | * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-226-22/+16
| | |\
| | | * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-222-14/+2
| | * | parse arch-qualified Provides correctlyHelmut Grohne2015-05-221-0/+6
| | * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| | * | Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt2015-04-071-2/+13
| * | | treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-184-137/+262
| * | | detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-133-13/+28
| * | | implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-122-8/+15
| * | | rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-113-109/+73
| * | | implement a more c++-style TFRewrite alternativeDavid Kalnischkies2015-05-112-14/+181
| * | | stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-112-21/+21
| * | | sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-112-60/+112
| * | | fix macro definition for very old GCC < 3David Kalnischkies2015-05-111-1/+1
| * | | show non-matching m-a:same versions in debug messageDavid Kalnischkies2015-05-111-6/+11
| * | | remove unused and strange default-value for pinsDavid Kalnischkies2015-05-111-24/+10
| * | | a pin of 1000 always means downgrade allowedDavid Kalnischkies2015-05-111-22/+10
| * | | improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-112-67/+143
| * | | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-193-4/+11
| |\ \ \ | | | |/ | | |/|
| | * | parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies2015-04-121-1/+1
| | * | demote VectorizeString gcc attribute from const to pureDavid Kalnischkies2015-04-071-1/+1
| | * | fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt2015-04-071-2/+9
| | * | avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies2015-04-071-2/+12
| | |/
| * | hide first pdiff merge failure debug messageDavid Kalnischkies2015-04-191-1/+2
| * | a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-193-28/+91
| * | refactor calculation of final lists/ name from URIDavid Kalnischkies2015-04-192-152/+124
| * | unsigned Release files can expire, tooDavid Kalnischkies2015-04-191-8/+18
| * | ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-195-25/+39
| * | calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-19/+65
| * | if we can, use gccs __builtin_swap methodsDavid Kalnischkies2015-04-191-0/+9
| * | reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-86/+71
| * | parse arch-qualified Provides correctlyHelmut Grohne2015-03-161-0/+6
| * | fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-166-17/+22
| * | properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-165-111/+133
| * | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-168-24/+89
| |\|
| | * award points for positive dependencies againDavid Kalnischkies2015-01-101-1/+1
| | * pass-through stdin fd instead of content if not a terminalDavid Kalnischkies2014-12-231-4/+12
| | * always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-231-2/+7
| | * do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-231-2/+2
| | * fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-281-44/+55
| | * close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-281-2/+4
| | * allow options between command and -- on commandlineDavid Kalnischkies2014-11-101-8/+11
| | * deprecate the Section member from package structDavid Kalnischkies2014-11-104-4/+18
| | * use 'best' hash for source authenticationDavid Kalnischkies2014-11-104-48/+167
| | * add a simple container for HashStringsDavid Kalnischkies2014-11-102-15/+187
| * | do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-101-2/+2
| * | always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-071-2/+7
| * | correct architecture detection for 'rc' packages for purgeDavid Kalnischkies2014-12-071-12/+4
| * | properly handle already reinstall pkgs in orderingDavid Kalnischkies2014-12-071-10/+36