summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies2-4/+13
2013-06-20do not redownload unchanged InRelease filesDavid Kalnischkies1-1/+12
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies1-2/+3
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies2-2/+8
2013-06-09ensure state-dir exists before coyping cdrom filesDavid Kalnischkies1-0/+8
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2-5/+4
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies1-4/+19
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2-96/+75
2013-06-09make the vprintf like _error->Insert publicDavid Kalnischkies1-6/+35
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2-5/+8
2013-06-09do unpacks before configures in SmartConfigureDavid Kalnischkies1-45/+68
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies1-5/+13
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies1-1/+1
2013-06-09prefer Essentials over Removals in ordering scoreDavid Kalnischkies1-3/+2
2013-06-09rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies1-116/+103
2013-06-06fix double free (closes: #711045)Michael Vogt1-2/+5
2013-05-16non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2-8/+14
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-4/+5
2013-05-08merged from the debian-wheezy branchMichael Vogt2-4/+14
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt1-1/+4
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt1-3/+10
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
2013-04-08merged bundle from davidMichael Vogt20-159/+225
2013-04-04* apt-pkg/sourcelist.cc:Michael Vogt1-1/+5
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies3-15/+40
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies3-19/+24
2013-04-03apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt1-2/+2
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies2-16/+31
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt12-168/+544
2013-04-01micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies1-7/+7
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies1-6/+14
2013-04-01* apt-pkg/deb/debversion.cc:David Kalnischkies1-3/+12
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt2-3/+10
2013-03-22merged the debian-wheezy branchMichael Vogt1-7/+14
2013-03-20apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt1-3/+0
2013-03-20apt-pkg/edsp.cc: do not spam stderr in WriteSolutionMichael Vogt1-0/+2
2013-03-19support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2-14/+12
2013-03-19use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2-62/+53
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies5-69/+15
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2-1/+76
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt2-3/+10
2013-03-16ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies1-5/+22
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies3-55/+319
2013-03-15split out a method to strip whitespaces only on the right sideMichael Vogt2-1/+8
2013-03-15* apt-pkg/acquire-item.cc:David Kalnischkies1-10/+16
2013-03-15don't close stdout/stderr if it is also the statusfdDavid Kalnischkies1-10/+11
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies3-14/+40
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies5-134/+179
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt1-7/+14
2013-03-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies2-26/+34