summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fdopen() failing does not close the fdнаб2024-11-141-0/+2
* DEFER() moreнаб2024-11-146-58/+44
* DEFERнаб2024-11-141-4/+6
* apt-pkg/contrib/gpgv.cc: APT::StringView -> std::string_viewнаб2024-11-121-7/+7
* apt-pkg/deb/deblistparser.h: APT::StringView -> std::string_viewнаб2024-11-121-6/+5
* apt-pkg/deb/deblistparser.cc: APT::StringView -> std::string_viewнаб2024-11-121-30/+31
* apt-pkg/deb/debsrcrecords.h: APT::StringView -> std::string_viewнаб2024-11-121-7/+7
* apt-pkg/deb/debsrcrecords.cc: APT::StringView -> std::string_viewнаб2024-11-121-12/+12
* apt-pkg/pkgcachegen.cc, apt-pkg/pkgcachegen.h: APT::StringView -> std::string...наб2024-11-124-123/+123
* apt-pkg/cachefilter-patterns.h, apt-pkg/cachefilter-patterns.cc: prepare for ...наб2024-11-122-65/+66
* apt-pkg/acquire-item.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-7/+7
* apt-pkg/deb/debrecords.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-20/+20
* apt-pkg/deb/debmetaindex.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-7/+7
* apt-pkg/tagfile.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-1/+1
* apt-pkg/policy.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-4/+3
* apt-pkg/contrib/configuration.cc: prepare for APT::StringView -> std::string_...наб2024-11-121-40/+39
* apt-pkg/indexcopy.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-38/+38
* flCombine: try to reuse one of the strings when returningнаб2024-11-121-54/+54
* apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_viewнаб2024-11-126-13/+9
* apt-pkg/algorithms.cc, apt-pkg/cachefilter.h: drop unused #include <apt-pkg/s...наб2024-11-122-2/+0
* apt-pkg/edsp.cc: APT::StringView -> std::string_viewнаб2024-11-121-9/+8
* APT::StringView: add operator std::string_view(), StringViewCompareFast() for...наб2024-11-121-4/+13
* ReportMirrorFailureToCentral: fix use-after-freeнаб2024-11-121-1/+2
* Merge branch 'more' into 'main'Julian Andres Klode2024-11-129-105/+114
|\
| * dpkgpm: fdopen() failing doesn't close the fdнаб2024-11-121-0/+3
| * dpkgpm: append ":$printarchitecture" instead of ':'+${#printarchitecture} to ...наб2024-11-121-1/+1
| * dpkgpm: use getline() for Apport var/crash linesнаб2024-11-121-18/+11
| * dpkgpm: use std::array<unsigned char, APT_BUFFER_SIZE> for I/O copy buffersнаб2024-11-121-7/+7
| * dpkgpm: use sysconf(_SC_GETPW_R_SIZE_MAX)-sized + growing buffer for getpwuid...наб2024-11-121-2/+7
| * pkgDPkgPMPrivate::dpkgbuf: char[1024] -> array<char, APT_BUFFER_SIZE>наб2024-11-121-8/+8
| * dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...наб2024-11-123-60/+55
| * Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...наб2024-11-125-13/+25
| * Bump pkgTagFile default Size from 32k to APT_BUFFER_SIZEнаб2024-11-111-4/+4
| * Replace constant-size never-reallicated getservbyport_r() std::vector buffer ...наб2024-11-111-1/+2
* | FileFd::Open: don't needlessly copy filename in three-arg constructorнаб2024-11-111-2/+2
|/
* Turn std::unique_ptr<char[]/std::array<char>>(APT_BUFFER_SIZE) buffers into s...наб2024-11-112-9/+8
* Turn char[APT_BUFFER_SIZE] buffers into std::array<char, APT_BUFFER_SIZE>наб2024-11-112-26/+26
* Merge branch 'keep-more' into 'main'Julian Andres Klode2024-11-111-2/+4
|\
| * Return an error if ResolveByKeep() is unsuccessfulJulian Andres Klode2024-11-111-0/+3
| * Fix keeping back removals of obsolete packagesJulian Andres Klode2024-11-111-2/+1
* | Merge branch 'solver3-undo-one'Julian Andres Klode2024-11-112-240/+269
|\ \
| * | solver3: Refactor Install(Ver) to PropagateInstall(Ver)Julian Andres Klode2024-11-022-32/+36
| * | solver3: Check whether installable versions are allowedJulian Andres Klode2024-11-021-7/+10
| * | solver3: A version selected for install already is allowed.Julian Andres Klode2024-11-021-1/+1
| * | Add a FIXME around the heap compactionJulian Andres Klode2024-11-021-0/+2
| * | solver3: Rename the 'dirty' bit to 'erased'Julian Andres Klode2024-11-022-8/+8
| * | solver3: Remove the Reject() function, propagate in Enqueue() insteadJulian Andres Klode2024-11-022-56/+40
| * | solver3: Move needsRescore from Reject to Enqueue()Julian Andres Klode2024-11-021-4/+3
| * | solver3: Remove obsolete checksJulian Andres Klode2024-11-021-44/+5
| * | solver3: Introduce new Assume() and Enqueue() helpers and use themJulian Andres Klode2024-11-022-23/+55