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
*
netrc: Add warning when ignoring entries for unencrypted protocols
Julian Andres Klode
2020-01-15
1
-9
/
+15
*
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-14
1
-1
/
+0
*
Deprecate the Summation classes and mark them for removal
Julian Andres Klode
2020-01-14
4
-4
/
+6
*
Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use Hashes
Julian Andres Klode
2020-01-14
3
-11
/
+27
*
Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiB
Julian Andres Klode
2020-01-14
3
-5
/
+6
*
hashes: Use Libgcrypt for hashing purposes
Julian Andres Klode
2020-01-14
2
-40
/
+74
*
Only define likely/unlikely if APT_COMPILING_APT set
Julian Andres Klode
2020-01-07
1
-0
/
+2
*
Remove various unused macros like MAX/MIN/ABS/APT_CONST
Julian Andres Klode
2020-01-07
1
-33
/
+0
*
Rename _count() macro to APT_ARRAY_SIZE()
Julian Andres Klode
2020-01-07
1
-1
/
+1
*
Avoid #define _error, use anonymous C++ struct instead
Julian Andres Klode
2020-01-07
2
-1
/
+5
*
netrc: Restrict auth.conf entries to https by default
Julian Andres Klode
2019-12-02
1
-1
/
+21
*
Fix some style warnings from cppcheck
David Kalnischkies
2019-11-26
2
-5
/
+6
*
strutl: Add APT::String::DisplayLength() function
Алексей Шилин
2019-11-25
2
-0
/
+50
*
srvrec: Use re-entrant resolver functions
Julian Andres Klode
2019-08-22
1
-2
/
+7
*
Merge branch 'pu/locking-msg' into 'master'
Julian Andres Klode
2019-08-05
1
-2
/
+53
|
\
|
*
Improve locking messaging - pid and name, "do not remove lock file"
Julian Andres Klode
2019-06-21
1
-2
/
+53
*
|
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
3
-8
/
+9
|
/
*
RFC1123StrToTime: Accept const std::string& as first argument
Julian Andres Klode
2019-06-17
3
-1
/
+13
*
Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS
Julian Andres Klode
2019-06-12
17
-106
/
+0
*
Allow comparing string to StringView
Julian Andres Klode
2019-06-11
1
-0
/
+2
*
Make APT::StringView public
Julian Andres Klode
2019-06-11
4
-26
/
+5
*
Change soname to libapt-pkg.so.5.90
Julian Andres Klode
2019-05-06
1
-2
/
+2
*
Merge libapt-inst into libapt-pkg
Julian Andres Klode
2019-05-06
4
-0
/
+595
*
Prevent shutdown while running dpkg
Julian Andres Klode
2019-05-03
2
-0
/
+50
*
apt-pkg: URI: Add 'explicit' to single argument constructor
Julian Andres Klode
2019-04-30
1
-2
/
+2
*
apt-pkg: hashes: Add 'explicit' to single argument constructors
Julian Andres Klode
2019-04-30
1
-5
/
+5
*
Add 'explicit' to most single argument constructors
Julian Andres Klode
2019-04-30
4
-6
/
+6
*
Merge tag '1.8.0'
Julian Andres Klode
2019-03-08
1
-2
/
+16
|
\
|
*
Add explicit message for unsupported binary signature
David Kalnischkies
2019-03-03
1
-2
/
+16
*
|
fileutl: Merge Popen variants
Julian Andres Klode
2019-02-26
2
-13
/
+1
*
|
fileutl: Remove deprecated functions such as gzFd()
Julian Andres Klode
2019-02-26
2
-28
/
+0
*
|
strutl: Remove deprecated functions
Julian Andres Klode
2019-02-26
2
-57
/
+0
*
|
sptr: Remove deprecated smart pointer classes
Julian Andres Klode
2019-02-26
2
-75
/
+0
*
|
netrc: Remove deprecated function maybe_add_auth()
Julian Andres Klode
2019-02-26
2
-11
/
+0
*
|
hashes: Remove deprecated functions
Julian Andres Klode
2019-02-26
2
-58
/
+6
*
|
Bump SONAMEs in preparation for ABI breaks
Julian Andres Klode
2019-02-26
1
-2
/
+2
|
/
*
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
*
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
2
-0
/
+48
|
\
|
*
Add a Packages-Require-Authorization Release file field
Julian Andres Klode
2019-02-01
2
-0
/
+48
*
|
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
2
-55
/
+29
*
|
Fail on non-signature lines in Release.gpg
David Kalnischkies
2019-01-23
1
-20
/
+64
[next]