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
/
deb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leftovers of the apt-key removal
David Kalnischkies
2025-01-05
1
-1
/
+1
*
Drop APT_DEPRECATED usage
David Kalnischkies
2025-01-05
1
-5
/
+6
*
Drop APT_NORETURN usage
David Kalnischkies
2025-01-05
1
-1
/
+1
*
Drop usage of macro APT_OVERRIDE for simple override
David Kalnischkies
2025-01-05
11
-166
/
+162
*
Ensure we can build with APT_PKG_ABI > 601
Julian Andres Klode
2025-01-05
2
-2
/
+4
*
Fix accidental ABI break in debListParser::ParseDepends
Julian Andres Klode
2024-11-28
2
-0
/
+25
*
Add a --comment option to record Comment: in history
Julian Andres Klode
2024-11-18
1
-0
/
+2
*
Merge branch 'reefer' into 'main'
Julian Andres Klode
2024-11-14
2
-26
/
+18
|
\
|
*
fdopen() failing does not close the fd
наб
2024-11-14
1
-0
/
+2
|
*
DEFER() more
наб
2024-11-14
2
-25
/
+13
|
*
DEFER
наб
2024-11-14
1
-4
/
+6
*
|
(+=)+= -> append().append()
наб
2024-11-14
2
-3
/
+3
|
/
*
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
2
-37
/
+37
*
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/edsp/edsplistparser.cc: APT::StringView -> std::string_view
наб
2024-11-12
2
-2
/
+2
*
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
1
-48
/
+26
*
Do not return error if `Signed-By` value in source list is empty
Aristo Chen
2024-07-12
1
-0
/
+2
*
Deal better with spurious spaces in arch restrictions
David Kalnischkies
2024-05-16
1
-44
/
+41
*
Allow parsing an empty Provides line
David Kalnischkies
2024-04-26
1
-1
/
+1
*
Change the default log level from debug to notice
Julian Andres Klode
2024-04-19
1
-1
/
+1
*
Allow no spaces for the last dependency in ParseDepends, too
David Kalnischkies
2024-04-17
1
-1
/
+1
*
Revert "debrecords: Do not reparse if given same location"
Julian Andres Klode
2024-03-22
2
-14
/
+3
*
debrecords: Do not reparse if given same location
Julian Andres Klode
2024-03-22
2
-3
/
+14
*
Parse unsupported != relation in dependencies
David Kalnischkies
2024-03-07
1
-1
/
+11
*
Delete SHADOWED metaIndex if we don't actually use snapshots
Julian Andres Klode
2024-02-20
1
-0
/
+7
*
Automatically enable snapshots where supported
Julian Andres Klode
2024-02-20
1
-1
/
+16
*
Modernize standard library includes
Julian Andres Klode
2024-02-20
11
-28
/
+27
*
Stop calculating Description-md5 if missing
Julian Andres Klode
2023-10-04
1
-19
/
+1
*
Compare SHA256 to check if versions are really the same
Julian Andres Klode
2023-08-02
1
-0
/
+10
*
Fix snapshot crashes
Julian Andres Klode
2023-07-12
1
-1
/
+3
*
update: Add notice about missing Signed-By in deb822 sources
Julian Andres Klode
2023-06-27
1
-0
/
+3
*
Rework the domain iteration in the host fallback
Julian Andres Klode
2023-05-24
1
-3
/
+18
*
Ensure that Snapshots: no doesn't get overriden by host-name config
Julian Andres Klode
2023-05-24
1
-7
/
+3
*
Seed snapshot servers for well-known hosts
Julian Andres Klode
2023-05-24
1
-9
/
+31
*
Initial support for snapshot servers, apt --snapshot option
Julian Andres Klode
2023-05-02
2
-4
/
+104
*
Allow apt to run if no dpkg/status file exists
David Kalnischkies
2022-09-02
1
-0
/
+7
*
Report failures back from debSystem::AddStatusFiles
David Kalnischkies
2022-09-02
1
-2
/
+14
*
Parse Checksum fields via pkgTagSection::Key, too
David Kalnischkies
2022-04-01
2
-18
/
+10
*
Use pkgTagSection::Key in more places in src:apt
David Kalnischkies
2022-04-01
3
-28
/
+29
[next]