summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Compare SHA256 to check if versions are really the sameJulian Andres Klode2023-08-023-2/+41
* Fix snapshot crashesJulian Andres Klode2023-07-121-1/+3
* Merge branch 'main' into 'main'Julian Andres Klode2023-07-111-0/+3
|\
| * Do not fail on systems running in FIPSmode.A. Maitland Bottoms2023-05-291-0/+3
* | Merge branch 'pu/ubuntu-bug-2025462' into 'main'Julian Andres Klode2023-07-113-14/+55
|\ \
| * | Do not mark updates for install that are still phasingJulian Andres Klode2023-07-071-4/+23
| * | dist-upgrade: Revert phased updates using keeps onlyJulian Andres Klode2023-07-053-10/+32
| |/
* / update: Add notice about missing Signed-By in deb822 sourcesJulian Andres Klode2023-06-274-2/+20
|/
* 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-242-9/+38
* Merge branch 'pu/snapshot' into 'main'Julian Andres Klode2023-05-026-4/+112
|\
| * Initial support for snapshot servers, apt --snapshot optionJulian Andres Klode2023-05-026-4/+112
* | Keep "or group" when installing package to satisfy itJacob Kauffmann2023-05-021-1/+4
|/
* Address statements of public domainJulian Andres Klode2023-03-0612-2/+54
* Merge branch 'pu/never-sections-matching' into 'main'Julian Andres Klode2023-03-061-2/+2
|\
| * Use a more gitignore style matchingJulian Andres Klode2023-02-271-2/+2
* | Do not store trusted=yes Release file unconditionallyDavid Kalnischkies2023-03-041-3/+6
* | Detect trimmed changelogs and pick online insteadDavid Kalnischkies2023-03-031-11/+56
|/
* Merge branch 'feature/non-free-firmware' into 'main'Julian Andres Klode2023-02-272-12/+28
|\
| * Have values in Section config trees refer to them in all componentsDavid Kalnischkies2023-01-301-12/+26
| * Teach apt-cdrom's scoring system about non-free-firmwareCyril Brulebois2023-01-301-0/+2
* | Unhide virtual overloads in some cachefiltersDavid Kalnischkies2023-01-291-0/+2
* | Drop redundant 'virtual' on function marked 'override'David Kalnischkies2023-01-291-32/+32
* | Include cstdint for uint16_t in our mmap wrappingDavid Kalnischkies2023-01-291-0/+1
* | Avoid comparison of integers of different signedness for ETADavid Kalnischkies2023-01-291-1/+2
* | Avoid triggering unused parameter warning in staticSIGWINCHDavid Kalnischkies2023-01-291-1/+1
|/
* make ?installed pattern match installed version only when narrowedJulian Andres Klode2023-01-131-0/+5
* Typo fixEgon Willighagen2022-12-131-1/+1
* Merge branch 'feature/optional-dpkg-status' into 'main'Julian Andres Klode2022-10-282-8/+29
|\
| * Allow apt to run if no dpkg/status file existsDavid Kalnischkies2022-09-022-6/+15
| * Report failures back from debSystem::AddStatusFilesDavid Kalnischkies2022-09-021-2/+14
* | Merge branch 'pu/phased-updates-fixes-2022-09-23' into 'main'Julian Andres Klode2022-09-283-2/+12
|\ \
| * | full-upgrade: Mark phased upgrades for keep before anything elseJulian Andres Klode2022-09-281-0/+3
| * | Check state of dependency, not dependee in dependency keep backJulian Andres Klode2022-09-281-2/+2
| * | edsp: Add support for phased updates (test in LP#1990586)Julian Andres Klode2022-09-281-0/+7
* | | Merge branch 'musl' into 'main'Julian Andres Klode2022-09-211-0/+1
|\ \ \
| * | | apt-pkg/contrib/fileutl.h Explicitly include sys/stat.hlancethepants2022-08-261-0/+1
| | |/ | |/|
* / | typecast time_t and suseconds_t from std::chronoKhem Raj2022-09-162-3/+3
|/ /
* / Don't reuse filename for in-tree builds of aptDavid Kalnischkies2022-08-081-2/+2
|/
* Add flag to disable upgrade by source and test caseJulian Andres Klode2022-07-241-0/+4
* Avoid recursion by looping of other binaries twiceJulian Andres Klode2022-07-241-1/+7
* Upgrade all binaries in a source packageJulian Andres Klode2022-07-241-0/+27
* Merge branch 'pu/upgrade-broken-depends' into 'main'Julian Andres Klode2022-07-241-0/+34
|\
| * Mark broken reverse depends for upgradeJulian Andres Klode2022-07-111-0/+34
* | apt-pkg: (re)export pkgTagSection::Key to fix FTBFS in python-aptMichael Vogt2022-07-221-1/+1
|/
* Merge branch 'pu/phasing-better' into 'main'Julian Andres Klode2022-06-292-10/+125
|\
| * policy: Do not override negative pins with 1 due to phasingJulian Andres Klode2022-06-281-8/+9
| * (Temporarily) Rewrite phased updates using a keep-back approachJulian Andres Klode2022-06-282-2/+116
* | Fix integer underflow in flExtensionRonan Desplanques2022-05-231-1/+1
|/