summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2016-12-29Apparently, setlocale never actually did anything.v1.1.28%b2Jay Freeman (saurik)
2016-12-29Seriously: not a single person actually helped :/.v1.1.28%b1Jay Freeman (saurik)
2016-12-28Compile Cydia to arm64 by linking with APT 1.4~b1.Jay Freeman (saurik)
2016-12-26Move to CoreTelephony's _CTServerConnectionCreate.Jay Freeman (saurik)
2016-12-26longSection shouldn't try localizing NULL section.Jay Freeman (saurik)
2015-10-21Let's just stash /Applications (Pangu said "yes").v1.1.25Jay Freeman (saurik)
2015-10-12Do not stash /Applications (extra fatal on iOS 9).v1.1.24Jay Freeman (saurik)
2015-10-12The mobile extended_states could be marked setuid.Jay Freeman (saurik)
2015-09-24Support listing installed applications on old iOS.Jay Freeman (saurik)
2015-07-12Allow user to select a specific candidate version.v1.1.23Jay Freeman (saurik)
2015-07-12Automatically repair a missing Cydia cache folder.Jay Freeman (saurik)
2015-07-12Add various mechanisms to help concurrency issues.Jay Freeman (saurik)
2015-07-12Package is based on a version: this is impossible.Jay Freeman (saurik)
2015-07-12Add a way to opt out of filesystem reorganization.Jay Freeman (saurik)
2015-07-12Older iOS did not have SBSCopyIconImagePNGData*().Jay Freeman (saurik)
2015-07-11Provide a way to get the icons for installed apps.Jay Freeman (saurik)
2015-07-11Add some info on installed applications to bridge.Jay Freeman (saurik)
2015-07-10I am too tired to figure out why that didn't work.v1.1.22Jay Freeman (saurik)
2015-07-10Write a default cydia.list for apt to fix AppleTV.v1.1.21Jay Freeman (saurik)
2015-07-10Consider sources that do not end in / as "broken".Jay Freeman (saurik)
2015-07-10Verify validity of sources added using the bridge.Jay Freeman (saurik)
2015-07-05Escape shell arguments passed to system and popen.v1.1.20Jay Freeman (saurik)
2015-07-05No: inline implementation is *equally* invalid ;P.Jay Freeman (saurik)
2015-07-05Just go ahead and use du (since we have it still).Jay Freeman (saurik)
2015-07-04Take _deep_ mutable copies of CFPreference values.Jay Freeman (saurik)
2015-07-03Packages with corrupt Info.plist throw exceptions.Jay Freeman (saurik)
2015-07-03Absolutely demand that cydia.list is a symlink :/.Jay Freeman (saurik)
2015-07-03Remove all usage of ExecFork and, therefore, fork.Jay Freeman (saurik)
2015-07-03Ignore Upgrades had not 1, but 2! reasons to fail.Jay Freeman (saurik)
2015-07-02Cydia's repairWithSelector modifies dpkg's status.v1.1.19Jay Freeman (saurik)
2015-07-02Avoid overwriting extended_states with a symlink.Jay Freeman (saurik)
2015-07-02Use sh to escape package names for fixhalf script.Jay Freeman (saurik)
2015-07-02We can no longer protect ourself from the kill -9.Jay Freeman (saurik)
2015-07-02Using sbreload is not really needed anymore (yay).Jay Freeman (saurik)
2015-07-02Wrap extended_states update using a symbolic link.Jay Freeman (saurik)
2015-07-02Don't inject sources.list if cydia.list is linked.Jay Freeman (saurik)
2015-07-02Replace /tmp/cydia.log functionality from the app.Jay Freeman (saurik)
2015-07-02Update copyright, and really start to feel old :/.Jay Freeman (saurik)
2015-07-02Cydia no longer runs as root. (WE FINALLY DID IT!)Jay Freeman (saurik)
2015-07-02Do not lock the dpkg status database (this is OK).Jay Freeman (saurik)
2015-07-02Put var/lib/cydia/metadata.plist in CFPreferences.Jay Freeman (saurik)
2015-07-02Move LastUpdate time to new file in Caches folder.Jay Freeman (saurik)
2015-07-02Remove Settings (this concept is *entirely gone*).Jay Freeman (saurik)
2015-07-02No one, not even Mario, is configured with Tokens.Jay Freeman (saurik)
2015-07-02Drop global Packages_ variable (no longer needed).Jay Freeman (saurik)
2015-07-02Move the saved InterfaceState to a file in Caches.Jay Freeman (saurik)
2015-07-02Also delete half-installed extrainst_ scripts (?).Jay Freeman (saurik)
2015-07-02Use cydo to delete half-installed package scripts.Jay Freeman (saurik)
2015-07-02Use a private (owned by mobile!) APT sources.list.Jay Freeman (saurik)
2015-07-02Avoid duplication of pkgSourceList.ReadMainList().Jay Freeman (saurik)