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
*
Add long-version message "Audit:" instead of "A:"
Julian Andres Klode
2024-04-22
1
-1
/
+1
*
Merge branch 'ui-2.9.2' into 'main'
Julian Andres Klode
2024-04-22
1
-6
/
+15
|
\
|
*
i18n: Use Error:/Warning:/Notice: instead of E:/W:/N:
Julian Andres Klode
2024-04-19
1
-5
/
+10
|
*
Keep the entire error/warning/notice message bold
Julian Andres Klode
2024-04-19
1
-0
/
+4
|
*
Render notices without (yellow) color, just in bold
Julian Andres Klode
2024-04-19
1
-1
/
+1
*
|
Add an "audit" error level
Julian Andres Klode
2024-04-19
2
-0
/
+30
|
/
*
Only erase OpProgress lines in output version 3.0
Julian Andres Klode
2024-04-15
1
-5
/
+5
*
OpProgress: Erase lines when done
Julian Andres Klode
2024-04-12
1
-4
/
+7
*
Handle EINTR in the static FileFd::Write overload
David Kalnischkies
2024-03-05
1
-39
/
+32
*
Modernize standard library includes
Julian Andres Klode
2024-02-20
18
-58
/
+57
*
Merge branch 'prevent_read_conf_inf_loop' into 'main'
Julian Andres Klode
2024-02-20
1
-1
/
+1
|
\
|
*
Prevent infinite loop in `ReadConfigFile`
Adam Saponara
2023-12-29
1
-1
/
+1
*
|
Do not silently ignore directories for reserved file names
Julian Andres Klode
2023-12-13
1
-3
/
+5
|
/
*
Revert "Do not fail on systems running in FIPSmode."
Julian Andres Klode
2023-10-04
1
-3
/
+0
*
Do not fail on systems running in FIPSmode.
A. Maitland Bottoms
2023-05-29
1
-0
/
+3
*
Address statements of public domain
Julian Andres Klode
2023-03-06
12
-2
/
+54
*
Include cstdint for uint16_t in our mmap wrapping
David Kalnischkies
2023-01-29
1
-0
/
+1
*
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
[next]