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
*
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
|
*
Allow HashSum mismatches to fallback to other mirrors
David Kalnischkies
2024-11-22
2
-48
/
+64
|
*
Never consider file/copy/cdrom sources bad sites due to errors
David Kalnischkies
2024-11-22
3
-3
/
+14
|
*
Clear previous ignored errors before processing acquire item again
David Kalnischkies
2024-11-22
1
-0
/
+4
|
*
Do not change UsedMirror on local copy of InRelease
David Kalnischkies
2024-11-22
1
-1
/
+1
|
*
Allow AutoDetectProxy to work with more than just http(s)
David Kalnischkies
2024-11-22
3
-21
/
+45
|
*
Rewrite hidden config option checker for more patterns
David Kalnischkies
2024-11-22
2
-41
/
+76
|
*
Show hashes calculated by main thread in error messages
David Kalnischkies
2024-11-22
2
-1
/
+25
|
*
Support uncompressed indexes from partial file:/ mirrors
David Kalnischkies
2024-11-22
2
-7
/
+26
*
|
Tag hidden acquire classes as final for devirtualization
David Kalnischkies
2024-11-22
2
-8
/
+8
*
|
Acknowledge non-erase usage of remove_if for volatile sources
David Kalnischkies
2024-11-22
1
-1
/
+1
|
/
*
Merge branch 'history-comment' into 'main'
Julian Andres Klode
2024-11-18
1
-0
/
+2
|
\
|
*
Add a --comment option to record Comment: in history
Julian Andres Klode
2024-11-18
1
-0
/
+2
*
|
patterns: Safely peek ahead one byte
Julian Andres Klode
2024-11-18
1
-1
/
+17
|
/
*
Handle Retry-After by default
Julian Andres Klode
2024-11-18
1
-1
/
+1
*
http: use Retry-After HTTP header to optimize retries
Felix Moessbauer
2024-11-18
3
-5
/
+29
*
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
6
-59
/
+49
|
\
|
*
fdopen() failing does not close the fd
наб
2024-11-14
1
-0
/
+2
|
*
DEFER() more
наб
2024-11-14
6
-58
/
+44
|
*
DEFER
наб
2024-11-14
1
-4
/
+6
*
|
Merge branch 'noref' into 'main'
Julian Andres Klode
2024-11-14
2
-13
/
+13
|
\
\
|
*
|
std::string_view const & -> std::string_view
наб
2024-11-14
2
-13
/
+13
|
|
/
*
|
Merge branch 'append' into 'main'
Julian Andres Klode
2024-11-14
3
-6
/
+8
|
\
\
|
*
|
(+=)+= -> append().append()
наб
2024-11-14
3
-6
/
+8
|
|
/
*
|
if APT_PKG_ABI > 600: using APT::StringView = std::string_view;
наб
2024-11-14
1
-0
/
+6
*
|
pkgTagSection::Tag constructors: std::string const& -> std::string_view (alwa...
наб
2024-11-14
2
-14
/
+32
*
|
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/tagfile.h: prepare for APT::StringView -> std::string_view
наб
2024-11-14
1
-2
/
+2
|
/
*
apt-pkg/contrib/gpgv.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
apt-pkg/deb/deblistparser.h: APT::StringView -> std::string_view
наб
2024-11-12
1
-6
/
+5
*
apt-pkg/deb/deblistparser.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-30
/
+31
*
apt-pkg/deb/debsrcrecords.h: APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
apt-pkg/deb/debsrcrecords.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-12
/
+12
*
apt-pkg/pkgcachegen.cc, apt-pkg/pkgcachegen.h: APT::StringView -> std::string...
наб
2024-11-12
4
-123
/
+123
[next]