summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* apt: push to emplace C++11 if possibleHerman Semenoff2026-04-081-8/+8
* apt: funcs called with a string literal consisting of a single characterHerman Semenoff2026-04-082-3/+3
* Prevent sleep while running dpkg.Nathan Pratta Teodosio2026-02-171-2/+9
* Implement architecture variantsJulian Andres Klode2025-10-253-0/+15
* debListParser: Cache `essential` and `myArch` moreJulian Andres Klode2025-08-262-13/+10
* Add 'Include'/'Exclude' options to limit packages used from a repositoryJulian Andres Klode2025-05-192-23/+48
* Add missing #include <string_view>Julian Andres Klode2025-02-151-0/+1
* cache: Introduce partial SourceVersion supportJulian Andres Klode2025-02-151-4/+4
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-142-2/+4
* Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...наб2025-02-141-1/+1
* Drop APT::StringViewнаб2025-02-142-28/+0
* APT::StringView -> std::string_view [textonly]наб2025-02-141-4/+4
* dpkg: Pass --admindir if a different one is specifiedJulian Andres Klode2025-02-071-0/+7
* Merge branch 'check-missing-dpkg-bin' into 'main'Julian Andres Klode2025-01-142-3/+11
|\
| * apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not foundBalint Reczey2024-12-302-3/+11
* | Remove leftovers of the apt-key removalDavid Kalnischkies2025-01-051-1/+1
* | Drop APT_DEPRECATED usageDavid Kalnischkies2025-01-051-5/+6
* | Drop APT_NORETURN usageDavid Kalnischkies2025-01-051-1/+1
* | Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-0511-166/+162
* | Ensure we can build with APT_PKG_ABI > 601Julian Andres Klode2025-01-052-2/+4
|/
* Fix accidental ABI break in debListParser::ParseDependsJulian Andres Klode2024-11-282-0/+25
* Add a --comment option to record Comment: in historyJulian Andres Klode2024-11-181-0/+2
* Merge branch 'reefer' into 'main'Julian Andres Klode2024-11-142-26/+18
|\
| * fdopen() failing does not close the fdнаб2024-11-141-0/+2
| * DEFER() moreнаб2024-11-142-25/+13
| * DEFERнаб2024-11-141-4/+6
* | (+=)+= -> append().append()наб2024-11-142-3/+3
|/
* 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-122-37/+37
* 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/edsp/edsplistparser.cc: APT::StringView -> std::string_viewнаб2024-11-122-2/+2
* 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-121-48/+26
* Do not return error if `Signed-By` value in source list is emptyAristo Chen2024-07-121-0/+2
* Deal better with spurious spaces in arch restrictionsDavid Kalnischkies2024-05-161-44/+41
* Allow parsing an empty Provides lineDavid Kalnischkies2024-04-261-1/+1
* Change the default log level from debug to noticeJulian Andres Klode2024-04-191-1/+1
* Allow no spaces for the last dependency in ParseDepends, tooDavid Kalnischkies2024-04-171-1/+1
* Revert "debrecords: Do not reparse if given same location"Julian Andres Klode2024-03-222-14/+3
* debrecords: Do not reparse if given same locationJulian Andres Klode2024-03-222-3/+14
* Parse unsupported != relation in dependenciesDavid Kalnischkies2024-03-071-1/+11