summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* parse arch-qualified Provides correctlyHelmut Grohne2015-03-161-0/+6
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-3/+6
* properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-164-108/+130
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-163-10/+45
|\
| * 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
| * use 'best' hash for source authenticationDavid Kalnischkies2014-11-102-44/+119
* | 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
* | fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-191-44/+55
* | close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-181-2/+4
* | 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