summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* get packages by task^ with FromTask()David Kalnischkies2010-06-191-0/+1
|
* * apt-pkg/depcache.cc:David Kalnischkies2010-06-161-0/+3
| | | | - SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package
* * cmdline/cacheset.cc:David Kalnischkies2010-06-151-1/+2
| | | - doesn't include it in the library for now as it is too volatile
* * debian/control:David Kalnischkies2010-06-112-1/+3
| | | - remove intltool's dependency as it is an ubuntu artefact
* merge with debian-experimental-ma to get the public policy backDavid Kalnischkies2010-06-101-4/+12
|\
| * * apt-pkg/cachefile.h:Michael Vogt2010-06-101-0/+8
| | | | | | | | - make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that
| * releasing version 0.7.26~exp6Michael Vogt2010-06-101-1/+1
| |
| * merged from davidMichael Vogt2010-06-102-13/+20
| |\
* | | * apt-pkg/orderlist.cc:David Kalnischkies2010-06-101-0/+4
| | | | | | | | | | | | | | | - untouched packages are never missing * apt-pkg/packagemanager.cc: - packages that are not touched doesn't need to be unpacked
* | | * apt-pkg/cacheset.cc:David Kalnischkies2010-06-101-0/+8
| |/ |/| | | | | - get the candidate either from an already built depcache or use the policy which is a bit faster than depcache generation
* | correct a minor spelling mistake in the changelogDavid Kalnischkies2010-06-101-1/+1
| |
* | readd the autoremove protection for the kfreebsd-image as it was lostDavid Kalnischkies2010-06-101-10/+11
| | | | | | | | in Michaels merge with the ubuntu branch
* | sent Last-Modified header also for Translation filesDavid Kalnischkies2010-06-091-1/+2
| |
* | * apt-pkg/indexcopy.cc:David Kalnischkies2010-06-091-1/+3
| | | | | | - move the gpg codecopy to a new method and use it also in methods/gpgv.cc
* | * apt-pkg/policy.cc:David Kalnischkies2010-06-091-1/+4
|/ | | | - get the candidate right for a not-installed pseudo package if his non-pseudo friend is installed
* merged from lp:~donkult/apt/sidMichael Vogt2010-06-091-2/+63
|\
| * - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-091-1/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) * doc/apt.conf.5.xml: - document the new Valid-Until related options * apt-pkg/contrib/strutl.cc: - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some self-made scanf mangling - use the portable timegm shown in his manpage instead of a strange looking code copycat from wget * ftparchive/writer.cc: - add ValidTime option to generate a Valid-Until header in Release file
| | * rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-091-8/+16
| | |
| | * use the portable timegm shown in his manpage instead of a strangeDavid Kalnischkies2010-06-091-0/+2
| | | | | | | | | looking code copycat from wget
| | * * ftparchive/writer.cc:David Kalnischkies2010-06-091-0/+2
| | | | | | | | | - add ValidTime option to generate a Valid-Until header in Release file
| | * * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-06-081-0/+3
| | | | | | | | | | | | - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some selfmade scanf mangling
| | * * apt-pkg/indexrecords.cc:David Kalnischkies2010-06-081-0/+4
| | | | | | | | | | | | | | | - backport forgotten Valid-Until patch from the obsolete experimental branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897)
| * | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-091-1/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch {,Install-}Size to unsigned long long - deal with long long, not with int to remove 2GB Limit (LP: #250909) - deprecate AddSize with Multiplier as it is unused and switch to boolean instead to handle the sizes more gracefully. - switch i{Download,Usr}Size from double to (un)signed long long * cmdline/apt-get.cc: - use unsigned long long instead of double to store values it gets
| | * | * cmdline/apt-get.cc:David Kalnischkies2010-06-031-1/+3
| | | | | | | | | | | | - use unsigned long long instead of double to store values it gets
| | * | * apt-pkg/depcache.cc:David Kalnischkies2010-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch i{Download,Usr}Size from double to (un)signed long long The biggest reason is that this saves a lot of float point operations we do in AddSizes() on integers. The only reason i see that this was a double is that it was 64bit long and can therefore store bigger values than int/long, but with the availablity of (un)signed long long we are now also at 64bit and can store sizes more than 8 Exabytes big - by the time this will be a limit the C/C++ Standard will have bigger types, hopefully.
| | * | deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies2010-06-031-0/+2
| | | | | | | | | | | | boolean instead to handle the sizes more gracefully.
| | * | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-031-0/+10
| | |/ | | | | | | | | | | | | - switch {,Install-}Size to unsigned long long * apt-pkg/depcache.cc: - deal with long long, not with int to remove 2GB Limit (LP: #250909)
| * | support special release-modifier 'installed' and 'candidate'David Kalnischkies2010-06-051-0/+1
| | |
| * | accept package versions in the unmet commandDavid Kalnischkies2010-06-051-0/+1
| | |
| * | enhance the changelog a bitDavid Kalnischkies2010-06-051-3/+3
| | |
| * | add --target-release option (Closes: #115520)David Kalnischkies2010-06-051-0/+1
| | |
| * | use pkgCacheFile and the new CacheSets all over the placeDavid Kalnischkies2010-06-051-0/+1
| | |
| * | store also the SourceList we use internally for exportDavid Kalnischkies2010-06-041-0/+1
| | |
| * | * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-041-0/+3
| | | | | | | | | | | | - split Open() into submethods to be able to build only parts - make the OpProgress optional in the Cache buildprocess
| * | * apt-pkg/cacheset.{cc,h}:David Kalnischkies2010-05-311-3/+3
| | | | | | | | | - add simple wrapper around std::set for cache structures
| * | rename packageset into cacheset while it is not too lateDavid Kalnischkies2010-05-311-1/+1
| | |
| * | * cmdline/apt-cache.cc:David Kalnischkies2010-05-311-1/+3
| | | | | | | | | - make the search multiarch compatible by using GrpIterator instead
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2010-05-311-1/+3
| | | | | | | | | - get the best matching arch package from a group with FindPreferredPkg
| * | * apt-pkg/contrib/cmdline.cc:David Kalnischkies2010-05-311-1/+3
| | | | | | | | | - fix segfault in SaveInConfig caused by writing over char[] sizes
| * | move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies2010-05-311-0/+1
| | |
| * | move regex magic from apt-get to new FromRegEx methodDavid Kalnischkies2010-05-301-0/+1
| | |
| * | * apt-pkg/packageset.h:David Kalnischkies2010-05-301-0/+2
| | | | | | | | | - add a simple wrapper around std::set for packages with it
| * | * ftparchive/writer.h:David Kalnischkies2010-05-291-1/+3
| | | | | | | | | - add a virtual destructor to FTWScanner class (for cppcheck)
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-05-291-1/+3
| | | | | | | | | - correct "Dangerous iterator usage." pointed out by cppcheck
| * | * apt-pkg/cacheiterator.h:David Kalnischkies2010-05-291-1/+3
| | | | | | | | | - let pkgCache::Iterator inherent std::iterator
| * | * apt-pkg/indexrecords.{cc,h}:David Kalnischkies2010-05-291-1/+5
| | | | | | | | | | | | | | | - add a constant Exists check for MetaKeys * apt-pkg/acquire-item.cc: - do not try PDiff if it is not listed in the Meta file
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-281-0/+2
| | | | | | | | | - remove duplicate architectures in getArchitectures()
| * | try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies2010-05-281-0/+1
| | |
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-05-281-1/+4
| | | | | | | | | | | | - do the autoremove mark process also for required packages to handle these illegally depending on lower priority packages (Closes: #583517)
| * | * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-05-281-0/+2
| | | | | | | | | - add better config item for extended_states file