summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-082-1/+12
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-088-44/+45
* better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-082-3/+2
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-084-4/+4
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-18/+2
* Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debi...Michael Vogt2014-11-062-14/+0
|\
| * apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt2014-11-052-14/+0
| * Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-291-3/+3
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-11-051-2/+21
|\ \ | |/ |/|
| * Fix incorrect comparison between signed/unsignedMichael Vogt2014-10-231-1/+1
| * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt2014-10-231-2/+21
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-57/+73
|\|
| * Update Status field values handlingGuillem Jover2014-10-081-12/+6
| * implement the updated build profile specjosch2014-10-061-45/+67
* | fix compile and tests errorDavid Kalnischkies2014-10-131-1/+1
* | trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-131-3/+9
* | do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-136-17/+18
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-076-20/+21
|\ \
| * | rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies2014-10-031-2/+2
| * | mark private methods as hiddenDavid Kalnischkies2014-09-305-18/+19
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-294-56/+110
|\| |
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-22/+38
| |\|
| | * generalize Acquire::GzipIndexMichael Vogt2014-09-211-22/+38
| * | store source name and version in binary cacheDavid Kalnischkies2014-09-272-6/+52
| * | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-273-28/+20
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-232-91/+148
|\| |
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-232-91/+148
| |\|
| | * rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-082-53/+107
| | * fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
* | | use pkgAcqMetaBase as the transactionManagerMichael Vogt2014-09-171-3/+2
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-052-9/+10
|\| |
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-052-8/+9
| |\|
| | * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
| | * support versioned provides as implemented by dpkgDavid Kalnischkies2014-08-261-2/+2
| | * Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
| * | Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* | | Rework TransactionID stuffMichael Vogt2014-07-311-6/+7
* | | Download Release first, then Release.gpgMichael Vogt2014-07-211-8/+8
|/ /
* | Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-101-9/+19
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-1/+2
|\|
| * handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-182-20/+1
* | remove the Section member from package structDavid Kalnischkies2014-06-181-3/+0
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-183-8/+8
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-182-2/+4
|\|
| * Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
| * use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
* | Fix more warnings from clangMichael Vogt2014-05-293-7/+9
* | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-292-1/+12
|\|
| * Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-152-1/+12