Age | Commit message (Expand) | Author |
2015-07-10 | Write a default cydia.list for apt to fix AppleTV.v1.1.21 | Jay Freeman (saurik) |
2015-07-10 | Consider sources that do not end in / as "broken". | Jay Freeman (saurik) |
2015-07-10 | Verify validity of sources added using the bridge. | Jay Freeman (saurik) |
2015-07-05 | Escape shell arguments passed to system and popen.v1.1.20 | Jay Freeman (saurik) |
2015-07-05 | I am trying to get the habit of always using auto. | Jay Freeman (saurik) |
2015-07-05 | No: inline implementation is *equally* invalid ;P. | Jay Freeman (saurik) |
2015-07-05 | Just go ahead and use du (since we have it still). | Jay Freeman (saurik) |
2015-07-04 | Take _deep_ mutable copies of CFPreference values. | Jay Freeman (saurik) |
2015-07-04 | I seriously copy/pasted %@ into a shell script :/. | Jay Freeman (saurik) |
2015-07-04 | Apparently, move.sh also required a copy of du :(. | Jay Freeman (saurik) |
2015-07-03 | Packages with corrupt Info.plist throw exceptions. | Jay Freeman (saurik) |
2015-07-03 | The folder names for Portuguese were incorrect :(. | Jay Freeman (saurik) |
2015-07-03 | We no longer need to log this parent process name. | Jay Freeman (saurik) |
2015-07-03 | Absolutely demand that cydia.list is a symlink :/. | Jay Freeman (saurik) |
2015-07-03 | Restrict DYLD_ launchd injection in cydo's parent. | Jay Freeman (saurik) |
2015-07-03 | Remove all usage of ExecFork and, therefore, fork. | Jay Freeman (saurik) |
2015-07-03 | Ignore Upgrades had not 1, but 2! reasons to fail. | Jay Freeman (saurik) |
2015-07-02 | I am trying to get the habit of always using auto. | Jay Freeman (saurik) |
2015-07-02 | I forgot to include the GPLv3 license on cydo.cpp. | Jay Freeman (saurik) |
2015-07-02 | Cydia's repairWithSelector modifies dpkg's status.v1.1.19 | Jay Freeman (saurik) |
2015-07-02 | Use ProcessArguments to get argv[0] (for iOS 3.0). | Jay Freeman (saurik) |
2015-07-02 | Log arguments and parent's path to /tmp/cydia.log. | Jay Freeman (saurik) |
2015-07-02 | Avoid overwriting extended_states with a symlink. | Jay Freeman (saurik) |
2015-07-02 | Use launch.h to verify cydo was launched by Cydia. | Jay Freeman (saurik) |
2015-07-02 | Use sysexits.h to improve cydo error status codes. | Jay Freeman (saurik) |
2015-07-02 | Use sh to escape package names for fixhalf script. | Jay Freeman (saurik) |
2015-07-02 | We can no longer protect ourself from the kill -9. | Jay Freeman (saurik) |
2015-07-02 | Using sbreload is not really needed anymore (yay). | Jay Freeman (saurik) |
2015-07-02 | Wrap extended_states update using a symbolic link. | Jay Freeman (saurik) |
2015-07-02 | Don't inject sources.list if cydia.list is linked. | Jay Freeman (saurik) |
2015-07-02 | Replace /tmp/cydia.log functionality from the app. | Jay Freeman (saurik) |
2015-07-02 | Update copyright, and really start to feel old :/. | Jay Freeman (saurik) |
2015-07-02 | Cydia no longer runs as root. (WE FINALLY DID IT!) | Jay Freeman (saurik) |
2015-07-02 | Do not lock the dpkg status database (this is OK). | Jay Freeman (saurik) |
2015-07-02 | Put var/lib/cydia/metadata.plist in CFPreferences. | Jay Freeman (saurik) |
2015-07-02 | Move LastUpdate time to new file in Caches folder. | Jay Freeman (saurik) |
2015-07-02 | Remove Settings (this concept is *entirely gone*). | Jay Freeman (saurik) |
2015-07-02 | No one, not even Mario, is configured with Tokens. | Jay Freeman (saurik) |
2015-07-02 | Drop global Packages_ variable (no longer needed). | Jay Freeman (saurik) |
2015-07-02 | Move the saved InterfaceState to a file in Caches. | Jay Freeman (saurik) |
2015-07-02 | Add (temporary?) symlink for APT using cydia.list. | Jay Freeman (saurik) |
2015-07-02 | Also delete half-installed extrainst_ scripts (?). | Jay Freeman (saurik) |
2015-07-02 | Use cydo to delete half-installed package scripts. | Jay Freeman (saurik) |
2015-07-02 | Use a private (owned by mobile!) APT sources.list. | Jay Freeman (saurik) |
2015-07-02 | Avoid duplication of pkgSourceList.ReadMainList(). | Jay Freeman (saurik) |
2015-07-02 | Trust in the mobile permissions on Cydia's caches. | Jay Freeman (saurik) |
2015-07-02 | Replace dpkg with an insecure setuid root wrapper. | Jay Freeman (saurik) |
2015-06-27 | Drop sysroot dependency on coreutils by owning du. | Jay Freeman (saurik) |
2015-06-26 | Borrow Cycript's CYPool to avoid Depends: apr-lib. | Jay Freeman (saurik) |
2015-06-26 | Use libicucore's uregex to avoid Depends: libpcre. | Jay Freeman (saurik) |