index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
sqv, gpgv: Do not fail if Dir::Etc::Trusted is set and trusted.gpg.d is missing
Julian Andres Klode
2025-01-22
1
-2
/
+10
*
Unset Dir::Etc::trusted
Julian Andres Klode
2025-01-21
1
-1
/
+0
*
Remove superseded warning about trusted.gpg fallback
Julian Andres Klode
2025-01-21
1
-2
/
+2
*
Write Pre-Depends with a dash again in EDSP
David Kalnischkies
2025-01-17
1
-1
/
+1
*
proxy: Avoids triggering bounds check in std::string_view
Julian Andres Klode
2025-01-14
1
-1
/
+1
*
Merge branch 'check-missing-dpkg-bin' into 'main'
Julian Andres Klode
2025-01-14
2
-3
/
+11
|
\
|
*
apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not found
Balint Reczey
2024-12-30
2
-3
/
+11
*
|
Remove leftovers from ftp and rsh/ssh methods removal
David Kalnischkies
2025-01-05
1
-1
/
+1
*
|
Remove leftovers of the apt-key removal
David Kalnischkies
2025-01-05
2
-3
/
+1
*
|
Drop unused short form APT_IGNORE_DEPRECATED
David Kalnischkies
2025-01-05
1
-6
/
+1
*
|
Drop usage of APT_MUSTCHECK
David Kalnischkies
2025-01-05
5
-14
/
+14
*
|
Drop usage of APT_UNUSED
David Kalnischkies
2025-01-05
2
-3
/
+3
*
|
Drop APT_DEPRECATED usage
David Kalnischkies
2025-01-05
5
-15
/
+16
*
|
Drop APT_NORETURN usage
David Kalnischkies
2025-01-05
4
-9
/
+12
*
|
Drop unused FLAG macro and friends
David Kalnischkies
2025-01-05
1
-6
/
+4
*
|
Drop the remaining usage of APT_ARRAY_SIZE
David Kalnischkies
2025-01-05
2
-5
/
+2
*
|
Add pkgCache::{Priority,DepType}_NoL10n to avoid duplication
David Kalnischkies
2025-01-05
4
-34
/
+37
*
|
Drop usage of macro APT_OVERRIDE for simple override
David Kalnischkies
2025-01-05
30
-713
/
+713
*
|
Try stomping a little less on global macro namespace
David Kalnischkies
2025-01-05
1
-3
/
+3
*
|
Ensure we can build with APT_PKG_ABI > 601
Julian Andres Klode
2025-01-05
2
-2
/
+4
*
|
Use deb.debian.org instead of ftp.debian.org URLs
Guillem Jover
2024-12-28
1
-1
/
+1
*
|
Remove non-US leftovers in code and documentation
Guillem Jover
2024-12-28
2
-3
/
+1
|
/
*
methods: Add new sqv method
Julian Andres Klode
2024-12-22
3
-4
/
+33
*
Remove GnuTLS and gcrypt support
Julian Andres Klode
2024-12-22
2
-146
/
+2
*
hashes, methods: Add OpenSSL backends
Julian Andres Klode
2024-12-22
2
-2
/
+73
*
hashes: Add GnuTLS backend, make it default
Julian Andres Klode
2024-12-21
2
-0
/
+68
*
hashes: Refactor backend into PrivateHashes
Julian Andres Klode
2024-12-21
1
-55
/
+82
*
Remove gnupg and versioned gpgv test depends
Julian Andres Klode
2024-12-20
1
-4
/
+0
*
gpgv: Extract VerifyDetachedSignatureFile()
Julian Andres Klode
2024-12-17
1
-73
/
+90
*
Fix out-of-bounds read in `apt show :`
Julian Andres Klode
2024-12-16
1
-0
/
+3
*
gpgv: Drop references to apt-key
Julian Andres Klode
2024-12-07
1
-4
/
+4
*
gpgv: Merge all keyrings into a single one again
Julian Andres Klode
2024-12-04
1
-22
/
+25
*
solver3: Reject all non-candidates outright for strict pinning
Julian Andres Klode
2024-12-03
2
-27
/
+18
*
solver3: Add a missing debug level check
Julian Andres Klode
2024-12-03
1
-1
/
+2
*
solver3: Fix intransitivity of version comparison on upgrade
Julian Andres Klode
2024-12-02
1
-11
/
+17
*
Avoid extension check for .gpg
Julian Andres Klode
2024-11-29
1
-12
/
+12
*
Detect working gpgv using gpgv --dump-options
Julian Andres Klode
2024-11-28
2
-43
/
+65
*
fileutl: Use execvp() in Popen() instead of execv()
Julian Andres Klode
2024-11-28
1
-1
/
+1
*
gpgv: Add direct support for --assert-pubkey-algo
Julian Andres Klode
2024-11-28
1
-0
/
+23
*
Directly call gpgv instead of apt-key
Julian Andres Klode
2024-11-28
1
-27
/
+28
*
gpgv: Verify keyrings and dearmor outside apt-key
Julian Andres Klode
2024-11-28
1
-5
/
+54
*
strutl: Add Base64Decode
Julian Andres Klode
2024-11-28
2
-0
/
+68
*
gpgv: Use std::string instead of const char *
Julian Andres Klode
2024-11-28
1
-39
/
+33
*
gpgv: Explictly pass all the keyrings to gpgv from apt
Julian Andres Klode
2024-11-28
1
-3
/
+40
*
Do not implode key file name vector for calling gpgv
Julian Andres Klode
2024-11-28
2
-2
/
+10
*
gpgv: Generalize apt_error to apt_msg(), add apt_warning()
Julian Andres Klode
2024-11-28
1
-3
/
+5
*
tagfile: Avoid uninitialized variable warnings
Julian Andres Klode
2024-11-28
1
-9
/
+9
*
Fix accidental ABI break in debListParser::ParseDepends
Julian Andres Klode
2024-11-28
2
-0
/
+25
*
Merge branch 'fix/partialfilemirror' into 'main'
Julian Andres Klode
2024-11-22
7
-126
/
+260
|
\
|
*
Look at non by-hash paths in copy and file methods
David Kalnischkies
2024-11-22
1
-5
/
+6
[next]