summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09Revert "Use C++11 threading support instead of pthread"cydiaSam Bingner
C++ threading support is on available on iOS7 This reverts commit b28636e54f682dc65aef169f201a34a8e2893369.
2020-04-09We need this to be unblockedSam Bingner
2019-08-18Warn if appropriate on date1.8.2+iosSam Bingner
2019-08-18Cleanup patches for 1.8.2Sam Bingner
2019-08-18Use access instead of faccessat for iOS5 compatibilitySam Bingner
2019-08-18Remove errors that we don't needSam Bingner
2019-08-18build changes to work with our new httpJaywalker
2019-08-18Added kirb's TLS1.2 patchJaywalker
2019-08-18Make the compiler complain lessSam Bingner
2019-08-18Workaround for shell scriptsSam Bingner
2019-08-18Added required patchesJaywalker
2019-08-17Added seemingly missing filesJaywalker
2019-08-17Build system changesJaywalker
2019-08-17Don't download "optional" files not in Release :/.Jay Freeman (saurik)
2019-08-17For ReMap to work, S has to be marked volatile :/.Jay Freeman (saurik)
2019-08-17Tags should use StoreString, not WriteStringInMap.Jay Freeman (saurik)
2019-08-17Port TagIterator to correctly support ReMap (doh).Jay Freeman (saurik)
2019-08-17Repeat after me: IMS-Hit is really "I am shit" :/.Jay Freeman (saurik)
2019-08-17It is NOT OK to just munmap memory from malloc :/.Jay Freeman (saurik)
2019-08-17Symlinking final file failed is a common issue :/.Jay Freeman (saurik)
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-28Release 1.8.21.8.2Julian Andres Klode