summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* hashes: Use std::span instead of std::basic_string_viewJulian Andres Klode2026-04-071-2/+2
* Copyright changesJulian Andres Klode2026-03-021-1/+1
* Introduce JSONL performance counter loggingJulian Andres Klode2026-02-101-0/+153
* macros: Introduce must_succeed() macroJulian Andres Klode2026-01-051-0/+8
* weakptr: Simplify destructor to use range-based forJulian Andres Klode2025-11-101-3/+2
* Move split() to APT::String::Split()Julian Andres Klode2025-10-252-0/+12
* configuration: Add MoveSubTree with overwrite=falseJulian Andres Klode2025-10-252-3/+13
* Correctly append or remove FD_CLOEXECJulian Andres Klode2025-10-201-2/+6
* ExecFork: Simplify closing and make it safeJulian Andres Klode2025-10-201-31/+19
* Add some comments and tests around Keep-Fd orderingJulian Andres Klode2025-10-201-0/+1
* ExecFork: Use close_range() if availableJulian Andres Klode2025-10-201-2/+32
* Include standard headers to fix clang compiler errorBiswapriyo Nath2025-06-181-0/+1
* Fix error handling with getlineWalter Lozano2025-05-192-2/+2
* refactor: Deduplicate and Move SectionInSubTree to ConfigurationJulian Andres Klode2025-02-182-0/+36
* strutl: Add missing #include <cstdint> [gcc 15]Julian Andres Klode2025-02-181-0/+1
* Add missing #include <string_view>Julian Andres Klode2025-02-153-0/+3
* fileutl: Convert FileFd::d to std::unique_ptrJulian Andres Klode2025-02-152-18/+14
* Remove some more unused functionsJulian Andres Klode2025-02-152-51/+0
* Run unifdef -DAPT_PKG_ABI=700 againJulian Andres Klode2025-02-153-34/+0
* StartsWithGPGClearTextSignature(): don't keep un-written-to pointer to consta...наб2025-02-141-1/+1
* flAbsPath(): try to re-use storage of argumentнаб2025-02-141-2/+2
* Take const& in flNotFile()наб2025-02-142-2/+2
* Take const& in GetLock()наб2025-02-142-2/+2
* Take const& in Rename()наб2025-02-142-2/+2
* Take const& in {,Real}FileExists()наб2025-02-142-4/+4
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-144-12/+12
* Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...наб2025-02-143-17/+17
* APT::String::* should take string_viewsнаб2025-02-142-26/+13
* string{=> _view} flExtension(string{=> _view})наб2025-02-142-8/+8
* Drop APT::StringViewнаб2025-02-142-172/+1
* APT::StringView -> std::string_view [textonly]наб2025-02-142-6/+5
* Bump ABI to 7.0Julian Andres Klode2025-02-141-1/+1
* sqv, gpgv: Do not fail if Dir::Etc::Trusted is set and trusted.gpg.d is missingJulian Andres Klode2025-01-221-2/+10
* Remove superseded warning about trusted.gpg fallbackJulian Andres Klode2025-01-211-2/+2
* proxy: Avoids triggering bounds check in std::string_viewJulian Andres Klode2025-01-141-1/+1
* Remove leftovers from ftp and rsh/ssh methods removalDavid Kalnischkies2025-01-051-1/+1
* Remove leftovers of the apt-key removalDavid Kalnischkies2025-01-051-2/+0
* Drop unused short form APT_IGNORE_DEPRECATEDDavid Kalnischkies2025-01-051-6/+1
* Drop usage of APT_MUSTCHECKDavid Kalnischkies2025-01-053-6/+6
* Drop usage of APT_UNUSEDDavid Kalnischkies2025-01-052-3/+3
* Drop APT_DEPRECATED usageDavid Kalnischkies2025-01-052-5/+5
* Drop APT_NORETURN usageDavid Kalnischkies2025-01-053-8/+11
* Drop unused FLAG macro and friendsDavid Kalnischkies2025-01-051-6/+4
* Drop the remaining usage of APT_ARRAY_SIZEDavid Kalnischkies2025-01-051-4/+1
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-053-240/+247
* Try stomping a little less on global macro namespaceDavid Kalnischkies2025-01-051-3/+3
* methods: Add new sqv methodJulian Andres Klode2024-12-222-4/+25
* Remove GnuTLS and gcrypt supportJulian Andres Klode2024-12-221-140/+0
* hashes, methods: Add OpenSSL backendsJulian Andres Klode2024-12-221-2/+71
* hashes: Add GnuTLS backend, make it defaultJulian Andres Klode2024-12-211-0/+66