summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-10apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode2-1/+9
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode3-1/+6
2010-08-07* debian/control:Julian Andres Klode2-1/+3
- Add dependency on gnupg to apt, apt-key uses it.
2010-08-07Fix changelog.Julian Andres Klode1-1/+1
2010-08-06* apt-pkg/depcache.cc:Julian Andres Klode2-3/+11
- Only try upgrade for Breaks if there is a newer version, otherwise handle it as Conflicts (by removing it) (helps for #591881).
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt2-1/+5
- fix off-by-one error in DropBinaryArch
2010-07-30* apt-pkg/pkgcache.cc:Michael Vogt2-1/+12
- re-evaluate the architectures cache when the cache is (re)opened
2010-07-30releasing version 0.7.26~exp12Michael Vogt1-3/+2
2010-07-30 - return success in show if a virtual package was givenMichael Vogt2-27/+41
*
2010-07-30 - return success in show if a virtual package was givenDavid Kalnischkies2-27/+41
*
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperMichael Vogt7-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)
2010-07-30* debian/control:David Kalnischkies2-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)
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies6-23/+81
* cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up
2010-07-30 * apt-pkg/cacheset.cc:Michael Vogt2-1/+5
- make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up
2010-07-30* debian/control:Michael Vogt2-1/+8
- add dependency on zlib-dev for libapt-pkg-dev
2010-07-29releasing version 0.7.26~exp11Michael Vogt1-1/+1
2010-07-29merge from lp:~donkult/apt/sidMichael Vogt1-0/+3
2010-07-29apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for ↵Michael Vogt1-1/+1
some time and there was quite a bit of churn
2010-07-29remove the temporary compare files we createDavid Kalnischkies1-0/+3
2010-07-29add inline DumpError() to avoid subtle API breakMichael Vogt2-1/+14
2010-07-29* apt-pkg/contrib/error.{cc,h}Michael Vogt3-7/+12
- docstring cleanup
2010-07-29* apt-pkg/orderlist.cc:Michael Vogt6-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
2010-07-29configure also the replacement before remove by adding Immediate flagDavid Kalnischkies5-16/+106
2010-07-29merged lp:~donkult/apt/sidMichael Vogt17-169/+486
2010-07-28* apt-pkg/orderlist.cc:David Kalnischkies5-2/+271
- try to install another or-group member in DepRemove before breaking the or group (Closes: #590438)
2010-07-28auto-install Packages and status file of the testcaseDavid Kalnischkies1-2/+14
2010-07-27* apt-pkg/cdrom.cc:Julian Andres Klode2-1/+4
- Use link() instead of rename() for creating the CD database backup; otherwise there would be a short time without any database.
2010-07-27* cmdline/apt-get.cc:Julian Andres Klode2-0/+9
- Support large filesystems by using statvfs64() instead of statvfs() and statfs64() instead of statfs() (Closes: #590513).
2010-07-26 - show in (r)depends the canidate per default instead of newestDavid Kalnischkies2-148/+67
- share the (r)depends code instead of codecopy
2010-07-26 - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies2-2/+9
*
2010-07-26add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies1-2/+10
alternative in the apt-cache (r)depends commands
2010-07-25Strip the .sh extension from the libapt testrunner andDavid Kalnischkies1-5/+6
make it a bit more robust against calling from outside
2010-07-25 - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)David Kalnischkies4-2/+233
* test/integration/*: - add with bug#590041 testcase a small test "framework"
2010-07-25* apt-pkg/pkgcache.cc:David Kalnischkies3-6/+13
- prefer non-virtual packages in FindPreferredPkg
2010-07-23* apt-pkg/contrib/fileutl.cc:Julian Andres Klode3-0/+24
- Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
2010-07-21Add to history whether a change was automatic or not.Julian Andres Klode2-1/+7
2010-07-21* apt-pkg/deb/dpkgpm.cc:Julian Andres Klode2-5/+12
- Write architecture information to history file.
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies7-10/+10
- move them back to the library as they look stable now
2010-07-17factor regex package name matches into newly created cachefilter classesDavid Kalnischkies4-15/+91
2010-07-16* cmdline/apt-cache.cc:David Kalnischkies3-15/+78
- be able to omit dependency types in (r)depends (Closes: #319006)
2010-07-14* apt-pkg/depcache.cc:David Kalnischkies2-4/+12
- handle "circular" conflicts for "all" packages correctly
2010-07-12merged from lp:~donkult/apt/sidMichael Vogt33-2056/+2884
2010-07-11accidently prefilling the vectors results in segfaultsDavid Kalnischkies1-1/+1
2010-07-11* methods/bzip2.cc:David Kalnischkies3-10/+191
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma
2010-07-11mark all "Hash Sum mismatch" strings as translateableDavid Kalnischkies1-1/+1
2010-07-11rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies2-9/+9
2010-07-11fix typo preventing display of architecture in Info()David Kalnischkies2-1/+2
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies5-7/+21
- do not query each architecture for flat file archives
2010-07-11[ Martin Pitt ]David Kalnischkies25-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.
2010-07-10* apt-pkg/contrib/error.{cc,h}:David Kalnischkies3-7/+15
- remove constness of va_list parameter to fix build on amd64 and co Thanks Eric Valette! (Closes: #588610)