summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | pick up Translation-* even if only compressed availableDavid Kalnischkies2013-07-251-2/+13
| * | | fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies2013-07-161-1/+1
| | |/ | |/|
* | | fix some unitialized data membersMichael Vogt2013-08-053-3/+5
| |/ |/|
* | fix another missing va_end()Michael Vogt2013-07-261-3/+3
* | fix some coverity chroot() releated warningsMichael Vogt2013-07-262-2/+3
* | add missing "free(buffer) for allocated bufferMichael Vogt2013-07-251-1/+0
* | delete targets dataMichael Vogt2013-07-251-0/+1
* | fix resource leak when verification failsMichael Vogt2013-07-251-0/+1
* | apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt2013-07-251-1/+1
* | call fdopen() after FileFd was checkedMichael Vogt2013-07-251-1/+1
* | fix resource leak (thanks coverity)Michael Vogt2013-07-251-4/+8
* | rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt2013-07-251-1/+2
* | fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt2013-07-251-1/+1
* | always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt2013-07-251-4/+2
* | Merge remote-tracking branch 'upstream/debian/sid'Michael Vogt2013-07-2423-351/+553
|\|