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
/
contrib
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
*
Remove superseded warning about trusted.gpg fallback
Julian Andres Klode
2025-01-21
1
-2
/
+2
*
proxy: Avoids triggering bounds check in std::string_view
Julian Andres Klode
2025-01-14
1
-1
/
+1
*
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
1
-2
/
+0
*
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
3
-6
/
+6
*
Drop usage of APT_UNUSED
David Kalnischkies
2025-01-05
2
-3
/
+3
*
Drop APT_DEPRECATED usage
David Kalnischkies
2025-01-05
2
-5
/
+5
*
Drop APT_NORETURN usage
David Kalnischkies
2025-01-05
3
-8
/
+11
*
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
1
-4
/
+1
*
Drop usage of macro APT_OVERRIDE for simple override
David Kalnischkies
2025-01-05
3
-240
/
+247
*
Try stomping a little less on global macro namespace
David Kalnischkies
2025-01-05
1
-3
/
+3
*
methods: Add new sqv method
Julian Andres Klode
2024-12-22
2
-4
/
+25
*
Remove GnuTLS and gcrypt support
Julian Andres Klode
2024-12-22
1
-140
/
+0
*
hashes, methods: Add OpenSSL backends
Julian Andres Klode
2024-12-22
1
-2
/
+71
*
hashes: Add GnuTLS backend, make it default
Julian Andres Klode
2024-12-21
1
-0
/
+66
*
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
*
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
*
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
*
Allow AutoDetectProxy to work with more than just http(s)
David Kalnischkies
2024-11-22
2
-15
/
+41
*
Rewrite hidden config option checker for more patterns
David Kalnischkies
2024-11-22
1
-40
/
+75
*
string_view: Include missing headers
Julian Andres Klode
2024-11-17
1
-0
/
+3
*
Merge branch 'reefer' into 'main'
Julian Andres Klode
2024-11-14
4
-33
/
+31
|
\
|
*
DEFER() more
наб
2024-11-14
4
-33
/
+31
*
|
Merge branch 'append' into 'main'
Julian Andres Klode
2024-11-14
1
-3
/
+5
|
\
\
|
*
|
(+=)+= -> append().append()
наб
2024-11-14
1
-3
/
+5
|
|
/
*
|
if APT_PKG_ABI > 600: using APT::StringView = std::string_view;
наб
2024-11-14
1
-0
/
+6
*
|
apt-pkg/contrib/hashes.cc, apt-pkg/contrib/hashes.h: APT::StringView -> std::...
наб
2024-11-14
2
-9
/
+16
*
|
Move StringViewCompareFast to strutil.h
наб
2024-11-14
2
-18
/
+19
|
/
*
apt-pkg/contrib/gpgv.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
apt-pkg/contrib/configuration.cc: prepare for APT::StringView -> std::string_...
наб
2024-11-12
1
-40
/
+39
*
flCombine: try to reuse one of the strings when returning
наб
2024-11-12
1
-54
/
+54
*
APT::StringView: add operator std::string_view(), StringViewCompareFast() for...
наб
2024-11-12
1
-4
/
+13
*
Merge branch 'more' into 'main'
Julian Andres Klode
2024-11-12
5
-14
/
+44
|
\
|
*
dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...
наб
2024-11-12
2
-12
/
+29
[next]