summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Delete SHADOWED metaIndex if we don't actually use snapshotsJulian Andres Klode2024-02-201-0/+7
* Automatically enable snapshots where supportedJulian Andres Klode2024-02-201-1/+16
* Modernize standard library includesJulian Andres Klode2024-02-2011-28/+27
* Stop calculating Description-md5 if missingJulian Andres Klode2023-10-041-19/+1
* Compare SHA256 to check if versions are really the sameJulian Andres Klode2023-08-021-0/+10
* Fix snapshot crashesJulian Andres Klode2023-07-121-1/+3
* update: Add notice about missing Signed-By in deb822 sourcesJulian Andres Klode2023-06-271-0/+3
* Rework the domain iteration in the host fallbackJulian Andres Klode2023-05-241-3/+18
* Ensure that Snapshots: no doesn't get overriden by host-name configJulian Andres Klode2023-05-241-7/+3
* Seed snapshot servers for well-known hostsJulian Andres Klode2023-05-241-9/+31
* Initial support for snapshot servers, apt --snapshot optionJulian Andres Klode2023-05-022-4/+104
* Allow apt to run if no dpkg/status file existsDavid Kalnischkies2022-09-021-0/+7
* Report failures back from debSystem::AddStatusFilesDavid Kalnischkies2022-09-021-2/+14
* Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-012-18/+10
* Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-013-28/+29
* Avoid .c_str() on strings feed into pkgTagSection::FindSDavid Kalnischkies2022-04-011-1/+1
* Drop support for long obsoleted Suggests alias: OptionalDavid Kalnischkies2022-04-011-4/+1
* Introduce and use isalpha_ascii() in debversion rather than isalpha()Julian Andres Klode2022-01-061-1/+1
* Don't print every inline PGP key in Signed-ByVictor Westerhuis2021-11-051-1/+0
* Merge branch 'fakechroot' into 'main'Julian Andres Klode2021-10-191-2/+12
|\
| * apt-pkg/deb/dpkgpm.cc: make DPkg::Chroot-Directory work under fakechrootJohannes Schauer Marin Rodrigues2021-09-191-2/+12
* | Only allow full Signed-By keys where filenames are allowedJulian Andres Klode2021-10-181-3/+5
* | Add support for embedding PGP keys into Signed-By in deb822 sourcesJulian Andres Klode2021-10-181-0/+17
* | Streamline access to barbarian architecture functionalityDavid Kalnischkies2021-09-041-5/+15