summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | fix pkgTagSection::Exists() and add testMichael Vogt2013-03-182-3/+10
| |/
* | merged the debian-wheezy branchMichael Vogt2013-03-221-7/+14
|\|
| * * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-141-7/+14
* | apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt2013-03-201-3/+0
* | apt-pkg/edsp.cc: do not spam stderr in WriteSolutionMichael Vogt2013-03-201-0/+2
* | merged lp:~mvo/apt/hash-orderMichael Vogt2013-03-011-1/+1
|\ \
| * | ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt2013-01-141-1/+1
* | | include two missing patches to really fix bug #696225, thanks toMichael Vogt2013-03-011-1/+1
* | | * apt-pkg/depcache.cc:David Kalnischkies2013-02-241-0/+31
* | | * apt-pkg/indexrecords.cc:Michael Vogt2013-01-241-2/+3
|/ /
* | * apt-pkg/contrib/progress.cc:Michael Vogt2013-01-091-2/+2
* | fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-082-14/+18
|\ \ | |/ |/|
| * fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-082-13/+14
|/
* merged from lp:~donkult/apt/sidMichael Vogt2012-12-132-26/+29
|\
| * * apt-pkg/algorithms.cc:Jonathan Thomas2012-11-101-3/+9
| * * apt-pkg/algorithms.cc:David Kalnischkies2012-11-091-8/+8
| * no mode changes should obviously be ok for pkgDepCache::IsModeChangeOkDavid Kalnischkies2012-11-091-2/+6
| * * apt-pkg/depcache.cc:David Kalnischkies2012-11-091-13/+6
* | change permissions of /var/log/apt/term.log to 0640 (LP: #975199)Michael Vogt2012-12-131-1/+1
|/
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-10-241-0/+2
* * apt-pkg/pkgcachegen.cc:Michael Vogt2012-10-151-2/+6
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-155-62/+70
|\
| * remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies2012-10-131-3/+5
| * * apt-pkg/contrib/netrc.cc:David Kalnischkies2012-10-131-16/+27
| * * apt-pkg/policy.cc:David Kalnischkies2012-10-131-23/+26
| * * apt-pkg/edsp.cc:David Kalnischkies2012-10-131-2/+4
| * write the native architecture as unique string into the cache headerDavid Kalnischkies2012-10-131-1/+3
| * correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies2012-10-131-1/+1
* | merged lp:~mvo/apt/mvoMichael Vogt2012-10-121-5/+16
|\ \ | |/ |/|
| * apt-pkg/contrib/netrc.cc: use a slightly smaller login/password sizeMichael Vogt2012-08-281-2/+2
| * make netrc parser more robust and parser biger login tokens, thanks to "TJ" (...Michael Vogt2012-08-131-5/+16
* | * apt-pkg/pkgcache.cc:David Kalnischkies2012-09-192-3/+24
* | add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies2012-09-191-0/+3
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-191-1/+1
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-091-0/+2
* | handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies2012-09-095-8/+86