Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | * apt-pkg/versionmatch.cc: | Julian Andres Klode | |
- Support matching pins by regular expressions or glob() like patterns, regular expressions have to be put between to slashes; for example, /.*/. | |||
2010-06-27 | deblistparser: Special-case *-armel, lpia and powerpcspe architectures. | Julian Andres Klode | |
2010-06-26 | apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support. | Julian Andres Klode | |
Previously, linux-any was always matched, because the code simply appended linux- to the APT::Architecture value. Now, it does this only if the APT::Architecture value does not contain "-". | |||
2010-06-26 | debian/changelog: Fix a typo | Julian Andres Klode | |
2010-06-26 | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode | |
- Handle architecture wildcards (Closes: #547724). | |||
2010-06-24 | methods/ftp.h: Handle different logins are on the same server (Closes: #586904). | Julian Andres Klode | |
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 | releasing version 0.7.26~exp6 | Michael Vogt | |
2010-06-10 | merged from david | Michael Vogt | |
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. | |||
2010-06-08 | enhance the Valid-Until code a bit by using the correct RFC1123StrToTime | David Kalnischkies | |
method and allow for better translations of the error messages | |||
2010-06-08 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some selfmade scanf mangling | |||
2010-06-08 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- 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) | |||
2010-06-06 | use the GroupedFromCommandLine() method in the dotty and xvcg command | David Kalnischkies | |
to get all the funky features in less lines | |||
2010-06-06 | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies | |
packages on the commandline into groups based on modifiers | |||
2010-06-05 | do not fail if an unrelated error is pending in DisplayRecord() | David Kalnischkies | |
2010-06-05 | support special release-modifier 'installed' and 'candidate' | David Kalnischkies | |
2010-06-05 | accept package versions in the unmet command | David Kalnischkies | |
2010-06-05 | enhance the changelog a bit | David Kalnischkies | |
2010-06-05 | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies | |
2010-06-05 | apt-cache show --no-all-versions should issues the Candidate | David Kalnischkies | |
2010-06-05 | do not insert end() Iterators into the CacheSet even if requested | David Kalnischkies | |
2010-06-05 | Don't increase the commandline parameter in the library but in the | David Kalnischkies | |
application to be really generic. | |||
2010-06-05 | add --target-release option (Closes: #115520) | David Kalnischkies | |
2010-06-05 | Add a option to apt-cache policy to additionally init the DepCache before | David Kalnischkies | |
starting to get the package informations. This is useful e.g. for debugging the MultiArchKiller. | |||
2010-06-05 | use pkgCacheFile and the new CacheSets all over the place | David Kalnischkies | |
2010-06-05 | Add a method to get a VersionSet from the Commandline and refactor | David Kalnischkies | |
the existing methods a bit to reuse them easier intern | |||
2010-06-04 | store also the SourceList we use internally for export | David Kalnischkies | |
2010-06-04 | Switch away from the now deprecated methods for Cache building | David Kalnischkies | |
2010-06-04 | * apt-pkg/cachefile.{cc,h}: | David Kalnischkies | |
- split Open() into submethods to be able to build only parts - make the OpProgress optional in the Cache buildprocess | |||
2010-06-03 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use unsigned long long instead of double to store values it gets |