Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Adjust code for missing includes/using std::string | Julian Andres Klode | |
2019-06-12 | Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS | Julian Andres Klode | |
2019-06-11 | Do not include squashfs file systems in df output. | Brian Murray | |
LP: #1756595 Fixes Debian/apt#94 | |||
2019-06-11 | Update symbols and hide some pkgTagSection ABI | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2019-06-11 | Merge the ParseDepends functions | Julian Andres Klode | |
2019-06-11 | Allow comparing string to StringView | Julian Andres Klode | |
2019-06-11 | Make APT::StringView public | Julian Andres Klode | |
2019-06-11 | Merge tag '1.8.2' | Julian Andres Klode | |
apt Debian release 1.8.2 | |||
2019-05-21 | Unlock dpkg locks in reverse locking order | Julian Andres Klode | |
We need to unlock in the reverse order of locking in order to get useful behavior. LP: #1829860 | |||
2019-05-07 | debmetaindex: Use isspace_ascii() variant to normalize Signed-By | Julian Andres Klode | |
Using the locale-dependent isspace() function here opens us up to strange locale-dependent behavior. | |||
2019-05-06 | CMake: Enforce "override" use on overriden methods | Julian Andres Klode | |
This ensures that we do not accidentally stop overriding a method because it's signature changed in an API break. | |||
2019-05-06 | Change soname to libapt-pkg.so.5.90 | Julian Andres Klode | |
This is a bit experimental, and we'll go through a few stages before reaching libapt-pkg.so.6.0. | |||
2019-05-06 | cacheset: Remove simple cases of deprecated code | Julian Andres Klode | |
This is missing the ones that are still actively used in cacheset.cc, we need to clean those up too, but they are obviously more tricky. | |||
2019-05-06 | Use debDebFile to get control file instead of dpkg-deb | Julian Andres Klode | |
2019-05-06 | Merge libapt-inst into libapt-pkg | Julian Andres Klode | |
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-04-30 | apt-pkg: URI: Add 'explicit' to single argument constructor | Julian Andres Klode | |
This needs a fair amount of changes elsewhere in the code, hence this is separate from the previous commits. | |||
2019-04-30 | apt-pkg: hashes: Add 'explicit' to single argument constructors | Julian Andres Klode | |
This avoids funny code where strings get implicitly converted to HashString or HashStringList. | |||
2019-04-30 | Add 'explicit' to most single argument constructors | Julian Andres Klode | |
This prevents implicit conversions that we do not want, such as having a FileFd* being converted to a debListParser. Two cases are not yet handled because they require changes in code using them: 1. The classes in hashes.h 2. The URI class - this one is used quite a lot | |||
2019-04-30 | acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItem | Julian Andres Klode | |
These status fields belong to the current item, move them there. This prepares us for eventually having multiple current items. | |||
2019-04-16 | Don't limit cpu-limited queues to at most 10 | David Kalnischkies | |
Queues for processes like rred are not created by hostname but we spawn at most CPU*2 queues to place items in. The problem is that we then proceeded to limit it to at most 10 queues (via QueueHost::Limit) again at the end of the method so that all items (after the first 10 queues are busy) are forcibly placed into a generic catch-all instance which is bad because we don't keep all CPUs we have available busy and worse we end up sheduling the most work to a single one while random distribution was intended. | |||
2019-04-16 | Follow gcc-9 -Wnoexcept suggestion for FileChunk constructor | David Kalnischkies | |
warning: but ‘pkgTagFilePrivate::FileChunk::FileChunk(bool, size_t)’ does not throw; perhaps it should be declared ‘noexcept’ [-Wnoexcept] Reported-By: gcc-9 Gbp-Dch: Ignore | |||
2019-04-04 | Merge branch 'pkgconfig' into 'master' | Julian Andres Klode | |
Add PkgConfig on the apt-pkg and apt-inst libraries See merge request apt-team/apt!20 | |||
2019-03-11 | Use system-provided triehash | Julian Andres Klode | |
2019-03-08 | Add pkg-config files for the apt-pkg and apt-inst libraries | Corentin Noël | |
Closes: #439121 | |||
2019-03-08 | Merge tag '1.8.0' | Julian Andres Klode | |
apt Debian release 1.8.0 | |||
2019-03-03 | Add explicit message for unsupported binary signature | David Kalnischkies | |
Verifying the content of Release.gpg made us fail on binary signatures which were never officially supported (apt-secure manpage only documents only the generation of ASCII armored), but silently accepted by gpgv as we passed it on unchecked before. The binary format is complex and is itself split into old and new formats so adding support for this would not only add lots of code but also a good opportunity for bugs and dubious benefit. Reporting this issue explicitly should help repository creators figure out the problem faster than the default NODATA message hinting at captive portals. Given that the binary format has no file magic or any other clear and simple indication that this is a detached signature we guess based on the first two bits only – and by that only supporting the "old" binary format which seems to be the only one generated by gnupg in this case. References: e2965b0b6bdd68ffcad0e06d11755412a7e16e50 Closes: #921685 | |||
2019-02-26 | fileutl: Merge Popen variants | Julian Andres Klode | |
2019-02-26 | acquire-item: Remove deprecated members and functions | Julian Andres Klode | |
2019-02-26 | orderlist: Remove deprecated VisitNode() variant | Julian Andres Klode | |
2019-02-26 | dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs() | Julian Andres Klode | |
2019-02-26 | fileutl: Remove deprecated functions such as gzFd() | Julian Andres Klode | |
2019-02-26 | strutl: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | edsp: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | sptr: Remove deprecated smart pointer classes | Julian Andres Klode | |
Please use the standard C++ variants instead. | |||
2019-02-26 | sourceslist: Remove deprecated AddVolatileFiles() variant | Julian Andres Klode | |
2019-02-26 | netrc: Remove deprecated function maybe_add_auth() | Julian Andres Klode | |
2019-02-26 | depcache: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | packagemanager: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | pkgcachegen: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | indexcopy: Remove deprecated SigVerify::RunGPGV() | Julian Andres Klode | |
2019-02-26 | hashes: Remove deprecated functions | Julian Andres Klode | |
This keeps the members in the class, but makes them private. We want to migrate to libgcrypt eventually, since we already use libgcrypt through gpgv anyway. | |||
2019-02-26 | metaindex: Remove deprecated checkSum::Hash (replaced by Hashes) | Julian Andres Klode | |
2019-02-26 | algorithms: Remove deprecated ProblemResolver::InstallProtect() | Julian Andres Klode | |
2019-02-26 | acquire: Remove deprecated pkgAcquire::Setup() function | Julian Andres Klode | |
2019-02-26 | acquire: Fold pkgAcquireStatus2 into pkgAcquireStatus | Julian Andres Klode | |
Clean up the code, make it neat, lalala | |||
2019-02-26 | tagfile: Remove deprecated pkgUserTagSection and TFRewrite | Julian Andres Klode | |
2019-02-26 | indexfile: Remove deprecated translation functions | Julian Andres Klode | |
2019-02-26 | clean: Fold pkgArchiveCleaner2 into pkgArchiveCleaner | Julian Andres Klode | |