Age | Commit message (Expand) | Author |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2016-01-02 | add optional support for comments in pkgTagFile | David Kalnischkies |
2015-12-29 | pkgTagSection::Scan: Fix read of uninitialized value | Julian Andres Klode |
2015-12-27 | deal with empty values properly in deb822 parser | David Kalnischkies |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-14 | tagfile: Hardcode error message for out of range integer values | Julian Andres Klode |
2015-08-12 | policy: Be more strict about parsing pin files, and document prio 0 | Julian Andres Klode |
2015-08-10 | use a smaller type for flags storage in the cache | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | bring back deb822 sources.list entries as .sources | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-05-11 | implement a more c++-style TFRewrite alternative | David Kalnischkies |
2015-05-11 | sync TFRewrite*Order arrays with dpkg and dak | David Kalnischkies |
2015-03-16 | properly implement pkgRecord::Parser for *.deb files | David Kalnischkies |
2014-11-08 | restore ABI of pkgTagSection | David Kalnischkies |
2014-11-08 | explicit overload methods instead of adding parameters | David Kalnischkies |
2014-11-08 | guard const-ification API changes | David Kalnischkies |
2014-10-13 | do not inline virtual destructors with d-pointers | David Kalnischkies |
2014-09-23 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-21 | Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchive | Michael Vogt |
2014-05-22 | Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file | Michael Vogt |
2014-05-10 | improve pkgTagSection scanning and parsing | David Kalnischkies |
2014-04-22 | add support for apt-get build-dep foo.dsc | Michael Vogt |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | David Kalnischkies |
2014-01-30 | pkgTagFile: if we have seen the end, do not try to see more | David Kalnischkies |
2014-01-22 | "apt show" show user friendly size info | Michael Vogt |
2013-12-21 | make /etc/apt/preferences parser deal with comment only sections | Michael Vogt |
2013-09-20 | do not trust FileFd::Eof() in pkgTagFile::Fill() | David Kalnischkies |
2013-08-22 | do chdir("/") after chroot() | Michael Vogt |
2013-08-22 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt |
2013-08-15 | use malloc instead of new[] in pkgTagFile | David Kalnischkies |
2013-08-15 | ensure that pkgTagFile isn't writing past Buffer length | David Kalnischkies |
2013-08-06 | memset() pkgTagSections data to make coverity happy | Michael Vogt |
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-06-08 | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which | Michael Vogt |
2011-02-25 | add sha512 support in the client now as well | Michael Vogt |
2011-01-27 | apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFile | Michael Vogt |
2011-01-20 | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-06-03 | * apt-pkg/pkgcache.h: | David Kalnischkies |
2010-03-14 | * apt-pkg/depcache.cc: | David Kalnischkies |