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
*
Prevent shutdown while running dpkg
Julian Andres Klode
2019-05-03
4
-0
/
+67
*
Add explicit message for unsupported binary signature
David Kalnischkies
2019-03-03
1
-2
/
+16
*
Fix various typos in the documentation
Jakub Wilk
2019-02-10
1
-1
/
+1
*
Use std::to_string() for HashStringList::FileSize() getter
Julian Andres Klode
2019-02-04
1
-3
/
+1
*
Detect function multiversioning and sse4.2/crc32, enables i386
Julian Andres Klode
2019-02-04
1
-2
/
+6
*
gpgv: Use buffered writes for splitting clearsigned files
Julian Andres Klode
2019-02-04
3
-2
/
+13
*
Merge branch 'pu/dead-pin' into 'master'
Julian Andres Klode
2019-02-04
6
-7
/
+83
|
\
|
*
Add a Packages-Require-Authorization Release file field
Julian Andres Klode
2019-02-01
6
-4
/
+63
|
*
Introduce experimental 'never' pinning for sources
Julian Andres Klode
2019-02-01
1
-3
/
+20
*
|
Merge branch 'pu/refuseunsignedlines' into 'master'
Julian Andres Klode
2019-02-01
3
-182
/
+279
|
\
\
|
*
|
Drop buffered writing from clearsigned message extraction
David Kalnischkies
2019-02-01
1
-1
/
+1
|
*
|
Avoid boolean flags by splitting writeTo functions
David Kalnischkies
2019-02-01
1
-14
/
+20
|
*
|
Reuse APT::StringView more in LineBuffer
David Kalnischkies
2019-01-29
1
-32
/
+9
|
*
|
Rework ifs to use not instead of == false/true
David Kalnischkies
2019-01-29
1
-54
/
+66
|
*
|
Refuse files with lines unexpectedly starting with a dash
David Kalnischkies
2019-01-28
1
-9
/
+37
|
*
|
Use more abstraction to handle the current line buffer
David Kalnischkies
2019-01-28
1
-83
/
+133
|
*
|
Explicitly remove the whitespaces defined by RFC
David Kalnischkies
2019-01-28
1
-4
/
+20
|
*
|
Merge and reuse tmp file handling across the board
David Kalnischkies
2019-01-24
3
-62
/
+33
|
*
|
Fail on non-signature lines in Release.gpg
David Kalnischkies
2019-01-23
1
-20
/
+64
|
*
|
Fail instead of warn for unsigned lines in InRelease
David Kalnischkies
2019-01-23
1
-106
/
+99
|
|
/
*
|
Step over empty sections in TagFiles with comments
David Kalnischkies
2019-02-01
1
-2
/
+6
*
|
Merge branch 'pu/verify-method-messages-2' into 'master'
Julian Andres Klode
2019-01-31
1
-0
/
+31
|
\
\
|
*
|
Verify data being sent by methods in SendMessage()
Julian Andres Klode
2019-01-30
1
-0
/
+31
|
|
/
*
/
Disable deprecated methods (ftp, rsh, ssh) by default
Julian Andres Klode
2019-01-31
1
-0
/
+2
|
/
*
Merge branch 'pu/gpgvsignedby' into 'master'
Julian Andres Klode
2019-01-22
2
-4
/
+17
|
\
|
*
Communicate back which key(s) were used for signing
David Kalnischkies
2019-01-22
2
-4
/
+17
*
|
SECURITY UPDATE: content injection in http method (CVE-2019-3462)
Julian Andres Klode
2019-01-22
1
-0
/
+6
|
/
*
Remove `register` keyword
Khem Raj
2019-01-22
1
-1
/
+1
*
hash32: Tighten to multiversion to x86-64 ELF and use uint32_t
Julian Andres Klode
2019-01-05
1
-3
/
+3
*
debListParser: Avoid native arch lookup in ParseDepends
Julian Andres Klode
2018-12-26
2
-3
/
+4
*
configuration: Compare size first during lookup
Julian Andres Klode
2018-12-26
1
-1
/
+1
*
cache hash: Use sse4.2 CRC32c on x86-64 where available
Julian Andres Klode
2018-12-26
1
-7
/
+51
*
Merge branch 'pu/dpkg-path' into 'master'
Julian Andres Klode
2018-12-10
3
-0
/
+10
|
\
|
*
Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg
Julian Andres Klode
2018-12-10
3
-0
/
+10
*
|
Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)
Julian Andres Klode
2018-12-04
1
-0
/
+1
|
/
*
Override FileFd copy constructor to prevent copying
Julian Andres Klode
2018-12-04
1
-0
/
+1
*
Merge branch 'bugfix/spaceinconfig' into 'master'
Julian Andres Klode
2018-12-04
2
-2
/
+2
|
\
|
*
Use quoted tagnames in config dumps
David Kalnischkies
2018-11-29
2
-2
/
+2
*
|
Merge branch 'remove_old_derivatives' into 'master'
Julian Andres Klode
2018-12-04
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove "Tanglu" config for Acquire::Changelogs and as vendor
Manuel A. Fernandez Montecelo
2018-10-26
1
-1
/
+0
|
*
Remove "Ultimedia" config for Acquire::Changelogs
Manuel A. Fernandez Montecelo
2018-10-26
1
-1
/
+0
*
|
Fix typo reported by codespell in code comments
David Kalnischkies
2018-11-25
7
-9
/
+9
*
|
Fix typos encountered while updating de translation
Chris Leick
2018-10-30
1
-1
/
+1
|
/
*
Merge branch 'feature/subkeys' into 'master'
Julian Andres Klode
2018-10-14
2
-55
/
+69
|
\
|
*
Support multiple keyrings in sources.list Signed-By
David Kalnischkies
2018-09-11
1
-4
/
+7
|
*
Support subkeys properly in Signed-By options
David Kalnischkies
2018-09-11
1
-51
/
+62
*
|
Default to https: scheme for fetching Debian changelogs
Ben Hutchings
2018-10-13
1
-1
/
+1
*
|
Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts
Julian Andres Klode
2018-10-05
2
-0
/
+6
*
|
pkgCacheFile: Only unlock in destructor if locked before
Julian Andres Klode
2018-09-24
2
-5
/
+21
*
|
Fix calculation of elapsed usec in downloads
Julian Andres Klode
2018-09-24
1
-2
/
+2
[next]