| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 2.1.152.1.15 | Julian Andres Klode | 2020-12-27 | 1 | -0/+17 |
| | | |||||
| * | Release 2.1.142.1.14 | Julian Andres Klode | 2020-12-15 | 1 | -0/+7 |
| | | |||||
| * | Use XXH3 for cache, hash table hashing | Julian Andres Klode | 2020-12-15 | 1 | -0/+1 |
| | | | | | | | XXH3 is faster than both our CRC32c implementation as well as DJB hash for hash table hashing, so meh, let's switch to it. | ||||
| * | Release 2.1.132.1.13 | Julian Andres Klode | 2020-12-10 | 1 | -2/+26 |
| | | |||||
| * | Apply multi-arch hints. | Debian Janitor | 2020-11-23 | 2 | -0/+9 |
| | | | | | | | + apt-doc, libapt-pkg-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints | ||||
| * | Release 2.1.122.1.12 | Julian Andres Klode | 2020-11-23 | 1 | -0/+20 |
| | | |||||
| * | Refresh lintian-overrides of apt and libapt-pkg-doc | David Kalnischkies | 2020-11-05 | 2 | -4/+8 |
| | | |||||
| * | Update libapt-pkg6.0 symbols file | David Kalnischkies | 2020-11-05 | 1 | -140/+6 |
| | | | | | | That mostly means deleting symbols which went private or have disappeared and were previously compiler artefacts. | ||||
| * | Remove ancient versions support from apts postinst | David Kalnischkies | 2020-11-05 | 1 | -78/+2 |
| | | | | | | | | | The versions "needing" these fixes are at least five years old, so in an effort to save massive amounts of runtime and disk space (on aggregate at least) we can drop these lines. Reported-By: lintian maintainer-script-supports-ancient-package-version | ||||
| * | Install translated apt-patterns(7) man pages | David Kalnischkies | 2020-11-05 | 1 | -4/+3 |
| | | | | | Reported-By: dh_missing | ||||
| * | Remove expired domain that became nsfw from debian/changelog | Julian Andres Klode | 2020-10-30 | 1 | -1/+0 |
| | | | | | | | mirror.fail points to porn now apparently. Cc: stable | ||||
| * | Release 2.1.112.1.11 | Julian Andres Klode | 2020-10-21 | 1 | -0/+15 |
| | | |||||
| * | Release 2.1.102.1.10 | Julian Andres Klode | 2020-08-11 | 1 | -0/+18 |
| | | |||||
| * | Release 2.1.92.1.9 | Julian Andres Klode | 2020-08-10 | 1 | -0/+12 |
| | | |||||
| * | Release 2.1.82.1.8 | Julian Andres Klode | 2020-08-04 | 1 | -0/+24 |
| | | |||||
| * | Replace whitelist/blacklist with allowlist/denylist | Julian Andres Klode | 2020-08-04 | 2 | -6/+6 |
| | | |||||
| * | Release 2.1.72.1.7 | Julian Andres Klode | 2020-07-08 | 1 | -0/+30 |
| | | |||||
| * | Release 2.1.62.1.6 | Julian Andres Klode | 2020-06-03 | 1 | -0/+11 |
| | | |||||
| * | Release 2.1.52.1.5 | Julian Andres Klode | 2020-05-26 | 1 | -0/+18 |
| | | |||||
| * | Release 2.1.42.1.4 | Julian Andres Klode | 2020-05-19 | 1 | -0/+7 |
| | | |||||
| * | Release 2.1.32.1.3 | Julian Andres Klode | 2020-05-18 | 1 | -0/+19 |
| | | |||||
| * | Release 2.1.2, take 22.1.2 | Julian Andres Klode | 2020-05-13 | 1 | -1/+1 |
| | | |||||
| * | Release 2.1.2 | Julian Andres Klode | 2020-05-12 | 1 | -0/+16 |
| | | |||||
| * | Release 2.1.12.1.1 | Julian Andres Klode | 2020-05-08 | 1 | -0/+12 |
| | | |||||
| * | Release 2.1.02.1.0 | Julian Andres Klode | 2020-05-04 | 1 | -0/+23 |
| | | |||||
| * | Release 2.0.22.0.2 | Julian Andres Klode | 2020-04-09 | 1 | -0/+23 |
| | | |||||
| * | Release 2.0.12.0.1 | Julian Andres Klode | 2020-03-24 | 1 | -0/+15 |
| | | |||||
| * | Release 2.0.02.0.0 | Julian Andres Klode | 2020-03-07 | 1 | -0/+8 |
| | | |||||
| * | Release 1.9.121.9.12 | Julian Andres Klode | 2020-02-27 | 1 | -0/+7 |
| | | |||||
| * | Release 1.9.111.9.11 | Julian Andres Klode | 2020-02-26 | 2 | -1/+37 |
| | | |||||
| * | apt(8): Wait for frontend and cache lock | Julian Andres Klode | 2020-02-26 | 1 | -0/+7 |
| | | | | | | | This is a rework of !6 with additional stuff for the frontend lock, so we can lock the frontend lock and then keep looping over dpkg lock. | ||||
| * | cacheset: Fix -Wdeprecated-copy warnings | Julian Andres Klode | 2020-02-26 | 1 | -0/+2 |
| | | | | | | | | | | Remove the operator= from Container_iterator, as it was basically just the default anyway, and add copy constructors to *Interface that match their operator=. Tried adding copy constructor to Container_iterator, but that only made things worse. | ||||
| * | Fix various compiler warnings | Julian Andres Klode | 2020-02-26 | 1 | -1/+0 |
| | | |||||
| * | symbols: Bump version from 1.9.10 to 1.9.11~ | Julian Andres Klode | 2020-02-26 | 1 | -42/+42 |
| | | |||||
| * | Symbol updates | Julian Andres Klode | 2020-02-26 | 1 | -10/+7 |
| | | |||||
| * | debian: Update symbols file | Julian Andres Klode | 2020-02-25 | 1 | -32/+38 |
| | | |||||
| * | Remove CRC-16 implementation | Julian Andres Klode | 2020-02-18 | 1 | -2/+0 |
| | | |||||
| * | Bump ABI to 6.0 | Julian Andres Klode | 2020-02-18 | 3 | -1479/+1479 |
| | | |||||
| * | release 1.9.101.9.10 | Julian Andres Klode | 2020-02-18 | 1 | -0/+19 |
| | | |||||
| * | debian/control: Bump libseccomp-dev Build-Depends to >= 2.4.2 | Julian Andres Klode | 2020-02-10 | 1 | -1/+1 |
| | | | | | | Version 2.4.2 is needed for the new syscalls we added to the whitelist. | ||||
| * | Release 1.9.91.9.9 | Julian Andres Klode | 2020-02-04 | 1 | -0/+7 |
| | | |||||
| * | Widen regular expressions for versioned kernel packages | Julian Andres Klode | 2020-01-30 | 1 | -22/+4 |
| | | | | | | | | | | | Since we append a concrete kernel version to each pattern, and then anchor the pattern, let's just pick any package starting with a kernel name (linux-, kfreebsd-, gnumach-), and not worry about linux-headers, linux-tools, etc specifically, as they'll be caught by the generic pattern. LP: #1607845 | ||||
| * | Release 1.9.81.9.8 | Julian Andres Klode | 2020-01-27 | 1 | -0/+9 |
| | | |||||
| * | Release 1.9.71.9.7 | Julian Andres Klode | 2020-01-16 | 1 | -0/+15 |
| | | |||||
| * | Fix debian-rules-uses-deprecated-systemd-override | Julian Andres Klode | 2020-01-16 | 1 | -3/+4 |
| | | | | | | | | | | We accidentally managed to restart apt-daily{,-upgrade}.service again because our dh_systemd_start override was being ignored since we switched to debhelper 12. Override dh_installsystemd instead. Gbp-Dch: full | ||||
| * | Trim trailing whitespace. | Julian Andres Klode | 2020-01-15 | 2 | -219/+218 |
| | | | | | | Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html | ||||
| * | Release 1.9.61.9.6 | Julian Andres Klode | 2020-01-15 | 2 | -2/+35 |
| | | |||||
| * | apt(8): Disable regular expressions and fnmatch | Julian Andres Klode | 2020-01-15 | 1 | -0/+13 |
| | | | | | | This is the first step. Next step will be to add warnings to apt-get and then remove support there as well. | ||||
| * | hashes: Use Libgcrypt for hashing purposes | Julian Andres Klode | 2020-01-14 | 1 | -0/+1 |
| | | | | | | Switch the code of the Hashes class to use libgcrypt, which allows us to use hardware-accelerated implementations of SHA1 and friends. | ||||
| * | debian/rules: Adjust for -DWITH_TESTS=OFF in nocheck build | Julian Andres Klode | 2020-01-07 | 1 | -1/+8 |
| | | | | | Gbp-Dch: ignore | ||||
