summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-20Objective-C seriously didn't notice my mistake :/.Jay Freeman (saurik)
2019-05-19Remove all broken hardcoded usage of Cache folder.Jay Freeman (saurik)
2019-05-19Fix awkward build cycling from using new pngcrush.Jay Freeman (saurik)
2019-05-19Swap awkward va_list hack for awkward switch hack.Jay Freeman (saurik)
2019-05-19Mostly make Cydia compile using the iOS Simulator.Jay Freeman (saurik)
2019-05-19Make Cydia compile "out of the box" on Xcode 10.2.Jay Freeman (saurik)
2019-05-19Use awkward make behavior to help build stability.Jay Freeman (saurik)
2018-10-13On new Xcode/macOS, /usr/include no longer exists.Jay Freeman (saurik)
2018-08-13Remove ultrasn0w repository (as they disappeared).Jay Freeman (saurik)
2018-08-13Ignore .dSYM folders I am suddenly ending up with.Jay Freeman (saurik)
2018-08-13Fix compilation of cydo (was broken for Extender).Jay Freeman (saurik)
2018-08-13We no longer depend on apt7-* (but need /etc/apt).Jay Freeman (saurik)
2018-08-13Embed every APT method, for every architecture ;P.Jay Freeman (saurik)
2018-08-13Fix sysroot (broken due to Apple now using https).Jay Freeman (saurik)
2018-08-13libapt-pkg needs to be statically linked on armv6.Jay Freeman (saurik)
2018-08-12Use makefile to build the apt-tag triehash parser.Jay Freeman (saurik)
2018-01-01Update the manage7 icons (mostly due to Extender).Jay Freeman (saurik)
2017-03-11Do not crash if Safari's Info.plist can't be read.v1.1.31Jay Freeman (saurik)
2017-03-10Support compound user-agents using CyteInitialize.Jay Freeman (saurik)
2017-03-10Transfer shared content code to CyteTableViewCell.Jay Freeman (saurik)
2017-03-07Port FileTable to the CyteKit ListController type.Jay Freeman (saurik)
2017-03-07Also move ListController title support to CyteKit.Jay Freeman (saurik)
2017-03-07Split PackageListController partially for CyteKit.Jay Freeman (saurik)
2017-03-06CyteKit: {retain,release}NetworkActivityIndicator.Jay Freeman (saurik)
2017-03-06WebDataSource needs to also be in iPhonePrivate.h.Jay Freeman (saurik)
2017-03-05Try to abstract CydiaURLProtocol as CyteKit class.Jay Freeman (saurik)
2017-03-04Remove even more global variables (super CyteKit).Jay Freeman (saurik)
2017-03-04Move most of CydiaObject to CyteKit as CyteObject.Jay Freeman (saurik)
2017-03-04Remove more of these global value cache variables.Jay Freeman (saurik)
2017-03-04Remove HostConfig_ (for some finer-grained locks).Jay Freeman (saurik)
2017-03-04Try removing constructor (this is so annoying :/).Jay Freeman (saurik)
2017-03-04Fix the System user-agent component (this rotted).Jay Freeman (saurik)
2017-03-04Add the date to the binary symbol sidestored copy.Jay Freeman (saurik)
2017-03-04Rename IsReachable to CyteIsReachable, in CyteKit.Jay Freeman (saurik)
2017-03-04Move cyte diversions and user agents into CyteKit.Jay Freeman (saurik)
2017-03-04Move some code of Window/TabBarController to Cyte.Jay Freeman (saurik)
2017-03-03Move CyteKit/RegEx.hpp #include to MobileCydia.mm.Jay Freeman (saurik)
2017-03-03Trial move some key global variables into CyteKit.Jay Freeman (saurik)
2017-02-16Avoid counting a package as "lost" multiple times.Jay Freeman (saurik)
2017-02-16Move a bunch of clearly shared logic into CyteKit.Jay Freeman (saurik)
2017-02-16Put CydiaURLCache/NSURLConnection hook in CyteKit.Jay Freeman (saurik)
2017-02-16Cydia no longer needs its own Substrate Safe Mode.Jay Freeman (saurik)
2017-02-16cydia.addPipelinedHost was never actually used :D.Jay Freeman (saurik)
2017-02-15CyteKit/Application.mm has to have its @interface.Jay Freeman (saurik)
2017-02-15This new code only works if the button is loading.v1.1.30Jay Freeman (saurik)
2017-02-15Avoid downloading translation files that will 404.v1.1.29Jay Freeman (saurik)
2017-02-15Do not rely on specific filenames in source cells.Jay Freeman (saurik)
2017-02-15Make an executive decision to not support regions.Jay Freeman (saurik)
2017-02-15Avoid sorting packages_ (it is now Foundation :/).Jay Freeman (saurik)
2017-02-15Amortize linear probing with a binary search sort.Jay Freeman (saurik)