cydia.git
2019-05-20  Jay Freeman (saurik)Objective-C seriously didn't notice my mistake :/. master
2019-05-20  Jay Freeman (saurik)Remove all broken hardcoded usage of Cache folder.
2019-05-20  Jay Freeman (saurik)Fix awkward build cycling from using new pngcrush.
2019-05-20  Jay Freeman (saurik)Swap awkward va_list hack for awkward switch hack.
2019-05-19  Jay Freeman (saurik)Mostly make Cydia compile using the iOS Simulator.
2019-05-19  Jay Freeman (saurik)Make Cydia compile "out of the box" on Xcode 10.2.
2019-05-19  Jay Freeman (saurik)Use awkward make behavior to help build stability.
2018-10-13  Jay Freeman (saurik)On new Xcode/macOS, /usr/include no longer exists.
2018-08-13  Jay Freeman (saurik)Remove ultrasn0w repository (as they disappeared).
2018-08-13  Jay Freeman (saurik)Ignore .dSYM folders I am suddenly ending up with.
2018-08-13  Jay Freeman (saurik)Fix compilation of cydo (was broken for Extender).
2018-08-13  Jay Freeman (saurik)We no longer depend on apt7-* (but need /etc/apt).
2018-08-13  Jay Freeman (saurik)Embed every APT method, for every architecture ;P.
2018-08-13  Jay Freeman (saurik)Fix sysroot (broken due to Apple now using https).
2018-08-13  Jay Freeman (saurik)libapt-pkg needs to be statically linked on armv6.
2018-08-13  Jay Freeman (saurik)Use makefile to build the apt-tag triehash parser.
2018-01-02  Jay Freeman (saurik)Update the manage7 icons (mostly due to Extender).
2017-03-11  Jay Freeman (saurik)Do not crash if Safari's Info.plist can't be read. v1.1.31
2017-03-11  Jay Freeman (saurik)Support compound user-agents using CyteInitialize.
2017-03-11  Jay Freeman (saurik)Transfer shared content code to CyteTableViewCell.
2017-03-07  Jay Freeman (saurik)Port FileTable to the CyteKit ListController type.
2017-03-07  Jay Freeman (saurik)Also move ListController title support to CyteKit.
2017-03-07  Jay Freeman (saurik)Split PackageListController partially for CyteKit.
2017-03-07  Jay Freeman (saurik)CyteKit: {retain,release}NetworkActivityIndicator.
2017-03-07  Jay Freeman (saurik)WebDataSource needs to also be in iPhonePrivate.h.
2017-03-05  Jay Freeman (saurik)Try to abstract CydiaURLProtocol as CyteKit class.
2017-03-05  Jay Freeman (saurik)Remove even more global variables (super CyteKit).
2017-03-05  Jay Freeman (saurik)Move most of CydiaObject to CyteKit as CyteObject.
2017-03-05  Jay Freeman (saurik)Remove more of these global value cache variables.
2017-03-05  Jay Freeman (saurik)Remove HostConfig_ (for some finer-grained locks).
2017-03-05  Jay Freeman (saurik)Try removing constructor (this is so annoying :/).
2017-03-05  Jay Freeman (saurik)Fix the System user-agent component (this rotted).
2017-03-05  Jay Freeman (saurik)Add the date to the binary symbol sidestored copy.
2017-03-05  Jay Freeman (saurik)Rename IsReachable to CyteIsReachable, in CyteKit.
2017-03-05  Jay Freeman (saurik)Move cyte diversions and user agents into CyteKit.
2017-03-05  Jay Freeman (saurik)Move some code of Window/TabBarController to Cyte.
2017-03-04  Jay Freeman (saurik)Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
2017-03-04  Jay Freeman (saurik)Trial move some key global variables into CyteKit.
2017-02-16  Jay Freeman (saurik)Avoid counting a package as "lost" multiple times.
2017-02-16  Jay Freeman (saurik)Move a bunch of clearly shared logic into CyteKit.
2017-02-16  Jay Freeman (saurik)Put CydiaURLCache/NSURLConnection hook in CyteKit.
2017-02-16  Jay Freeman (saurik)Cydia no longer needs its own Substrate Safe Mode.
2017-02-16  Jay Freeman (saurik)cydia.addPipelinedHost was never actually used :D.
2017-02-16  Jay Freeman (saurik)CyteKit/Application.mm has to have its @interface.
2017-02-16  Jay Freeman (saurik)This new code only works if the button is loading. v1.1.30
2017-02-15  Jay Freeman (saurik)Avoid downloading translation files that will 404. v1.1.29
2017-02-15  Jay Freeman (saurik)Do not rely on specific filenames in source cells.
2017-02-15  Jay Freeman (saurik)Make an executive decision to not support regions.
2017-02-15  Jay Freeman (saurik)Avoid sorting packages_ (it is now Foundation :/).
2017-02-15  Jay Freeman (saurik)Amortize linear probing with a binary search sort.
2017-02-15  Jay Freeman (saurik)Cache sorts (really really important for Chinese).
2017-02-15  Jay Freeman (saurik)Move some of our clearly shared code into CyteKit.
2017-02-15  Jay Freeman (saurik)Move private ivars in CyteKit to @implementations.
2017-02-15  Jay Freeman (saurik)This loaded_ hack is hopefully no longer required.
2017-02-15  Jay Freeman (saurik)Hide custom function_ as an implementation detail.
2017-02-15  Jay Freeman (saurik)Use setPageColor instead of messing with scroller.
2017-02-15  Jay Freeman (saurik)Move more of sysroot's sadness into iPhonePrivate.
2017-02-04  Jay Freeman (saurik)On 64-bit some of these floats are really CGFloat. v1.1.28
2017-02-03  Jay Freeman (saurik)Do not finish:restart if MoveStash did nothing :/.
2017-02-03  Jay Freeman (saurik)This check was obviously backwards (OMG I'm dumb). v1.1.28%b14
2017-02-02  Jay Freeman (saurik)Users do not actually have stat (which is stupid). v1.1.28%b12 v1.1.28%b13
2017-02-02  Jay Freeman (saurik)The default permission from mktemp is only 600 :/. v1.1.28%b11
2017-02-02  Jay Freeman (saurik)firmware.sh has no assumed "current" directory :/.
2017-02-01  Jay Freeman (saurik)Slim result of NewTag and correct cache iterators. v1.1.28%b10
2017-02-01  Jay Freeman (saurik)For progress JS on iOS 10 to solve race and flash.
2017-01-31  Jay Freeman (saurik)Fix a crash in NewTag and remove "I am shit" flag. v1.1.28%b9
2017-01-31  Jay Freeman (saurik)Finally found the crazy APT memory corruption bug. v1.1.28%b8
2017-01-30  Jay Freeman (saurik)Do not pass -Wl,-segalign,4000 to the arm64 build.
2017-01-30  Jay Freeman (saurik)iOS 10.2 claims "Not privileged to stop service.".
2017-01-30  Jay Freeman (saurik)Removing a repository was just kind of locking up.
2017-01-30  Jay Freeman (saurik)Let's try to avoid making Guillem Jover sad today.
2017-01-29  Jay Freeman (saurik)If Cytore failed to save the first block, restart. v1.1.28%b7
2017-01-29  Jay Freeman (saurik)Don't strip the binary when releasing beta builds.
2017-01-29  Jay Freeman (saurik)Rewrite error handling in APT to make it saner :/.
2017-01-29  Jay Freeman (saurik)If Cytore fails to allocate an empty file, unlink.
2017-01-29  Jay Freeman (saurik)Cytore values need to be _packed (I got lucky :D).
2017-01-29  Jay Freeman (saurik)Try to protect firmware.sh against reentrant bugs. v1.1.28%b6
2017-01-27  Jay Freeman (saurik)Fix case-insensitive lookup of package Depends :/.
2017-01-27  Jay Freeman (saurik)APT incorrectly overlaps http and https origin :/.
2016-12-31  Jay Freeman (saurik)strip was enough for Cydia, and this broke bins/*.
2016-12-31  Jay Freeman (saurik)Fix APT issue where IMS-Hit leads to a full wedge. v1.1.28%b5
2016-12-30  Jay Freeman (saurik)Provide more guarantees against merge catastrophe. v1.1.28%b4
2016-12-30  Jay Freeman (saurik)Further work to improve language configuration :/. v1.1.28%b3
2016-12-30  Jay Freeman (saurik)Apparently, setlocale never actually did anything. v1.1.28%b2
2016-12-29  Jay Freeman (saurik)Seriously: not a single person actually helped :/. v1.1.28%b1
2016-12-28  Jay Freeman (saurik)Compile Cydia to arm64 by linking with APT 1.4~b1.
2016-12-27  Jay Freeman (saurik)Move to CoreTelephony's _CTServerConnectionCreate.
2016-12-26  Jay Freeman (saurik)longSection shouldn't try localizing NULL section.
2016-12-26  Jay Freeman (saurik)Fix LogBrowser logic (as it was only for testing).
2016-11-19  Jay Freeman (saurik)Fix a typo: verify the objects found, not the set.
2016-11-01  Jay Freeman (saurik)Avoid system headers to compile using macOS 10.12.
2016-03-08  Jay Freeman (saurik)Verify using device and inode (not file realpath). v1.1.27
2015-10-21  Jay Freeman (saurik)Narrow window during which uicache race can occur. v1.1.26
2015-10-21  Jay Freeman (saurik)Let's just stash /Applications (Pangu said "yes"). v1.1.25
2015-10-12  Jay Freeman (saurik)Do not stash /Applications (extra fatal on iOS 9). v1.1.24
2015-10-12  Jay Freeman (saurik)The mobile extended_states could be marked setuid.
2015-09-24  Jay Freeman (saurik)Support listing installed applications on old iOS.
2015-09-24  Jay Freeman (saurik)Remove cydo debugging code (it is exploitable :/).
2015-07-12  Jay Freeman (saurik)Allow user to select a specific candidate version. v1.1.23
2015-07-12  Jay Freeman (saurik)Automatically repair a missing Cydia cache folder.
next