]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2017-02-15  Jay Freeman... Amortize linear probing with a binary search sort.
2017-02-15  Jay Freeman... Cache sorts (really really important for Chinese).
2017-02-15  Jay Freeman... Move some of our clearly shared code into CyteKit.
2017-02-15  Jay Freeman... Move private ivars in CyteKit to @implementations.
2017-02-15  Jay Freeman... This loaded_ hack is hopefully no longer required.
2017-02-15  Jay Freeman... Hide custom function_ as an implementation detail.
2017-02-15  Jay Freeman... Use setPageColor instead of messing with scroller.
2017-02-15  Jay Freeman... Move more of sysroot's sadness into iPhonePrivate.
2017-02-04  Jay Freeman... On 64-bit some of these floats are really CGFloat. v1.1.28
2017-02-03  Jay Freeman... Do not finish:restart if MoveStash did nothing :/.
2017-02-03  Jay Freeman... This check was obviously backwards (OMG I'm dumb). v1.1.28%b14
2017-02-02  Jay Freeman... Users do not actually have stat (which is stupid). v1.1.28%b12 v1.1.28%b13
2017-02-02  Jay Freeman... The default permission from mktemp is only 600 :/. v1.1.28%b11
2017-02-02  Jay Freeman... firmware.sh has no assumed "current" directory :/.
2017-02-01  Jay Freeman... Slim result of NewTag and correct cache iterators. v1.1.28%b10
2017-02-01  Jay Freeman... For progress JS on iOS 10 to solve race and flash.
2017-01-31  Jay Freeman... Fix a crash in NewTag and remove "I am shit" flag. v1.1.28%b9
2017-01-31  Jay Freeman... Finally found the crazy APT memory corruption bug. v1.1.28%b8
2017-01-30  Jay Freeman... Do not pass -Wl,-segalign,4000 to the arm64 build.
2017-01-30  Jay Freeman... iOS 10.2 claims "Not privileged to stop service.".
2017-01-30  Jay Freeman... Removing a repository was just kind of locking up.
2017-01-30  Jay Freeman... Let's try to avoid making Guillem Jover sad today.
2017-01-29  Jay Freeman... If Cytore failed to save the first block, restart. v1.1.28%b7
2017-01-29  Jay Freeman... Don't strip the binary when releasing beta builds.
2017-01-29  Jay Freeman... Rewrite error handling in APT to make it saner :/.
2017-01-29  Jay Freeman... If Cytore fails to allocate an empty file, unlink.
2017-01-29  Jay Freeman... Cytore values need to be _packed (I got lucky :D).
2017-01-29  Jay Freeman... Try to protect firmware.sh against reentrant bugs. v1.1.28%b6
2017-01-27  Jay Freeman... Fix case-insensitive lookup of package Depends :/.
2017-01-27  Jay Freeman... APT incorrectly overlaps http and https origin :/.
2016-12-31  Jay Freeman... strip was enough for Cydia, and this broke bins/*.
2016-12-31  Jay Freeman... Fix APT issue where IMS-Hit leads to a full wedge. v1.1.28%b5
2016-12-30  Jay Freeman... Provide more guarantees against merge catastrophe. v1.1.28%b4
2016-12-30  Jay Freeman... Further work to improve language configuration :/. v1.1.28%b3
2016-12-30  Jay Freeman... Apparently, setlocale never actually did anything. v1.1.28%b2
2016-12-29  Jay Freeman... Seriously: not a single person actually helped :/. v1.1.28%b1
2016-12-28  Jay Freeman... Compile Cydia to arm64 by linking with APT 1.4~b1.
2016-12-27  Jay Freeman... Move to CoreTelephony's _CTServerConnectionCreate.
2016-12-26  Jay Freeman... longSection shouldn't try localizing NULL section.
2016-12-26  Jay Freeman... Fix LogBrowser logic (as it was only for testing).
2016-11-19  Jay Freeman... Fix a typo: verify the objects found, not the set.
2016-11-01  Jay Freeman... Avoid system headers to compile using macOS 10.12.
2016-03-08  Jay Freeman... Verify using device and inode (not file realpath). v1.1.27
2015-10-21  Jay Freeman... Narrow window during which uicache race can occur. v1.1.26
2015-10-21  Jay Freeman... Let's just stash /Applications (Pangu said "yes"). v1.1.25
2015-10-12  Jay Freeman... Do not stash /Applications (extra fatal on iOS 9). v1.1.24
2015-10-12  Jay Freeman... The mobile extended_states could be marked setuid.
2015-09-24  Jay Freeman... Support listing installed applications on old iOS.
2015-09-24  Jay Freeman... Remove cydo debugging code (it is exploitable :/).
2015-07-12  Jay Freeman... Allow user to select a specific candidate version. v1.1.23
2015-07-12  Jay Freeman... Automatically repair a missing Cydia cache folder.
2015-07-12  Jay Freeman... Add various mechanisms to help concurrency issues.
2015-07-12  Jay Freeman... Add an Icon: to the control file (wow, fail, huh).
2015-07-12  Jay Freeman... Package is based on a version: this is impossible.
2015-07-12  Jay Freeman... Add a way to opt out of filesystem reorganization.
2015-07-12  Jay Freeman... Older iOS did not have SBSCopyIconImagePNGData*().
2015-07-12  Jay Freeman... Provide a way to get the icons for installed apps.
2015-07-12  Jay Freeman... Add some info on installed applications to bridge.
2015-07-10  Jay Freeman... I am too tired to figure out why that didn't work. v1.1.22
2015-07-10  Jay Freeman... Write a default cydia.list for apt to fix AppleTV. v1.1.21
2015-07-10  Jay Freeman... Consider sources that do not end in / as "broken".
2015-07-10  Jay Freeman... Verify validity of sources added using the bridge.
2015-07-05  Jay Freeman... Escape shell arguments passed to system and popen. v1.1.20
2015-07-05  Jay Freeman... I am trying to get the habit of always using auto.
2015-07-05  Jay Freeman... No: inline implementation is *equally* invalid ;P.
2015-07-05  Jay Freeman... Just go ahead and use du (since we have it still).
2015-07-04  Jay Freeman... Take _deep_ mutable copies of CFPreference values.
2015-07-04  Jay Freeman... I seriously copy/pasted %@ into a shell script :/.
2015-07-04  Jay Freeman... Apparently, move.sh also required a copy of du :(.
2015-07-03  Jay Freeman... Packages with corrupt Info.plist throw exceptions.
2015-07-03  Jay Freeman... The folder names for Portuguese were incorrect :(.
2015-07-03  Jay Freeman... We no longer need to log this parent process name.
2015-07-03  Jay Freeman... Absolutely demand that cydia.list is a symlink :/.
2015-07-03  Jay Freeman... Restrict DYLD_ launchd injection in cydo's parent.
2015-07-03  Jay Freeman... Remove all usage of ExecFork and, therefore, fork.
2015-07-03  Jay Freeman... Ignore Upgrades had not 1, but 2! reasons to fail.
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.
next