summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-094-46/+62
* | use HashStringList in the acquire systemDavid Kalnischkies2014-05-093-36/+15
* | use 'best' hash for source authenticationDavid Kalnischkies2014-05-091-71/+99
* | apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt2014-05-081-1/+2
* | Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt2014-05-085-3/+116
|\ \
| * | add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-252-0/+19
| * | create debIFTypeDscFile typeMichael Vogt2014-04-244-3/+73
| * | add support for apt-get build-dep foo.dscMichael Vogt2014-04-222-0/+26
* | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-077-8/+236
|\ \ \
| * | | use flAbsPath()Michael Vogt2014-04-281-2/+1
| * | | use new Popen()Michael Vogt2014-04-281-10/+13
| * | | avoid deb specific code in private-installMichael Vogt2014-04-281-0/+20
| * | | WIP local deb installMichael Vogt2014-04-287-8/+214
| |/ /
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0716-124/+353
|\ \ \ | | |/ | |/|
| * | Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
| * | reduce delta from ubuntuMichael Vogt2014-04-251-1/+1
| |/