summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cdrom.cc:Michael Vogt2010-08-022-1/+5
| | | - fix off-by-one error in DropBinaryArch
* * apt-pkg/pkgcache.cc:Michael Vogt2010-07-302-1/+12
| | | - re-evaluate the architectures cache when the cache is (re)opened
* releasing version 0.7.26~exp12Michael Vogt2010-07-301-3/+2
|
* - return success in show if a virtual package was givenMichael Vogt2010-07-302-27/+41
|\ | | | | *
| * - return success in show if a virtual package was givenDavid Kalnischkies2010-07-302-27/+41
| | | | | | *
* | - [ABI BREAK] add an ErrorType option to CacheSetHelperMichael Vogt2010-07-307-24/+86
|\| | | | | | | | | | | | | | | | | * cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up * debian/control: - remove libcurl3-gnutls-dev alternative as the package is gone - increase needed version of libcurl4-gnutls-dev to >= 7.19.0 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
| * * debian/control:David Kalnischkies2010-07-302-2/+6
| | | | | | | | | | - remove libcurl3-gnutls-dev alternative as the package is gone - increase needed version of libcurl4-gnutls-dev to >= 7.19.0 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
| * - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-306-23/+81
|/ | | | | * cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up
* * apt-pkg/cacheset.cc:Michael Vogt2010-07-302-1/+5
| | | | | - make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up
* * debian/control:Michael Vogt2010-07-302-1/+8
| | | - add dependency on zlib-dev for libapt-pkg-dev
* releasing version 0.7.26~exp11Michael Vogt2010-07-291-1/+1
|
* merge from lp:~donkult/apt/sidMichael Vogt2010-07-291-0/+3
|\
| * remove the temporary compare files we createDavid Kalnischkies2010-07-291-0/+3
| |
* | apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for ↵Michael Vogt2010-07-291-1/+1
|/ | | | some time and there was quite a bit of churn
* add inline DumpError() to avoid subtle API breakMichael Vogt2010-07-292-1/+14
|
* * apt-pkg/contrib/error.{cc,h}Michael Vogt2010-07-293-7/+12
| | | - docstring cleanup
* * apt-pkg/orderlist.cc:Michael Vogt2010-07-296-3/+374
|\ | | | | | | | | - try to install another or-group member in DepRemove before breaking the or group (Closes: #590438) - configure also the replacement before remove by adding Immediate flag
| * configure also the replacement before remove by adding Immediate flagDavid Kalnischkies2010-07-295-16/+106
| |
| * * apt-pkg/orderlist.cc:David Kalnischkies2010-07-285-2/+271
| | | | | | | | - try to install another or-group member in DepRemove before breaking the or group (Closes: #590438)
| * auto-install Packages and status file of the testcaseDavid Kalnischkies2010-07-281-2/+14
| |
* | merged lp:~donkult/apt/sidMichael Vogt2010-07-2917-169/+486
|\|
| * - show in (r)depends the canidate per default instead of newestDavid Kalnischkies2010-07-262-148/+67
| | | | | | - share the (r)depends code instead of codecopy
| * - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies2010-07-262-2/+9
| | | | | | *
| * add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies2010-07-261-2/+10
| | | | | | | | alternative in the apt-cache (r)depends commands
| * Strip the .sh extension from the libapt testrunner andDavid Kalnischkies2010-07-251-5/+6
| | | | | | | | make it a bit more robust against calling from outside
| * - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)David Kalnischkies2010-07-254-2/+233
| | | | | | | | * test/integration/*: - add with bug#590041 testcase a small test "framework"
| * * apt-pkg/pkgcache.cc:David Kalnischkies2010-07-253-6/+13
| | | | | | - prefer non-virtual packages in FindPreferredPkg
| * * apt-pkg/cacheset.cc:David Kalnischkies2010-07-177-10/+10
| | | | | | - move them back to the library as they look stable now
| * factor regex package name matches into newly created cachefilter classesDavid Kalnischkies2010-07-174-15/+91
| |
| * * cmdline/apt-cache.cc:David Kalnischkies2010-07-163-15/+78
| | | | | | - be able to omit dependency types in (r)depends (Closes: #319006)
| * * apt-pkg/depcache.cc:David Kalnischkies2010-07-142-4/+12
| | | | | | - handle "circular" conflicts for "all" packages correctly
* | * apt-pkg/cdrom.cc:Julian Andres Klode2010-07-272-1/+4
| | | | | | | | - Use link() instead of rename() for creating the CD database backup; otherwise there would be a short time without any database.
* | * cmdline/apt-get.cc:Julian Andres Klode2010-07-272-0/+9
| | | | | | | | - Support large filesystems by using statvfs64() instead of statvfs() and statfs64() instead of statfs() (Closes: #590513).
* | * apt-pkg/contrib/fileutl.cc:Julian Andres Klode2010-07-233-0/+24
| | | | | | - Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
* | Add to history whether a change was automatic or not.Julian Andres Klode2010-07-212-1/+7
| |
* | * apt-pkg/deb/dpkgpm.cc:Julian Andres Klode2010-07-212-5/+12
|/ | | - Write architecture information to history file.
* merged from lp:~donkult/apt/sidMichael Vogt2010-07-1233-2056/+2884
|\
| * accidently prefilling the vectors results in segfaultsDavid Kalnischkies2010-07-111-1/+1
| |
| * * methods/bzip2.cc:David Kalnischkies2010-07-113-10/+191
| | | | | | - add a copycat of the old gzip.cc as we need it for bzip2 and lzma
| * mark all "Hash Sum mismatch" strings as translateableDavid Kalnischkies2010-07-111-1/+1
| |
| * rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies2010-07-112-9/+9
| |
| * fix typo preventing display of architecture in Info()David Kalnischkies2010-07-112-1/+2
| |
| * * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2010-07-115-7/+21
| | | | | | - do not query each architecture for flat file archives
| * [ Martin Pitt ]David Kalnischkies2010-07-1125-2021/+2645
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - 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. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there 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.
| | * methods/gzip.cc: With FileFd now being able to read gzipped files, theremartin@piware.de2010-07-062-56/+11
| | | | | | | | | | | | | | | 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.
| | * FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de2010-07-061-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the ".gz" extension check in FileFd::Open() in ReadOnlyGzip mode, to not depend on a particular file extension. This allows rewriting the gzip method using internal decompression (on ".decomp" files). This requires a zlib bug workaround in FileFd::Close(): When opening an empty file with gzdopen(), gzclose() fails with Z_BUF_ERROR. Do not count this as a failure.
| | * test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the ↵martin@piware.de2010-06-241-1/+3
| | | | | | | | | | | | GzipIndexes option; not a big deal for now
| | * apt-pkg/acquire-item.cc: Fix handling of local (file:/) sourcesmartin@piware.de2010-06-241-1/+1
| | |
| | * test-indexes.sh: Test handling of local file:// archivesmartin@piware.de2010-06-241-3/+34
| | |
| | * Switch FileFd to not transparently gunzip, since that breaks code which ↵martin@piware.de2010-06-248-17/+25
| | | | | | | | | | | | 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