summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-57/+73
2014-10-13fix compile and tests errorDavid Kalnischkies1-1/+1
2014-10-13trusted=yes sources are secure, we just don't know whyDavid Kalnischkies1-3/+9
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies6-17/+18
2014-10-08Update Status field values handlingGuillem Jover1-12/+6
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt6-20/+21
2014-10-06implement the updated build profile specjosch1-45/+67
2014-10-03rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies1-2/+2
2014-09-30mark private methods as hiddenDavid Kalnischkies5-18/+19
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt4-56/+110
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-22/+38
2014-09-27store source name and version in binary cacheDavid Kalnischkies2-6/+52
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies3-28/+20
2014-09-23Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2-91/+148
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt2-91/+148
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-22/+38
2014-09-17use pkgAcqMetaBase as the transactionManagerMichael Vogt1-3/+2
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2-53/+107
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies1-38/+41
2014-09-05Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2-9/+10
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt2-8/+9
2014-09-02* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-6/+7
2014-08-26support versioned provides as implemented by dpkgDavid Kalnischkies1-2/+2
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode1-1/+1
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode1-1/+1
2014-07-31Rework TransactionID stuffMichael Vogt1-6/+7
2014-07-21Download Release first, then Release.gpgMichael Vogt1-8/+8
2014-07-10Allow passing a full path to apt-get install /foo/bar.debMichael Vogt1-9/+19
2014-07-08Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+2
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies1-2/+6
2014-06-18readd pkgPackageManager::Go() to not break APIMichael Vogt2-20/+1
2014-06-18remove the Section member from package structDavid Kalnischkies1-3/+0
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies3-8/+8
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt2-2/+4
2014-05-29Fix more warnings from clangMichael Vogt3-7/+9
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2-1/+12
2014-05-28Fix warning about uninitialized variableMichael Vogt1-1/+2
2014-05-27use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt1-1/+2
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2-1/+12
2014-05-09parse and retrieve multiple Descriptions in one recordDavid Kalnischkies4-46/+62
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies3-36/+15
2014-05-09use 'best' hash for source authenticationDavid Kalnischkies1-71/+99
2014-05-08apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt1-1/+2
2014-05-08Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt5-3/+116
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt7-8/+236
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt16-124/+353
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt1-5/+6
2014-04-28use flAbsPath()Michael Vogt1-2/+1
2014-04-28use new Popen()Michael Vogt1-10/+13
2014-04-28avoid deb specific code in private-installMichael Vogt1-0/+20