Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-29 | if the package has no installed & candidate but is virtual see if only | David Kalnischkies | |
one package provides it - if it is only one use this package instead | |||
2010-06-29 | rename AddSelectedVersion() to a better public FromPackage() | David Kalnischkies | |
2010-06-29 | for install, do all installs first and then the removes and vice versa | David Kalnischkies | |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies | |
- check in Grouped* first without modifier interpretation | |||
2010-06-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies | |
* | |||
2010-06-26 | always mark the all package if a pseudo package is marked for install | David Kalnischkies | |
2010-06-26 | give the APT::Cache::Generate option her effect back | David Kalnischkies | |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies | |
2010-06-26 | make the MMap Grow Error a fatal one as while in theory the code should | David Kalnischkies | |
never segfault it still tend to do it so better show it directly | |||
2010-06-26 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice * | |||
2010-06-26 | - use the new MatchAgainstConfig for the DefaultRootSetFunc | David Kalnischkies | |
* apt-pkg/contrib/configuration.{cc,h}: - add a wrapper to match strings against configurable regex patterns | |||
2010-06-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- show a deprecation notice for APT::Acquire::Translation | |||
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies | |
2010-06-25 | add a simple stack handling to be able to delay error handling | David Kalnischkies | |
2010-06-25 | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies | |
- complete rewrite but use the same API - add NOTICE and DEBUG as new types of a message | |||
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the cachsets in the install commands | |||
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies | |
2010-06-19 | fix the gcc warning about the initialisation order of variables caused | David Kalnischkies | |
by moving Policy to public again (and therefore after SrcList) | |||
2010-06-16 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package | |||
2010-06-16 | add a simple method to VerIterator to check if two Versions are similar | David Kalnischkies | |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile | |||
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | |
one for PackageSet and refactor the existing VersionSet methods to simplify that. | |||
2010-06-11 | * debian/control: | David Kalnischkies | |
- remove intltool's dependency as it is an ubuntu artefact | |||
2010-06-10 | merge with debian-experimental-ma to get the public policy back | David Kalnischkies | |
2010-06-10 | * apt-pkg/cachefile.h: | Michael Vogt | |
- make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that | |||
2010-06-10 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- untouched packages are never missing * apt-pkg/packagemanager.cc: - packages that are not touched doesn't need to be unpacked | |||
2010-06-10 | releasing version 0.7.26~exp6 | Michael Vogt | |
2010-06-10 | merged from david | Michael Vogt | |
2010-06-10 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- get the candidate either from an already built depcache or use the policy which is a bit faster than depcache generation | |||
2010-06-10 | correct a minor spelling mistake in the changelog | David Kalnischkies | |
2010-06-10 | readd the autoremove protection for the kfreebsd-image as it was lost | David Kalnischkies | |
in Michaels merge with the ubuntu branch | |||
2010-06-09 | enhance the split out of the gpgv commandline mangling by splitting out | David Kalnischkies | |
the call completely | |||
2010-06-09 | sent Last-Modified header also for Translation files | David Kalnischkies | |
2010-06-09 | be sure that the RFC1123StrToTime method is run in a LANG=C environment | David Kalnischkies | |
2010-06-09 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- move the gpg codecopy to a new method and use it also in methods/gpgv.cc | |||
2010-06-09 | fix compiler warning in the new mirror code | David Kalnischkies | |
2010-06-09 | * apt-pkg/policy.cc: | David Kalnischkies | |
- get the candidate right for a not-installed pseudo package if his non-pseudo friend is installed | |||
2010-06-09 | remove the "typename" from the const_iterators as gcc-4.4 doesn't like | David Kalnischkies | |
them and gcc-4.5 does the right thing (TM) with and without them | |||
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-06-09 | debian/rules: remove two more leftovers fromthe ubuntu merge | Michael Vogt | |
2010-06-09 | merge lp:~mvo/apt/ubuntu-mirror-method-improvements | Michael Vogt | |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt | |
- on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian) | |||
2010-06-09 | - backport forgotten Valid-Until patch from the obsolete experimental | David Kalnischkies | |
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 | |||
2010-06-09 | * apt-pkg/pkgcache.h: | David Kalnischkies | |
- 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 | |||
2010-06-09 | rename the options, document them and reorder the changelog a bit | David Kalnischkies | |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies | |
2010-06-09 | use the portable timegm shown in his manpage instead of a strange | David Kalnischkies | |
looking code copycat from wget | |||
2010-06-09 | * ftparchive/writer.cc: | David Kalnischkies | |
- add ValidTime option to generate a Valid-Until header in Release file | |||
2010-06-08 | use the Valid-Until header from the Release file but if the user | David Kalnischkies | |
provides a setting in the configuration prefer the date which is earlier. |