summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-0/+1
| | | | | | | | | | | | | | | | | | | - fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
|
* * ftparchive/cachedb.cc:Michael Vogt2006-07-241-7/+6
| | | | - applied patch from ajt (#379576)
* * give a useful error message for the database changeMichael Vogt2006-04-261-0/+6
|
* * added ajs patchMichael Vogt2006-03-081-38/+212
|
* * Build apt-ftparchive with libdb4.2 rather than libdb2Arch Librarian2004-09-201-13/+22
| | | | | | | | | | Author: mdz Date: 2004-05-08 19:41:01 GMT * Build apt-ftparchive with libdb4.2 rather than libdb2 - Patch from Clint Adams to do most of the work - Build-Depends: s/libdb2-dev/libdb4.2-dev/ - Add AC_PREREQ(2.50) to configure.in - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
* Lots and lots of i18n updates.Arch Librarian2004-09-201-7/+8
| | | | | | Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates.
* Missed one st_mtime.Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 2002-11-22 18:02:08 GMT Missed one st_mtime.
* s/st_mtime/mtime/ on our local stat structure in apt-ft...Arch Librarian2004-09-201-5/+5
| | | | | | | Author: doogie Date: 2002-11-22 07:19:51 GMT s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to support compliation on platforms where st_mtime is a macro.
* G++3 fixes from RandolphArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-05-29 03:48:27 GMT G++3 fixes from Randolph
* Join with aliencodeArch Librarian2004-09-201-0/+284
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode