]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2015-07-03  Jay Freeman... I am trying to get the habit of always using auto.
2015-07-03  Jay Freeman... I forgot to include the GPLv3 license on cydo.cpp.
2015-07-03  Jay Freeman... Cydia's repairWithSelector modifies dpkg's status. v1.1.19
2015-07-02  Jay Freeman... Use ProcessArguments to get argv[0] (for iOS 3.0).
2015-07-02  Jay Freeman... Log arguments and parent's path to /tmp/cydia.log.
2015-07-02  Jay Freeman... Avoid overwriting extended_states with a symlink.
2015-07-02  Jay Freeman... Use launch.h to verify cydo was launched by Cydia.
2015-07-02  Jay Freeman... Use sysexits.h to improve cydo error status codes.
2015-07-02  Jay Freeman... Use sh to escape package names for fixhalf script.
2015-07-02  Jay Freeman... We can no longer protect ourself from the kill -9.
2015-07-02  Jay Freeman... Using sbreload is not really needed anymore (yay).
2015-07-02  Jay Freeman... Wrap extended_states update using a symbolic link.
2015-07-02  Jay Freeman... Don't inject sources.list if cydia.list is linked.
2015-07-02  Jay Freeman... Replace /tmp/cydia.log functionality from the app.
2015-07-02  Jay Freeman... Update copyright, and really start to feel old :/.
2015-07-02  Jay Freeman... Cydia no longer runs as root. (WE FINALLY DID IT!)
2015-07-02  Jay Freeman... Do not lock the dpkg status database (this is OK).
2015-07-02  Jay Freeman... Put var/lib/cydia/metadata.plist in CFPreferences.
2015-07-02  Jay Freeman... Move LastUpdate time to new file in Caches folder.
2015-07-02  Jay Freeman... Remove Settings (this concept is *entirely gone*).
2015-07-02  Jay Freeman... No one, not even Mario, is configured with Tokens.
2015-07-02  Jay Freeman... Drop global Packages_ variable (no longer needed).
2015-07-02  Jay Freeman... Move the saved InterfaceState to a file in Caches.
2015-07-02  Jay Freeman... Add (temporary?) symlink for APT using cydia.list.
2015-07-02  Jay Freeman... Also delete half-installed extrainst_ scripts (?).
2015-07-02  Jay Freeman... Use cydo to delete half-installed package scripts.
2015-07-02  Jay Freeman... Use a private (owned by mobile!) APT sources.list.
2015-07-02  Jay Freeman... Avoid duplication of pkgSourceList.ReadMainList().
2015-07-02  Jay Freeman... Trust in the mobile permissions on Cydia's caches.
2015-07-02  Jay Freeman... Replace dpkg with an insecure setuid root wrapper.
2015-06-27  Jay Freeman... Drop sysroot dependency on coreutils by owning du.
2015-06-27  Jay Freeman... Borrow Cycript's CYPool to avoid Depends: apr-lib.
2015-06-27  Jay Freeman... Use libicucore's uregex to avoid Depends: libpcre.
2015-06-26  Jay Freeman... Remove dependency on Substrate to have its macros.
2015-06-26  Jay Freeman... Remove the CydiaAppliance: it's probably obsolete.
2015-06-25  Jay Freeman... Do not stash /usr/lib/pam (just wishful thinking).
2015-06-25  Jay Freeman... Remove support for PwnageTool's bundle/Info.plist.
2015-06-24  Jay Freeman... This fix causes killing Cydia to lock SpringBoard. v1.1.18
2015-06-24  Jay Freeman... This (old...) change makes file:/// sources valid. v1.1.17
2015-06-24  Jay Freeman... Now on iOS 8.3, webView: can be webThreadWebView:.
2015-06-16  Jay Freeman... This apparently relied on a bug Apple fixed (8.3).
2014-11-05  Jay Freeman... We do not actually need to setnsfpn on /var/cache. v1.1.16
2014-11-05  Jay Freeman... Move setModalPresentationStyle: (for consistency).
2014-11-05  Jay Freeman... Only reload a non-modal view if under a FormSheet.
2014-11-05  Jay Freeman... Restart SpringBoard in the case that we MoveStash.
2014-11-05  Jay Freeman... Try harder to block all iTunes-related redirects.
2014-11-05  Jay Freeman... If we go by the book, sec.s could seem like min.s.
2014-11-05  Jay Freeman... Move /var/stash under /var/db/stash for setnsfpn.
2014-11-05  Jay Freeman... Move system() for setnsfpn to a separate function.
2014-11-05  Jay Freeman... Stop folder if we fail to fix a subfolder or file.
2014-10-30  Jay Freeman... Add a database era lock around -[Package warnings].
2014-10-30  Jay Freeman... The Installed tab icon was accidentally different. v1.1.15
2014-10-30  Jay Freeman... I thought I tested not needing this for rotation.
2014-10-30  Jay Freeman... Don't rely on postinst to setnsfpn /var lib/cache.
2014-10-30  Jay Freeman... The Cytore metadata should have been in ~/Library.
2014-10-30  Jay Freeman... I apparently lost this rotation commit somewhere.
2014-10-30  Jay Freeman... SpringBoard kills apps that are being reinstalled. v1.1.14
2014-10-30  Jay Freeman... Make the Modify animation look slightly less dumb.
2014-10-30  Jay Freeman... Block evil attempts to redirect to the App Store.
2014-10-30  Jay Freeman... Migrate metadata.cb0 to Caches from /var/lib/cydia.
2014-10-30  Jay Freeman... Move Caches creation outside of file conditionals.
2014-10-30  Jay Freeman... Add @3x tabbar icons from Surenix (even "manage").
2014-10-30  Jay Freeman... Do not attempt to suspend Cydia on iOS before 8.0.
2014-10-30  Jay Freeman... "shell-init: error retrieving current directory".
2014-10-30  Jay Freeman... Set DTPlatformVersion to really really assert 8.0.
2014-10-30  Jay Freeman... Somehow this code was lost for iPhone 6+ rotation.
2014-10-30  Jay Freeman... Migrate the user's legacy APT lists to new Caches.
2014-10-30  Jay Freeman... Today we show that no one is above semicolon bugs.
2014-10-30  Jay Freeman... Reloading data for sure means you aren't queueing.
2014-10-30  Jay Freeman... Make the code for various intervals more similar.
2014-10-30  Jay Freeman... Unify intervals for foregrounding with launching.
2014-10-29  Jay Freeman... Fix video playing on iOS 8 (bug due to -no_uuid).
2014-10-29  Jay Freeman... Reload the appcache if suspended over ten minutes.
2014-10-29  Jay Freeman... Force a refresh if suspended for over ten minutes.
2014-10-29  Jay Freeman... Save application interface state when suspending.
2014-10-29  Jay Freeman... Fix Cydia's popup blocking (broken since iOS 4.2).
2014-10-29  Jay Freeman... Move WebView (Apple) category to iPhonePrivate.h.
2014-10-29  Jay Freeman... Fix some permissions issues caused by root switch.
2014-10-29  Jay Freeman... Safe cancel of bad confirm should continue queue.
2014-10-28  Jay Freeman... Issues with /Applications were caused by Substrate.
2014-10-28  Jay Freeman... iOS 8 considers an action sheet to be a modal view.
2014-10-27  Jay Freeman... Remove /Applications from the stashing mechanism.
2014-10-27  Jay Freeman... Six years in the making: Cydia now has suspension!
2014-10-27  Jay Freeman... Flail around, attacking random "suspend" messages.
2014-10-27  Jay Freeman... Delete the now-obsolete cache folder in /var/root.
2014-10-27  Jay Freeman... Pretend to link against iOS 8 to allow 3.0 scale.
2014-10-27  Jay Freeman... Successfully add default images for the iPhone 6+.
2014-10-27  Jay Freeman... Implement shouldAutorotateTo*: using supported*s:.
2014-10-27  Jay Freeman... We should also be changing the gid, not just uid.
2014-10-27  Jay Freeman... Entirely isolate setreuid logic to MobileCydia.mm.
2014-10-27  Jay Freeman... Add more parts of Cydia that need to run as root.
2014-10-26  Jay Freeman... It's possible to externally lock dpkg under _root!
2014-10-26  Jay Freeman... Successfully add a default image for the iPhone 6.
2014-10-26  Jay Freeman... Continue to put APT's extended_states in /var/lib.
2014-10-26  Jay Freeman... Do not pass our disk cache path up to NSURLCache.
2014-10-26  Jay Freeman... Attempt to isolate Cydia's priviledged code paths.
2014-10-26  Jay Freeman... Skip dirents that have zeroed out (deleted) inodes.
2014-10-26  Jay Freeman... Use the "private" 64-bit version of getdirentries.
2014-10-26  Jay Freeman... Flatten out a level of indentation from setnsfpn.
2014-10-25  Jay Freeman... Add new @3x icons from Surenix for the iPhone 6+.
next