| Commit message (Expand) | Author | Age | Files | Lines |
* | add messages to our deprecation warnings in libapt | David Kalnischkies | 2015-11-27 | 1 | -3/+2 |
* | apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures | Julian Andres Klode | 2015-09-11 | 1 | -0/+1 |
* | use a smaller type for flags storage in the cache | David Kalnischkies | 2015-08-10 | 1 | -0/+4 |
* | remove the compatibility markers for 4.13 abi | David Kalnischkies | 2015-08-10 | 1 | -16/+0 |
* | add c++11 override marker to overridden methods | David Kalnischkies | 2015-08-10 | 1 | -1/+1 |
* | bring back deb822 sources.list entries as .sources | David Kalnischkies | 2015-08-10 | 1 | -0/+8 |
* | fix memory leaks reported by -fsanitize | David Kalnischkies | 2015-08-10 | 1 | -1/+1 |
* | make all d-pointer * const pointers | David Kalnischkies | 2015-08-10 | 1 | -4/+4 |
* | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies | 2015-06-16 | 1 | -2/+0 |
* | implement a more c++-style TFRewrite alternative | David Kalnischkies | 2015-05-11 | 1 | -12/+35 |
* | restore ABI of pkgTagSection | David Kalnischkies | 2014-11-08 | 1 | -13/+11 |
* | explicit overload methods instead of adding parameters | David Kalnischkies | 2014-11-08 | 1 | -0/+6 |
* | guard const-ification API changes | David Kalnischkies | 2014-11-08 | 1 | -0/+4 |
* | do not inline virtual destructors with d-pointers | David Kalnischkies | 2014-10-13 | 1 | -1/+1 |
* | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | 2014-09-27 | 1 | -1/+1 |
* | fix occurrence typo in tagfile comment | David Kalnischkies | 2014-09-27 | 1 | -1/+1 |
* | Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file | Michael Vogt | 2014-05-22 | 1 | -1/+2 |
* | improve pkgTagSection scanning and parsing | David Kalnischkies | 2014-05-10 | 1 | -21/+42 |
* | add support for apt-get build-dep foo.dsc | Michael Vogt | 2014-04-22 | 1 | -0/+2 |
* | mark optional (private) symbols as hidden | David Kalnischkies | 2014-03-21 | 1 | -3/+5 |
* | warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt | 2013-08-22 | 1 | -1/+1 |
|\ |
|
| * | memset() pkgTagSections data to make coverity happy | Michael Vogt | 2013-08-06 | 1 | -1/+1 |
* | | ensure that pkgTagFile isn't writing past Buffer length | David Kalnischkies | 2013-08-15 | 1 | -0/+1 |
* | | fix -Wall errors | Michael Vogt | 2013-08-08 | 1 | -1/+1 |
|/ |
|
* | fix some unitialized data members | Michael Vogt | 2013-08-05 | 1 | -1/+1 |
* | fix pkgTagSection::Exists() and add test | Michael Vogt | 2013-03-18 | 1 | -2/+2 |
* | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | 2011-12-13 | 1 | -0/+4 |
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -2/+4 |
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -1/+1 |
* | merge with debian/experimental | David Kalnischkies | 2011-09-13 | 1 | -1/+1 |
|\ |
|
| * | merged from the debian-sid branch | Michael Vogt | 2011-08-15 | 1 | -1/+1 |
| |\ |
|
| | * | fix some cppcheck: (warning) Member variable is not initialized in the constr... | David Kalnischkies | 2011-08-11 | 1 | -1/+1 |
* | | | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 2011-09-13 | 1 | -2/+2 |
|/ / |
|
* | | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which | Michael Vogt | 2011-06-08 | 1 | -13/+8 |
|\ \
| |/
|/| |
|
| * | apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg... | Michael Vogt | 2011-01-28 | 1 | -6/+4 |
| * | apt-pkg/tagfile.{cc,h}: add comment, remove "inline" from pkgTagFile::Offset() | Michael Vogt | 2011-01-27 | 1 | -1/+3 |
| * | apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFile | Michael Vogt | 2011-01-27 | 1 | -12/+7 |
* | | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | 2011-01-20 | 1 | -0/+2 |
|/ |
|
* | * apt-pkg/pkgcache.h: | David Kalnischkies | 2010-06-03 | 1 | -0/+1 |
* | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-03-14 | 1 | -1/+14 |
* | [ABI break] support '#' in apt.conf and /etc/apt/preferences | Michael Vogt | 2009-06-09 | 1 | -1/+4 |
* | * implement sha256/sha1/md5 checking with proper backward compatibility | Michael Vogt | 2007-07-26 | 1 | -2/+2 |
* | * removed the pragma mess | Michael Vogt | 2006-10-02 | 1 | -3/+0 |
* | * apt-pkg/tagfile.cc,h: | Michael Vogt | 2006-10-02 | 1 | -3/+4 |
* | * apt-pkg/tagfile.h: | Michael Vogt | 2006-09-30 | 1 | -1/+1 |
* | * apt-pkg/tagfile.cc, tagfile.h: | Michael Vogt | 2006-09-15 | 1 | -2/+0 |
* | * suport both MMapable files and non-mmapable files | Michael Vogt | 2006-07-26 | 1 | -1/+4 |
* | * apt-pkg/tagfile.{cc,h}: | Michael Vogt | 2006-04-26 | 1 | -3/+2 |
* | Fix api breakage caused when attempting to support bloc... | Arch Librarian | 2004-09-20 | 1 | -4/+3 |