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
*
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
*
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
*
|
FileFd::Open: don't needlessly copy filename in three-arg constructor
наб
2024-11-11
1
-2
/
+2
|
/
*
Turn std::unique_ptr<char[]/std::array<char>>(APT_BUFFER_SIZE) buffers into s...
наб
2024-11-11
2
-9
/
+8
*
Turn char[APT_BUFFER_SIZE] buffers into std::array<char, APT_BUFFER_SIZE>
наб
2024-11-11
2
-26
/
+26
*
Merge branch 'keep-more' into 'main'
Julian Andres Klode
2024-11-11
1
-2
/
+4
|
\
|
*
Return an error if ResolveByKeep() is unsuccessful
Julian Andres Klode
2024-11-11
1
-0
/
+3
|
*
Fix keeping back removals of obsolete packages
Julian Andres Klode
2024-11-11
1
-2
/
+1
*
|
Merge branch 'solver3-undo-one'
Julian Andres Klode
2024-11-11
2
-240
/
+269
|
\
\
|
*
|
solver3: Refactor Install(Ver) to PropagateInstall(Ver)
Julian Andres Klode
2024-11-02
2
-32
/
+36
|
*
|
solver3: Check whether installable versions are allowed
Julian Andres Klode
2024-11-02
1
-7
/
+10
|
*
|
solver3: A version selected for install already is allowed.
Julian Andres Klode
2024-11-02
1
-1
/
+1
|
*
|
Add a FIXME around the heap compaction
Julian Andres Klode
2024-11-02
1
-0
/
+2
|
*
|
solver3: Rename the 'dirty' bit to 'erased'
Julian Andres Klode
2024-11-02
2
-8
/
+8
|
*
|
solver3: Remove the Reject() function, propagate in Enqueue() instead
Julian Andres Klode
2024-11-02
2
-56
/
+40
|
*
|
solver3: Move needsRescore from Reject to Enqueue()
Julian Andres Klode
2024-11-02
1
-4
/
+3
|
*
|
solver3: Remove obsolete checks
Julian Andres Klode
2024-11-02
1
-44
/
+5
|
*
|
solver3: Introduce new Assume() and Enqueue() helpers and use them
Julian Andres Klode
2024-11-02
2
-23
/
+55
[next]