summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'history-comment' into 'main'Julian Andres Klode2024-11-181-0/+2
|\
| * Add a --comment option to record Comment: in historyJulian Andres Klode2024-11-181-0/+2
* | patterns: Safely peek ahead one byteJulian Andres Klode2024-11-181-1/+17
|/
* Handle Retry-After by defaultJulian Andres Klode2024-11-181-1/+1
* http: use Retry-After HTTP header to optimize retriesFelix Moessbauer2024-11-183-5/+29
* string_view: Include missing headersJulian Andres Klode2024-11-171-0/+3
* Merge branch 'reefer' into 'main'Julian Andres Klode2024-11-146-59/+49
|\
| * 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
* | Merge branch 'noref' into 'main'Julian Andres Klode2024-11-142-13/+13
|\ \
| * | std::string_view const & -> std::string_viewнаб2024-11-142-13/+13
| |/
* | Merge branch 'append' into 'main'Julian Andres Klode2024-11-143-6/+8
|\ \
| * | (+=)+= -> append().append()наб2024-11-143-6/+8
| |/
* | if APT_PKG_ABI > 600: using APT::StringView = std::string_view;наб2024-11-141-0/+6
* | pkgTagSection::Tag constructors: std::string const& -> std::string_view (alwa...наб2024-11-142-14/+32
* | apt-pkg/contrib/hashes.cc, apt-pkg/contrib/hashes.h: APT::StringView -> std::...наб2024-11-142-9/+16
* | Move StringViewCompareFast to strutil.hнаб2024-11-142-18/+19
* | apt-pkg/tagfile.h: prepare for APT::StringView -> std::string_viewнаб2024-11-141-2/+2
|/
* 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