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
*
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
*
apt-pkg/cachefilter-patterns.h, apt-pkg/cachefilter-patterns.cc: prepare for ...
наб
2024-11-12
2
-65
/
+66
*
apt-pkg/acquire-item.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
apt-pkg/deb/debrecords.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-20
/
+20
*
apt-pkg/deb/debmetaindex.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
apt-pkg/tagfile.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-1
/
+1
*
apt-pkg/policy.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-4
/
+3
*
apt-pkg/contrib/configuration.cc: prepare for APT::StringView -> std::string_...
наб
2024-11-12
1
-40
/
+39
*
apt-pkg/indexcopy.cc: prepare for APT::StringView -> std::string_view
наб
2024-11-12
1
-38
/
+38
*
flCombine: try to reuse one of the strings when returning
наб
2024-11-12
1
-54
/
+54
*
apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view
наб
2024-11-12
6
-13
/
+9
*
apt-pkg/algorithms.cc, apt-pkg/cachefilter.h: drop unused #include <apt-pkg/s...
наб
2024-11-12
2
-2
/
+0
*
apt-pkg/edsp.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-9
/
+8
*
APT::StringView: add operator std::string_view(), StringViewCompareFast() for...
наб
2024-11-12
1
-4
/
+13
*
ReportMirrorFailureToCentral: fix use-after-free
наб
2024-11-12
1
-1
/
+2
*
Merge branch 'more' into 'main'
Julian Andres Klode
2024-11-12
9
-105
/
+114
|
\
|
*
dpkgpm: fdopen() failing doesn't close the fd
наб
2024-11-12
1
-0
/
+3
|
*
dpkgpm: append ":$printarchitecture" instead of ':'+${#printarchitecture} to ...
наб
2024-11-12
1
-1
/
+1
|
*
dpkgpm: use getline() for Apport var/crash lines
наб
2024-11-12
1
-18
/
+11
|
*
dpkgpm: use std::array<unsigned char, APT_BUFFER_SIZE> for I/O copy buffers
наб
2024-11-12
1
-7
/
+7
|
*
dpkgpm: use sysconf(_SC_GETPW_R_SIZE_MAX)-sized + growing buffer for getpwuid...
наб
2024-11-12
1
-2
/
+7
|
*
pkgDPkgPMPrivate::dpkgbuf: char[1024] -> array<char, APT_BUFFER_SIZE>
наб
2024-11-12
1
-8
/
+8
|
*
dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...
наб
2024-11-12
3
-60
/
+55
|
*
Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...
наб
2024-11-12
5
-13
/
+25
|
*
Bump pkgTagFile default Size from 32k to APT_BUFFER_SIZE
наб
2024-11-11
1
-4
/
+4
|
*
Replace constant-size never-reallicated getservbyport_r() std::vector buffer ...
наб
2024-11-11
1
-1
/
+2
[next]