summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2019-08-17This is realloc, not reallocf: be more careful :/.Jay Freeman (saurik)
2019-08-17Bill is consistent. Bill is correct. Be like Bill.Jay Freeman (saurik)
2019-08-17You can't just assume the start is always zero :/.Jay Freeman (saurik)
2019-08-17The length given to msync was calculated wrong :/.Jay Freeman (saurik)
2019-08-17Not /not/ immediately mapping a file is INSANE :/.Jay Freeman (saurik)
2019-08-17The entire concept of PendingError() is flawed :/.Jay Freeman (saurik)
2019-08-17Bug #807012 also involves package dependencies :/.Jay Freeman (saurik)
2019-08-17On IMS-Hit, you can't assume local compression :/.Jay Freeman (saurik)
2019-08-17It is *never* a good idea to throw away stderr :/.Jay Freeman (saurik)
2019-08-17It is just so absolutely critical that this works.Jay Freeman (saurik)
2019-08-17My "tolerance" patch was a tad bit overzealous :(.Jay Freeman (saurik)
2019-08-17You have to do the bounds check before the access.Jay Freeman (saurik)
2019-08-17Fix field-without-values appearing at end of file.Jay Freeman (saurik)
2019-08-17Of *course* I managed to get this check backwards.Jay Freeman (saurik)
2019-08-17In the C locale, let's avoid any crazy transforms.Jay Freeman (saurik)
2019-08-17It's just *mean* to complain if they already know.Jay Freeman (saurik)
2019-08-17Wreck validation until we can assess ecosystem :/.Jay Freeman (saurik)
2019-08-17This is 2016 and APT already requires use of mmap.Jay Freeman (saurik)
2019-08-17Only check for valid Date if checking Valid-Until.Jay Freeman (saurik)
2019-08-17I know this is "bad", but a "full wedge" is worse.Jay Freeman (saurik)
2019-08-17For speed, you *need* multiple downloads per host.Jay Freeman (saurik)
2019-08-17The fastest way to get field values is as a range.Jay Freeman (saurik)
2019-08-17Avoid wedging the entire system if recoverable :/.Jay Freeman (saurik)
2019-08-17Most interfaces (Maemo) need a high-level name :/.Jay Freeman (saurik)
2019-08-17Store tags in the cache (they are very useful :/).Jay Freeman (saurik)
2019-08-17unlinkat is way way too modern to not autoconf :/.Jay Freeman (saurik)
2019-08-17__deprecated is already defined by sys/cdefs.h :/.Jay Freeman (saurik)
2019-08-17arpa/nameser.h, unlike nameser.h, uses NS_ prefix.Jay Freeman (saurik)
2019-08-17std::map from std::initializer_list is "explicit".Jay Freeman (saurik)
2019-05-21Unlock dpkg locks in reverse locking orderJulian Andres Klode
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode
2019-03-03Add explicit message for unsupported binary signatureDavid Kalnischkies
2019-02-10Fix various typos in the documentationJakub Wilk
2019-02-04Use std::to_string() for HashStringList::FileSize() getterJulian Andres Klode
2019-02-04Detect function multiversioning and sse4.2/crc32, enables i386Julian Andres Klode
2019-02-04gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode
2019-02-04Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2019-02-01Introduce experimental 'never' pinning for sourcesJulian Andres Klode
2019-02-01Merge branch 'pu/refuseunsignedlines' into 'master'Julian Andres Klode
2019-02-01Step over empty sections in TagFiles with commentsDavid Kalnischkies
2019-02-01Drop buffered writing from clearsigned message extractionDavid Kalnischkies
2019-02-01Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies
2019-01-31Merge branch 'pu/verify-method-messages-2' into 'master'Julian Andres Klode
2019-01-31Disable deprecated methods (ftp, rsh, ssh) by defaultJulian Andres Klode
2019-01-30Verify data being sent by methods in SendMessage()Julian Andres Klode
2019-01-29Reuse APT::StringView more in LineBufferDavid Kalnischkies
2019-01-29Rework ifs to use not instead of == false/trueDavid Kalnischkies
2019-01-28Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies
2019-01-28Use more abstraction to handle the current line bufferDavid Kalnischkies