summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt5-255/+300
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2-14/+21
2013-09-18improve the API for Upgrade()Michael Vogt2-10/+40
2013-08-31fix typo (mkostemp->mkstemp)Michael Vogt1-1/+1
2013-08-28Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2-1/+18
2013-08-27use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies1-8/+4
2013-08-27replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso1-5/+19
2013-08-22do chdir("/") after chroot()Michael Vogt2-2/+2
2013-08-22apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso1-1/+2
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt5-1/+16
2013-08-17Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt10-6/+291
2013-08-16allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies1-5/+15
2013-08-15use malloc instead of new[] in pkgTagFileDavid Kalnischkies1-15/+15
2013-08-15ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2-9/+25
2013-08-15init the pkgTagFile with the size of the Release fileDavid Kalnischkies2-2/+2
2013-08-15add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged...Michael Vogt1-1/+62
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt2-0/+34
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt2-0/+13
2013-08-15make destructors virtualMichael Vogt1-3/+3
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt10-12/+236
2013-08-12use our _error stack to generate openpty errorsDavid Kalnischkies1-7/+13
2013-08-12do not try to chown if not run as rootDavid Kalnischkies1-8/+9
2013-08-12fix: --print-uris removes authenticationDavid Kalnischkies2-4/+29
2013-08-12some more coverity fixesMichael Vogt3-0/+5
2013-08-08fix -Wall errorsMichael Vogt3-4/+6
2013-08-08use pkgTagFile to parse "header" of Release filesDavid Kalnischkies1-85/+19
2013-08-08stop skipping "-----" sections in Release filesDavid Kalnischkies1-11/+6
2013-08-08specific pins below 1000 cause downgradesDavid Kalnischkies1-7/+18
2013-08-06memset() pkgTagSections data to make coverity happyMichael Vogt2-1/+11
2013-08-05Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt5-15/+41
2013-08-05fix some unitialized data membersMichael Vogt3-3/+5
2013-08-01prefer native arch over higher priority for providersColin Watson1-3/+3
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt9-18/+22
2013-07-26fix another missing va_end()Michael Vogt1-3/+3
2013-07-26fix some coverity chroot() releated warningsMichael Vogt2-2/+3
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies1-5/+18
2013-07-26proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies1-4/+6
2013-07-25pick up Translation-* even if only compressed availableDavid Kalnischkies1-2/+13
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt1-1/+0
2013-07-25delete targets dataMichael Vogt1-0/+1
2013-07-25fix resource leak when verification failsMichael Vogt1-0/+1
2013-07-25apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt1-1/+1
2013-07-25call fdopen() after FileFd was checkedMichael Vogt1-1/+1
2013-07-25fix resource leak (thanks coverity)Michael Vogt1-4/+8
2013-07-25rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt1-1/+2
2013-07-25fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt1-1/+1
2013-07-25always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt1-4/+2
2013-07-24Merge remote-tracking branch 'upstream/debian/sid'Michael Vogt23-351/+553
2013-07-23remove double list includeMichael Vogt1-1/+0
2013-07-16fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies1-1/+1