summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-071-8/+8
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-055-42/+68
|\
| * fix lzma-support detection via xz binaryDavid Kalnischkies2013-10-031-1/+1
| * use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-031-3/+2
| * refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2013-10-032-34/+60
| * don't consider holds for autoremovalDavid Kalnischkies2013-10-012-4/+5
* | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt2013-10-053-28/+96
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug...Michael Vogt2013-10-022-8/+21
| |\
| | * change maxsplit default from "0" to maxintMichael Vogt2013-10-012-3/+3
| | * improve documentation for StringSplit()Michael Vogt2013-10-012-6/+19
| * | make dpkg progress slightly nicerMichael Vogt2013-10-021-3/+17
| |/
| * doc updateMichael Vogt2013-09-072-8/+17
| * fix multiarch status-fd progress calculationMichael Vogt2013-09-071-24/+24
| * add maxsplit parameter to StringSplitMichael Vogt2013-09-072-6/+14
| * implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-072-0/+24
* | pkg from only trusted sources keeps being trustedDavid Kalnischkies2013-09-261-8/+15
* | don't strip :any from dependencies in single-archDavid Kalnischkies2013-09-261-4/+2
* | do not trust FileFd::Eof() in pkgTagFile::Fill()David Kalnischkies2013-09-201-1/+1
|/
* fix typo (mkostemp->mkstemp)Michael Vogt2013-08-311-1/+1
* Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2013-08-282-1/+18
|\
| * Add DPkgPM::Progress for terminal install progressMichael Vogt2013-07-112-1/+18
* | use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies2013-08-271-8/+4
* | replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso2013-08-271-5/+19
* | do chdir("/") after chroot()Michael Vogt2013-08-222-2/+2
* | apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso2013-08-221-1/+2
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-225-1/+16
|\ \
| * | some more coverity fixesMichael Vogt2013-08-123-0/+5
| * | memset() pkgTagSections data to make coverity happyMichael Vogt2013-08-062-1/+11
* | | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-1710-6/+291
|\ \ \
| * | | add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged...Michael Vogt2013-08-151-1/+62
| * | | make destructors virtualMichael Vogt2013-08-151-3/+3
| * | | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-1210-12/+236
* | | | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-5/+15
* | | | use malloc instead of new[] in pkgTagFileDavid Kalnischkies2013-08-151-15/+15
* | | | ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2013-08-152-9/+25
* | | | init the pkgTagFile with the size of the Release fileDavid Kalnischkies2013-08-152-2/+2
* | | | * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-152-0/+34
* | | | * lp:~mvo/apt/config-clear:Michael Vogt2013-08-152-0/+13
|/ / /
* | | use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
* | | do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
* | | fix: --print-uris removes authenticationDavid Kalnischkies2013-08-122-4/+29
* | | fix -Wall errorsMichael Vogt2013-08-083-4/+6
* | | use pkgTagFile to parse "header" of Release filesDavid Kalnischkies2013-08-081-85/+19
* | | stop skipping "-----" sections in Release filesDavid Kalnischkies2013-08-081-11/+6
* | | specific pins below 1000 cause downgradesDavid Kalnischkies2013-08-081-7/+18
|/ /
* | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt2013-08-055-15/+41
|\ \
| * | prefer native arch over higher priority for providersColin Watson2013-08-011-3/+3
| * | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-289-18/+22
| |\ \
| * | | ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies2013-07-261-5/+18
| * | | proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies2013-07-261-4/+6