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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'musl' into 'main'
Julian Andres Klode
2022-09-21
1
-0
/
+1
|
\
|
*
apt-pkg/contrib/fileutl.h Explicitly include sys/stat.h
lancethepants
2022-08-26
1
-0
/
+1
*
|
typecast time_t and suseconds_t from std::chrono
Khem Raj
2022-09-16
1
-1
/
+1
|
/
*
Fix integer underflow in flExtension
Ronan Desplanques
2022-05-23
1
-1
/
+1
*
Include our config.h in all C++ files to avoid ODR violations
David Kalnischkies
2022-05-07
1
-0
/
+2
*
Remove unused public zlib include from libapt fileutl.h
David Kalnischkies
2022-05-07
1
-3
/
+0
*
Parse Checksum fields via pkgTagSection::Key, too
David Kalnischkies
2022-04-01
2
-0
/
+25
*
Document tagfile-keys.h as internal to apt
David Kalnischkies
2022-04-01
1
-0
/
+3
*
Introduce and use isalpha_ascii() in debversion rather than isalpha()
Julian Andres Klode
2022-01-06
1
-0
/
+15
*
Spelling fixes
Ville Skyttä
2021-11-27
2
-2
/
+2
*
apt-pkg/contrib/srvrec.h: Explicitly include sys/types.h
Alexander Kanavin
2021-11-22
1
-0
/
+1
*
srvrec: Keep support for older resolver
Khem Raj
2021-03-20
1
-0
/
+7
*
RunScripts: Do not reset SIGQUIT and SIGINT to SIG_DFL
Julian Andres Klode
2021-03-01
1
-4
/
+0
*
configuration: Add missing #include <array>
Julian Andres Klode
2021-02-24
1
-0
/
+1
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
3
-21
/
+7
*
Avoid undefined pointer arithmetic while growing mmap
David Kalnischkies
2021-02-04
1
-1
/
+1
*
Avoid overstepping bounds in config file parsing
David Kalnischkies
2021-02-03
2
-60
/
+80
*
Forbid negative values in unsigned StrToNum explicitly
David Kalnischkies
2021-02-03
1
-25
/
+16
*
Remove Word size limit from ParseQuote and CWord
David Kalnischkies
2021-02-03
1
-26
/
+17
*
Don't parse \x and \0 past the end in DeEscapeString
David Kalnischkies
2021-02-03
1
-4
/
+8
*
Fix incorrect base64 encoding due to int promotion
David Kalnischkies
2021-02-03
1
-1
/
+1
*
Retire and deprecate _strtabexpand
David Kalnischkies
2021-02-03
2
-21
/
+3
*
Fail ConfigDir reading if directory listing failed
David Kalnischkies
2021-02-03
1
-1
/
+4
*
Use 500 MB memory limit for xz/lzma decoding
David Kalnischkies
2021-02-02
1
-15
/
+6
*
CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiB
Julian Andres Klode
2020-12-09
1
-0
/
+10
*
tarfile: OOM hardening: Limit size of long names/links to 1 MiB
Julian Andres Klode
2020-12-09
1
-1
/
+10
*
CVE-2020-27350: arfile: Integer overflow in parsing
Julian Andres Klode
2020-12-09
1
-1
/
+13
*
HexDigest: Silence -Wstringop-overflow
Julian Andres Klode
2020-12-04
1
-0
/
+1
*
Merge branch 'pu/less-slaves' into 'master'
Julian Andres Klode
2020-08-04
1
-1
/
+1
|
\
|
*
Replace whitelist/blacklist with allowlist/denylist
Julian Andres Klode
2020-08-04
1
-1
/
+1
*
|
Merge branch 'pu/apt-key-deprecated' into 'master'
Julian Andres Klode
2020-08-04
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fully deprecate apt-key, schedule removal for Q2/2022
Julian Andres Klode
2020-05-06
1
-0
/
+3
*
|
Reorder config check before result looping for SRV parsing debug
David Kalnischkies
2020-07-02
1
-11
/
+6
*
|
Skip reading data from tar members if nobody will look at it
David Kalnischkies
2020-05-18
1
-28
/
+28
*
|
Properly handle interrupted write() call in ExtractTar
David Kalnischkies
2020-05-18
1
-1
/
+1
*
|
Allow prefix to be a complete filename for GetTempFile
David Kalnischkies
2020-05-18
1
-12
/
+24
*
|
Prefer use of O_TMPFILE in GetTempFile if available
David Kalnischkies
2020-05-18
1
-5
/
+12
*
|
SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...
Julian Andres Klode
2020-05-12
2
-3
/
+10
|
/
*
Add color highlighting to E:/W:/N: prefixes
Julian Andres Klode
2020-03-24
1
-0
/
+46
*
error: Extract operator<< into error.cc (de-inline it)
Julian Andres Klode
2020-03-10
2
-25
/
+45
*
Show absolute time while waiting for lock instead of %, rework message
Julian Andres Klode
2020-03-06
2
-4
/
+13
*
GetLock: No strerror if it's just another process holding the lock
Julian Andres Klode
2020-03-06
1
-2
/
+4
*
apt-pkg: default visibility to hidden
Julian Andres Klode
2020-02-26
15
-221
/
+124
*
Fix various compiler warnings
Julian Andres Klode
2020-02-26
1
-4
/
+0
*
Merge CommandLine::DispatchArg
Julian Andres Klode
2020-02-26
2
-7
/
+0
*
Remove left-over SummationImplementation class
Julian Andres Klode
2020-02-25
2
-73
/
+0
*
Initialize libgcrypt on first use
Julian Andres Klode
2020-02-25
1
-0
/
+23
*
Remove CRC-16 implementation
Julian Andres Klode
2020-02-18
2
-96
/
+0
*
Remove code tagged APT_PKG_590, add some missing includes
Julian Andres Klode
2020-02-18
13
-2047
/
+3
*
Bump ABI to 6.0
Julian Andres Klode
2020-02-18
1
-2
/
+2
[next]