Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-09 | * doc/apt.conf.5.xml: | Michael Vogt | |
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control | |||
2010-07-09 | releasing version 0.7.26~exp8 | Michael Vogt | |
2010-07-09 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman) | |||
2010-07-09 | * doc/apt.conf.5.xml: | David Kalnischkies | |
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control | |||
2010-07-08 | * apt-pkg/pkgcachegen.{cc,h}: | David Kalnischkies | |
- make the used MMap moveable (and therefore dynamic resizeable) by applying (some) mad pointer magic (Closes: #195018) | |||
2010-07-07 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman) | |||
2010-07-06 | methods/gzip.cc: With FileFd now being able to read gzipped files, there | martin@piware.de | |
is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead. | |||
2010-07-05 | merge with debian-experimental-ma | David Kalnischkies | |
2010-07-05 | fix typos and add a proper Closes tag after the unmerge in debbugs | David Kalnischkies | |
2010-07-05 | make the specify order of packages irrelevant (half-close #196021) | David Kalnischkies | |
2010-07-04 | * apt-pkg/policy.h: | David Kalnischkies | |
- add another round of const& madness as the previous round accidently NOT override the virtual GetCandidateVer() method (Closes: #587725) | |||
2010-06-29 | * apt-pkg/contrib/fileutl.cc: | Julian Andres Klode | |
- Make FileFd replace files atomically in WriteTemp mode (for cache, etc). | |||
2010-06-29 | debian/control: Set Standards-Version to 3.9.0 | Julian Andres Klode | |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies | |
- check in Grouped* first without modifier interpretation | |||
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-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies | |
* | |||
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-26 | always mark the all package if a pseudo package is marked for install | David Kalnischkies | |
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 | 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-24 | Switch FileFd to not transparently gunzip, since that breaks code which ↵ | martin@piware.de | |
expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed | |||
2010-06-24 | methods/ftp.h: Handle different logins are on the same server (Closes: #586904). | Julian Andres Klode | |
2010-06-21 | debian/changelog: it is an ABI break after all | martin@piware.de | |
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-16 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package | |||
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile | |||
2010-06-11 | * apt-pkg/acquire-item.cc: | martin@piware.de | |
- Fix return value of pkgAcqFile::Custom600Headers() in the non-index case, to avoid returning NULL and causing crashers in callers. This also fixes a compiler warning. | |||
2010-06-11 | changelog: clarify abi break, it's not external | martin@piware.de | |
2010-06-11 | * configure.in: | martin@piware.de | |
- Check for zlib library and headers. | |||
2010-06-11 | * doc/po/apt-doc.pot, doc/po/de.po: | martin@piware.de | |
- German translation of new Acquire::GzipIndexes option. | |||
2010-06-11 | * doc/apt.conf.5.xml: | martin@piware.de | |
- Document the new Acquire::GzipIndexes option. | |||
2010-06-11 | * debian/rules: | martin@piware.de | |
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. | |||
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 | * Add test/test-indexes.sh: | martin@piware.de | |
- Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. | |||
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 | mention abi break in changelog | martin@piware.de | |
2010-06-10 | merged from david | Michael Vogt | |
2010-06-10 | * apt-pkg/acquire-item.cc: | martin@piware.de | |
- If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. | |||
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 | sent Last-Modified header also for Translation files | David Kalnischkies | |