Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-04 | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt | |
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt | |
ContentsExtract::~ContentsExtract() needs to use free() because Data got allocated via realloc() Reported-By: clang -fsanitize=address -fno-omit-frame-pointer | |||
2014-05-08 | fix regression from commit 215b0faf | Michael Vogt | |
2014-04-07 | ensure "--db" also works with the new srcpkgdb | Michael Vogt | |
2014-04-04 | refactor _InitQuery() | Michael Vogt | |
2014-04-04 | ensure clean works | Michael Vogt | |
2014-04-04 | refactor to make OpenFile/OpenDebFile more robust | Michael Vogt | |
2014-04-04 | add test for binary cachedb and contents generation | Michael Vogt | |
2014-04-04 | Implement CacheDB for source packages in apt-ftparchive | Michael Vogt | |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | |
on the FileFd instead | |||
2011-10-05 | merge with current debian apt/experimental | David Kalnischkies | |
2011-10-05 | * apt-pkg/contrib/configuration.cc: | Michael Vogt | |
- fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: - fix fetching language information by adding OptionalSubIndexTarget * methods/https.cc: - cleanup broken downloads properly * ftparchive/cachedb.cc: - fix buffersize in bytes2hex * apt-pkg/deb/deblistparser.cc: - fix crash when the dynamic mmap needs to be grown in LoadReleaseInfo (LP: #854090) | |||
2011-09-22 | ftparchive/cachedb.cc: rewrite to fix the fixed length field | Michael Vogt | |
2011-09-22 | * ftparchive/cachedb.cc: | Michael Vogt | |
- fix buffersize in bytes2hex | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-02-25 | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to ↵ | Michael Vogt | |
sha2_internal.{cc,h} | |||
2011-02-22 | add sha512 support to apt-ftparchive | Michael Vogt | |
2009-12-01 | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | |
thanks Karl Goetz! (Closes: #558757) | |||
2009-11-28 | tell every method in ftparchive/ that const& is sexy | David Kalnischkies | |
2009-11-28 | add APT::FTPArchive::AlwaysStat to disable the too aggressive | David Kalnischkies | |
caching if versions are build multiply times (not recommend) Patch by Christoph Goehre, thanks! (Closes: #463260) | |||
2009-10-14 | fix compiler warning: suggest parentheses around && within || in cachedb | David Kalnischkies | |
2009-04-09 | * apt-pkg/contrib/strutl.cc: | Michael Vogt | |
- 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). | |||
2007-06-08 | * remove all the remaining #pragma implementation | Michael Vogt | |
2006-07-24 | * ftparchive/cachedb.cc: | Michael Vogt | |
- applied patch from ajt (#379576) | |||
2006-04-26 | * give a useful error message for the database change | Michael Vogt | |
2006-03-08 | * added ajs patch | Michael Vogt | |
2004-09-20 | * Build apt-ftparchive with libdb4.2 rather than libdb2 | Arch Librarian | |
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) | |||
2004-09-20 | Lots and lots of i18n updates. | Arch Librarian | |
Author: doogie Date: 2003-02-10 07:34:41 GMT Lots and lots of i18n updates. | |||
2004-09-20 | Missed one st_mtime. | Arch Librarian | |
Author: doogie Date: 2002-11-22 18:02:08 GMT Missed one st_mtime. | |||
2004-09-20 | s/st_mtime/mtime/ on our local stat structure in apt-ft... | Arch Librarian | |
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. | |||
2004-09-20 | G++3 fixes from Randolph | Arch Librarian | |
Author: jgg Date: 2001-05-29 03:48:27 GMT G++3 fixes from Randolph | |||
2004-09-20 | Join with aliencode | Arch Librarian | |
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode |