Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * apt-pkg/acquire-item.cc: | martin@piware.de | 2010-06-11 | 2 | -0/+6 |
| | | | | | - 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. | ||||
* | test-indexes.sh: Add source related tests, which uncovers two regressions | martin@piware.de | 2010-06-11 | 1 | -2/+39 |
| | |||||
* | changelog: clarify abi break, it's not external | martin@piware.de | 2010-06-11 | 1 | -2/+2 |
| | |||||
* | * configure.in: | martin@piware.de | 2010-06-11 | 2 | -0/+6 |
| | | | - Check for zlib library and headers. | ||||
* | * doc/po/apt-doc.pot, doc/po/de.po: | martin@piware.de | 2010-06-11 | 3 | -240/+275 |
| | | | - German translation of new Acquire::GzipIndexes option. | ||||
* | * doc/apt.conf.5.xml: | martin@piware.de | 2010-06-11 | 2 | -0/+11 |
| | | | - Document the new Acquire::GzipIndexes option. | ||||
* | Fix compressed index retrieval for current timestamps | martin@piware.de | 2010-06-11 | 1 | -17/+16 |
| | | | | | Fix a thinko in r1973, which did the Acquire::GzipIndexes test ealier than the IMS-Hit test. This led to rename errors. | ||||
* | * debian/rules: | martin@piware.de | 2010-06-11 | 2 | -1/+4 |
| | | | | - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. | ||||
* | * Add test/test-indexes.sh: | martin@piware.de | 2010-06-10 | 2 | -0/+109 |
| | | | | - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. | ||||
* | mention abi break in changelog | martin@piware.de | 2010-06-10 | 1 | -0/+2 |
| | |||||
* | * apt-pkg/acquire-item.cc: | martin@piware.de | 2010-06-10 | 2 | -1/+23 |
| | | | | | - 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. | ||||
* | * apt-pkg/deb/debindexfile.cc: | martin@piware.de | 2010-06-09 | 2 | -3/+22 |
| | | | | - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. | ||||
* | * apt-pkg/contrib/fileutl.{h,cc}: | martin@piware.de | 2010-06-09 | 5 | -11/+55 |
| | | | | - Add support for transparent reading of gzipped files. - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. | ||||
* | Italian translation completed | bubulle@debian.org | 2010-05-16 | 1 | -5/+7 |
| | |||||
* | Italian translation update. Closes: #581742 | bubulle@debian.org | 2010-05-15 | 2 | -2/+11 |
| | |||||
* | Slovak translation update. Closes: #581159 | bubulle@debian.org | 2010-05-11 | 2 | -6/+17 |
| | |||||
* | * debian/rules: | Michael Vogt | 2010-05-05 | 4 | -2/+8 |
|\ | | | | | - install html doxygen in libapt-pkg-doc as well | ||||
| * | * debian/rules: | Michael Vogt | 2010-05-05 | 4 | -2/+8 |
| | | | | | | - install html doxygen in libapt-pkg-doc as well | ||||
* | | * apt-pkg/deb/debrecords.cc: | Michael Vogt | 2010-05-05 | 2 | -1/+4 |
|\| | | | | | - fix max tag buffer size (LP: #545336, closes: #578959) | ||||
| * | * apt-pkg/deb/debrecords.cc: | Michael Vogt | 2010-05-05 | 2 | -1/+4 |
| | | | | | | - fix max tag buffer size (LP: #545336, closes: #578959) | ||||
* | | merge from the mvo branch | Michael Vogt | 2010-05-04 | 7 | -6/+46 |
|\| | |||||
| * | * apt-pkg/indexfile.cc: | Michael Vogt | 2010-05-03 | 2 | -0/+7 |
| | | | | | | | | | | | | - If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix | ||||
| * | apt-pkg/policy.cc: yet another cout -> clog fix | Michael Vogt | 2010-04-28 | 1 | -1/+1 |
| | | |||||
| * | * apt-pkg/depcache.cc: | Michael Vogt | 2010-04-28 | 2 | -2/+4 |
| | | | | | | - fix incorrect std::cout usage for debug output | ||||
| * | * [ Abi break ] apt-pkg/acquire-item.{cc,h}: | Michael Vogt | 2010-04-28 | 3 | -3/+23 |
| | | | | | | | | - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers | ||||
| * | Remember hosts with general failures for | Michael Vogt | 2010-04-14 | 2 | -0/+7 |
| | | | | | | | | https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831). | ||||
* | | ftparchive/apt-ftparchive.cc: Include apt-pkg/init.h. | Julian Andres Klode | 2010-03-26 | 1 | -0/+1 |
| | | |||||
* | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-03-26 | 6 | -5/+31 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | - fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option | ||||
| * | apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManager | Michael Vogt | 2010-03-16 | 2 | -0/+6 |
| | | |||||
| * | * apt-pkg/indexfile.cc: | Michael Vogt | 2010-03-12 | 2 | -5/+15 |
| | | | | | | - deal correctly with three letter langcodes (LP: #391409) | ||||
| * | * cmdline/apt-get.cc: | Michael Vogt | 2010-03-12 | 3 | -50/+58 |
| | | | | | | | | - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) | ||||
| * | * cmdline/apt-mark: | Michael Vogt | 2010-03-12 | 2 | -0/+6 |
| | | | | | | | | - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler | ||||
| * | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-02-25 | 2 | -0/+3 |
| | | | | | | - fix backgrounding when dpkg runs (closes: #486222) | ||||
* | | * ftparchive/apt-ftparchive.cc: | Julian Andres Klode | 2010-03-26 | 3 | -1/+10 |
| | | | | | | - Read default configuration (Closes: #383257) | ||||
* | | French translation completed | bubulle@debian.org | 2010-03-23 | 1 | -101/+84 |
| | | |||||
* | | cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show ↵ | Julian Andres Klode | 2010-03-21 | 2 | -3/+16 |
| | | | | | | | | (Closes: #512046). | ||||
* | | * cmdline/apt-key: | Julian Andres Klode | 2010-03-21 | 2 | -0/+3 |
| | | | | | | - Honor Apt::GPGV::TrustedKeyring (Closes: #316390) | ||||
* | | * apt-pkg/policy.cc: | Julian Andres Klode | 2010-03-21 | 2 | -0/+17 |
| | | | | | | | | - Always return a candidate if there is at least one version pinned > 0 (Closes: #512318) | ||||
* | | Add conflict with manpages-pl | bubulle@debian.org | 2010-03-19 | 2 | -1/+3 |
| | | |||||
* | | Polish manpages translation update | bubulle@debian.org | 2010-03-19 | 3 | -510/+2301 |
| | | |||||
* | | Dutch translation update | bubulle@debian.org | 2010-03-16 | 2 | -145/+142 |
| | | |||||
* | | doc/po/es.po: Add a missing placeholder xml, fixes build. | Julian Andres Klode | 2010-03-12 | 1 | -1/+1 |
| | | |||||
* | | * debian/rules: | Julian Andres Klode | 2010-03-12 | 2 | -2/+5 |
| | | | | | | | | - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9. | ||||
* | | apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ↵ | Julian Andres Klode | 2010-03-12 | 2 | -0/+3 |
| | | | | | | | | list of members. | ||||
* | | Spanish manpages translation update | bubulle@debian.org | 2010-03-10 | 2 | -2385/+3220 |
| | | |||||
* | | * cmdline/apt-mark: | Julian Andres Klode | 2010-03-01 | 3 | -11/+17 |
| | | | | | | - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). | ||||
* | | Completed translation | bubulle@debian.org | 2010-02-28 | 1 | -1/+3 |
| | | |||||
* | | Correct translation error | bubulle@debian.org | 2010-02-27 | 1 | -2/+2 |
| | | |||||
* | | Correct translation error | bubulle@debian.org | 2010-02-27 | 1 | -7/+5 |
| | | |||||
* | | German translation update | bubulle@debian.org | 2010-02-24 | 2 | -248/+247 |
| | |