summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies2013-06-241-6/+6
* do not modify DepIterator as we might check againDavid Kalnischkies2013-06-241-5/+7
* trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-202-4/+13
* do not redownload unchanged InRelease filesDavid Kalnischkies2013-06-201-1/+12
* support \n and \r\n line endings in ReadMessagesDavid Kalnischkies2013-06-201-2/+3
* handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-202-2/+8
* ensure state-dir exists before coyping cdrom filesDavid Kalnischkies2013-06-091-0/+8
* fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-092-5/+4
* OpenDescriptor should autoclose fd always on errorDavid Kalnischkies2013-06-091-4/+19
* set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2013-06-092-96/+75
* make the vprintf like _error->Insert publicDavid Kalnischkies2013-06-091-6/+35
* deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2013-06-092-5/+8
* do unpacks before configures in SmartConfigureDavid Kalnischkies2013-06-091-45/+68
* try all providers in order if uninstallable in MarkInstallDavid Kalnischkies2013-06-091-5/+13
* fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies2013-06-091-1/+1
* prefer Essentials over Removals in ordering scoreDavid Kalnischkies2013-06-091-3/+2
* rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies2013-06-091-116/+103
* fix double free (closes: #711045)Michael Vogt2013-06-061-2/+5
* non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2013-05-162-8/+14
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-4/+5
* merged from the debian-wheezy branchMichael Vogt2013-05-082-4/+14
|\
| * * apt-pkg/algorithms.cc:Michael Vogt2013-05-081-1/+4
| * properly handle if-modfied-since with libcurl/https Michael Vogt2013-05-081-3/+10
* | Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org2013-04-101-1/+1
* | merged bundle from davidMichael Vogt2013-04-0820-159/+225
|\ \
| * | share version strings between same versions (of different architectures)David Kalnischkies2013-04-033-15/+40
| * | * apt-pkg/cacheiterators.h:David Kalnischkies2013-04-033-19/+24
| * | - sort group and package names in the hashtable on insertDavid Kalnischkies2013-04-032-16/+31
| * | micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies2013-04-011-7/+7
| * | equal comparisions are used mostly in same-source relations,David Kalnischkies2013-04-011-6/+14
| * | * apt-pkg/deb/debversion.cc:David Kalnischkies2013-04-011-3/+12
| * | factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies2013-03-132-26/+34
| * | handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies2013-03-121-1/+1
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2013-03-121-29/+32
| * | various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-1014-52/+45
* | | * apt-pkg/sourcelist.cc:Michael Vogt2013-04-041-1/+5
* | | apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt2013-04-031-2/+2
* | | merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-0212-168/+544
|\ \ \
| * | | support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2013-03-192-14/+12
| * | | use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2013-03-192-62/+53
| * | | * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-185-69/+15
| * | | - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2013-03-182-1/+76
| * | | ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies2013-03-161-5/+22
| * | | - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies2013-03-153-55/+319
| * | | split out a method to strip whitespaces only on the right sideMichael Vogt2013-03-152-1/+8
| * | | * apt-pkg/acquire-item.cc:David Kalnischkies2013-03-151-10/+16
| * | | don't close stdout/stderr if it is also the statusfdDavid Kalnischkies2013-03-151-10/+11
| * | | * apt-pkg/contrib/gpgv.cc:David Kalnischkies2013-03-153-14/+40
| * | | * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-155-134/+179
| | |/ | |/|
* | | merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt2013-03-222-3/+10
|\ \ \