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
*
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
|
*
|
solver3: Rename Reason to Var
Julian Andres Klode
2024-11-02
2
-60
/
+60
|
*
|
solver3: Track all assignments and undo them individually
Julian Andres Klode
2024-11-02
2
-72
/
+116
|
|
/
*
|
Remove ftp, rsh, ssh methods (disabled since 1.8)
Julian Andres Klode
2024-11-07
1
-2
/
+0
*
|
Bump read()/write() loop buffers from 4k to APT_BUFFER_SIZE (64k). Bump FileF...
наб
2024-11-07
1
-4
/
+3
*
|
LzmaFileFdPrivate: bump I/O buffer from 4k to 64k
наб
2024-11-02
1
-1
/
+1
|
/
*
extracttar: Move large buffer to heap for valgrind
Julian Andres Klode
2024-10-22
1
-5
/
+7
*
Merge branch 'pin-source-version' into 'main'
Julian Andres Klode
2024-08-22
3
-2
/
+12
|
\
|
*
Implement 'Pin: source-version <foo>'
Julian Andres Klode
2024-08-22
3
-2
/
+12
*
|
Fix compilation error with clang/libc++ 18
Chongyun Lee
2024-08-15
1
-2
/
+2
|
/
*
Merge branch 'main' into 'main'
Julian Andres Klode
2024-08-12
1
-0
/
+2
|
\
|
*
Do not return error if `Signed-By` value in source list is empty
Aristo Chen
2024-07-12
1
-0
/
+2
*
|
Fix obsoleted-by handling for experimental
Julian Andres Klode
2024-08-12
2
-13
/
+40
*
|
Merge branch 'deprecate-pubkey-algos' into 'main'
Julian Andres Klode
2024-07-30
4
-1
/
+41
|
\
\
|
*
|
Only revoke weak RSA keys for now, add 'next' and 'future' levels
Julian Andres Klode
2024-07-15
1
-1
/
+3
|
*
|
gpgv: Add IsAssertedPubKeyAlgo() function
Julian Andres Klode
2024-07-15
2
-0
/
+33
|
*
|
worker: Add an audit level to log audit messages
Julian Andres Klode
2024-07-15
1
-0
/
+5
|
|
/
*
/
solver3: Refactor Reason.Pkg()/Reason.Ver() use with iterator
Julian Andres Klode
2024-07-16
2
-6
/
+16
|
/
*
solver3: Formatting cleanup
Julian Andres Klode
2024-07-02
1
-8
/
+8
*
solver3: Only demote obsolete packages in choices for upgrades
Julian Andres Klode
2024-07-02
1
-2
/
+3
[next]