| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | get packages by task^ with FromTask() | David Kalnischkies | 2010-06-19 | 3 | -9/+88 |
| | | |||||
| * | fix the gcc warning about the initialisation order of variables caused | David Kalnischkies | 2010-06-19 | 1 | -1/+1 |
| | | | | | by moving Policy to public again (and therefore after SrcList) | ||||
| * | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-06-16 | 3 | -2/+35 |
| | | | | | - SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package | ||||
| * | add a simple method to VerIterator to check if two Versions are similar | David Kalnischkies | 2010-06-16 | 1 | -0/+9 |
| | | |||||
| * | * cmdline/cacheset.cc: | David Kalnischkies | 2010-06-15 | 5 | -6/+6 |
| | | | | - doesn't include it in the library for now as it is too volatile | ||||
| * | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | 2010-06-15 | 2 | -39/+119 |
| | | | | | | one for PackageSet and refactor the existing VersionSet methods to simplify that. | ||||
| * | * debian/control: | David Kalnischkies | 2010-06-11 | 2 | -1/+3 |
| | | | | - remove intltool's dependency as it is an ubuntu artefact | ||||
| * | merge with debian-experimental-ma to get the public policy back | David Kalnischkies | 2010-06-10 | 2 | -5/+13 |
| |\ | |||||
| | * | * apt-pkg/cachefile.h: | Michael Vogt | 2010-06-10 | 2 | -1/+9 |
| | | | | | | | | | - make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that | ||||
| | * | releasing version 0.7.26~exp6 | Michael Vogt | 2010-06-10 | 1 | -1/+1 |
| | | | |||||
| | * | merged from david | Michael Vogt | 2010-06-10 | 12 | -163/+206 |
| | |\ | |||||
| * | | | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-06-10 | 3 | -2/+8 |
| | | | | | | | | | | | | | | | | - 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 Kalnischkies | 2010-06-10 | 3 | -5/+22 |
| | |/ |/| | | | | | - 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 changelog | David Kalnischkies | 2010-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | readd the autoremove protection for the kfreebsd-image as it was lost | David Kalnischkies | 2010-06-10 | 1 | -10/+11 |
| | | | | | | | | | in Michaels merge with the ubuntu branch | ||||
| * | | enhance the split out of the gpgv commandline mangling by splitting out | David Kalnischkies | 2010-06-09 | 3 | -56/+67 |
| | | | | | | | | | the call completely | ||||
| * | | sent Last-Modified header also for Translation files | David Kalnischkies | 2010-06-09 | 2 | -4/+12 |
| | | | |||||
| * | | be sure that the RFC1123StrToTime method is run in a LANG=C environment | David Kalnischkies | 2010-06-09 | 1 | -2/+6 |
| | | | |||||
| * | | * apt-pkg/indexcopy.cc: | David Kalnischkies | 2010-06-09 | 4 | -81/+82 |
| | | | | | | | - move the gpg codecopy to a new method and use it also in methods/gpgv.cc | ||||
| * | | fix compiler warning in the new mirror code | David Kalnischkies | 2010-06-09 | 2 | -12/+17 |
| | | | |||||
| * | | * apt-pkg/policy.cc: | David Kalnischkies | 2010-06-09 | 3 | -14/+27 |
| | | | | | | | | | - get the candidate right for a not-installed pseudo package if his non-pseudo friend is installed | ||||
| * | | remove the "typename" from the const_iterators as gcc-4.4 doesn't like | David Kalnischkies | 2010-06-09 | 1 | -2/+2 |
| |/ | | | | them and gcc-4.5 does the right thing (TM) with and without them | ||||
| * | merged from lp:~donkult/apt/sid | Michael Vogt | 2010-06-09 | 52 | -586/+1611 |
| |\ | |||||
| | * | - backport forgotten Valid-Until patch from the obsolete experimental | David Kalnischkies | 2010-06-09 | 16 | -33/+186 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 bit | David Kalnischkies | 2010-06-09 | 4 | -10/+46 |
| | | | | |||||
| | | * | move the users away from the deprecated StrToTime() method | David Kalnischkies | 2010-06-09 | 5 | -8/+6 |
| | | | | |||||
| | | * | use the portable timegm shown in his manpage instead of a strange | David Kalnischkies | 2010-06-09 | 2 | -20/+18 |
| | | | | | | | | | | looking code copycat from wget | ||||
| | | * | * ftparchive/writer.cc: | David Kalnischkies | 2010-06-09 | 3 | -1/+14 |
| | | | | | | | | | | - add ValidTime option to generate a Valid-Until header in Release file | ||||
| | | * | use the Valid-Until header from the Release file but if the user | David Kalnischkies | 2010-06-08 | 1 | -14/+19 |
| | | | | | | | | | | | | | | | | provides a setting in the configuration prefer the date which is earlier. | ||||
| | | * | enhance the Valid-Until code a bit by using the correct RFC1123StrToTime | David Kalnischkies | 2010-06-08 | 2 | -19/+21 |
| | | | | | | | | | | | | | method and allow for better translations of the error messages | ||||
| | | * | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | 2010-06-08 | 3 | -1/+42 |
| | | | | | | | | | | | | | - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some selfmade scanf mangling | ||||
| | | * | * apt-pkg/indexrecords.cc: | David Kalnischkies | 2010-06-08 | 6 | -3/+70 |
| | | | | | | | | | | | | | | | | - 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 Kalnischkies | 2010-06-09 | 11 | -39/+143 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Kalnischkies | 2010-06-03 | 2 | -7/+9 |
| | | | | | | | | | | | | | - use unsigned long long instead of double to store values it gets | ||||
| | | * | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-06-03 | 4 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 to | David Kalnischkies | 2010-06-03 | 3 | -4/+76 |
| | | | | | | | | | | | | | boolean instead to handle the sizes more gracefully. | ||||
| | | * | | * apt-pkg/pkgcache.h: | David Kalnischkies | 2010-06-03 | 7 | -14/+48 |
| | | |/ | | | | | | | | | | | | | - switch {,Install-}Size to unsigned long long * apt-pkg/depcache.cc: - deal with long long, not with int to remove 2GB Limit (LP: #250909) | ||||
| | * | | use the GroupedFromCommandLine() method in the dotty and xvcg command | David Kalnischkies | 2010-06-06 | 1 | -56/+28 |
| | | | | | | | | | | | | | to get all the funky features in less lines | ||||
| | * | | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies | 2010-06-06 | 2 | -0/+56 |
| | | | | | | | | | | | | | packages on the commandline into groups based on modifiers | ||||
| | * | | do not fail if an unrelated error is pending in DisplayRecord() | David Kalnischkies | 2010-06-05 | 1 | -4/+4 |
| | | | | |||||
| | * | | support special release-modifier 'installed' and 'candidate' | David Kalnischkies | 2010-06-05 | 3 | -49/+83 |
| | | | | |||||
| | * | | accept package versions in the unmet command | David Kalnischkies | 2010-06-05 | 2 | -23/+35 |
| | | | | |||||
| | * | | enhance the changelog a bit | David Kalnischkies | 2010-06-05 | 1 | -3/+3 |
| | | | | |||||
| | * | | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies | 2010-06-05 | 2 | -8/+22 |
| | | | | |||||
| | * | | apt-cache show --no-all-versions should issues the Candidate | David Kalnischkies | 2010-06-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | do not insert end() Iterators into the CacheSet even if requested | David Kalnischkies | 2010-06-05 | 1 | -0/+6 |
| | | | | |||||
| | * | | Don't increase the commandline parameter in the library but in the | David Kalnischkies | 2010-06-05 | 2 | -8/+8 |
| | | | | | | | | | | | | | application to be really generic. | ||||
| | * | | add --target-release option (Closes: #115520) | David Kalnischkies | 2010-06-05 | 2 | -0/+3 |
| | | | | |||||
| | * | | Add a option to apt-cache policy to additionally init the DepCache before | David Kalnischkies | 2010-06-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | starting to get the package informations. This is useful e.g. for debugging the MultiArchKiller. | ||||
| | * | | use pkgCacheFile and the new CacheSets all over the place | David Kalnischkies | 2010-06-05 | 2 | -205/+195 |
| | | | | |||||
