]> git.saurik.com Git - cydia.git/log
cydia.git
5 years agoObjective-C seriously didn't notice my mistake :/. master
Jay Freeman (saurik) [Mon, 20 May 2019 18:55:44 +0000 (11:55 -0700)] 
Objective-C seriously didn't notice my mistake :/.

5 years agoRemove all broken hardcoded usage of Cache folder.
Jay Freeman (saurik) [Mon, 20 May 2019 00:29:26 +0000 (17:29 -0700)] 
Remove all broken hardcoded usage of Cache folder.

5 years agoFix awkward build cycling from using new pngcrush.
Jay Freeman (saurik) [Mon, 20 May 2019 00:05:26 +0000 (17:05 -0700)] 
Fix awkward build cycling from using new pngcrush.

5 years agoSwap awkward va_list hack for awkward switch hack.
Jay Freeman (saurik) [Mon, 20 May 2019 00:01:27 +0000 (17:01 -0700)] 
Swap awkward va_list hack for awkward switch hack.

5 years agoMostly make Cydia compile using the iOS Simulator.
Jay Freeman (saurik) [Sun, 19 May 2019 23:37:51 +0000 (16:37 -0700)] 
Mostly make Cydia compile using the iOS Simulator.

5 years agoMake Cydia compile "out of the box" on Xcode 10.2.
Jay Freeman (saurik) [Sun, 19 May 2019 21:40:15 +0000 (14:40 -0700)] 
Make Cydia compile "out of the box" on Xcode 10.2.

5 years agoUse awkward make behavior to help build stability.
Jay Freeman (saurik) [Sun, 19 May 2019 21:38:13 +0000 (14:38 -0700)] 
Use awkward make behavior to help build stability.

6 years agoOn new Xcode/macOS, /usr/include no longer exists.
Jay Freeman (saurik) [Sat, 13 Oct 2018 22:13:37 +0000 (15:13 -0700)] 
On new Xcode/macOS, /usr/include no longer exists.

6 years agoRemove ultrasn0w repository (as they disappeared).
Jay Freeman (saurik) [Mon, 13 Aug 2018 23:07:25 +0000 (16:07 -0700)] 
Remove ultrasn0w repository (as they disappeared).

6 years agoIgnore .dSYM folders I am suddenly ending up with.
Jay Freeman (saurik) [Mon, 13 Aug 2018 12:21:36 +0000 (05:21 -0700)] 
Ignore .dSYM folders I am suddenly ending up with.

6 years agoFix compilation of cydo (was broken for Extender).
Jay Freeman (saurik) [Mon, 13 Aug 2018 11:56:27 +0000 (04:56 -0700)] 
Fix compilation of cydo (was broken for Extender).

6 years agoWe no longer depend on apt7-* (but need /etc/apt).
Jay Freeman (saurik) [Mon, 13 Aug 2018 11:36:40 +0000 (04:36 -0700)] 
We no longer depend on apt7-* (but need /etc/apt).

6 years agoEmbed every APT method, for every architecture ;P.
Jay Freeman (saurik) [Mon, 13 Aug 2018 11:19:27 +0000 (04:19 -0700)] 
Embed every APT method, for every architecture ;P.

6 years agoFix sysroot (broken due to Apple now using https).
Jay Freeman (saurik) [Mon, 13 Aug 2018 10:00:50 +0000 (03:00 -0700)] 
Fix sysroot (broken due to Apple now using https).

6 years agolibapt-pkg needs to be statically linked on armv6.
Jay Freeman (saurik) [Mon, 13 Aug 2018 07:04:06 +0000 (00:04 -0700)] 
libapt-pkg needs to be statically linked on armv6.

6 years agoUse makefile to build the apt-tag triehash parser.
Jay Freeman (saurik) [Mon, 13 Aug 2018 03:52:25 +0000 (20:52 -0700)] 
Use makefile to build the apt-tag triehash parser.

6 years agoUpdate the manage7 icons (mostly due to Extender).
Jay Freeman (saurik) [Tue, 2 Jan 2018 04:00:02 +0000 (20:00 -0800)] 
Update the manage7 icons (mostly due to Extender).

7 years agoDo not crash if Safari's Info.plist can't be read. v1.1.31
Jay Freeman (saurik) [Sat, 11 Mar 2017 08:17:24 +0000 (00:17 -0800)] 
Do not crash if Safari's Info.plist can't be read.

7 years agoSupport compound user-agents using CyteInitialize.
Jay Freeman (saurik) [Sat, 11 Mar 2017 06:34:52 +0000 (22:34 -0800)] 
Support compound user-agents using CyteInitialize.

7 years agoTransfer shared content code to CyteTableViewCell.
Jay Freeman (saurik) [Sat, 11 Mar 2017 05:46:41 +0000 (21:46 -0800)] 
Transfer shared content code to CyteTableViewCell.

7 years agoPort FileTable to the CyteKit ListController type.
Jay Freeman (saurik) [Tue, 7 Mar 2017 11:27:37 +0000 (03:27 -0800)] 
Port FileTable to the CyteKit ListController type.

7 years agoAlso move ListController title support to CyteKit.
Jay Freeman (saurik) [Tue, 7 Mar 2017 11:07:43 +0000 (03:07 -0800)] 
Also move ListController title support to CyteKit.

7 years agoSplit PackageListController partially for CyteKit.
Jay Freeman (saurik) [Tue, 7 Mar 2017 10:54:50 +0000 (02:54 -0800)] 
Split PackageListController partially for CyteKit.

7 years agoCyteKit: {retain,release}NetworkActivityIndicator.
Jay Freeman (saurik) [Tue, 7 Mar 2017 05:39:14 +0000 (21:39 -0800)] 
CyteKit: {retain,release}NetworkActivityIndicator.

7 years agoWebDataSource needs to also be in iPhonePrivate.h.
Jay Freeman (saurik) [Tue, 7 Mar 2017 05:06:33 +0000 (21:06 -0800)] 
WebDataSource needs to also be in iPhonePrivate.h.

7 years agoTry to abstract CydiaURLProtocol as CyteKit class.
Jay Freeman (saurik) [Sun, 5 Mar 2017 08:11:32 +0000 (00:11 -0800)] 
Try to abstract CydiaURLProtocol as CyteKit class.

7 years agoRemove even more global variables (super CyteKit).
Jay Freeman (saurik) [Sun, 5 Mar 2017 07:39:12 +0000 (23:39 -0800)] 
Remove even more global variables (super CyteKit).

7 years agoMove most of CydiaObject to CyteKit as CyteObject.
Jay Freeman (saurik) [Sun, 5 Mar 2017 07:38:20 +0000 (23:38 -0800)] 
Move most of CydiaObject to CyteKit as CyteObject.

7 years agoRemove more of these global value cache variables.
Jay Freeman (saurik) [Sun, 5 Mar 2017 06:21:01 +0000 (22:21 -0800)] 
Remove more of these global value cache variables.

7 years agoRemove HostConfig_ (for some finer-grained locks).
Jay Freeman (saurik) [Sun, 5 Mar 2017 06:04:17 +0000 (22:04 -0800)] 
Remove HostConfig_ (for some finer-grained locks).

7 years agoTry removing constructor (this is so annoying :/).
Jay Freeman (saurik) [Sun, 5 Mar 2017 05:52:46 +0000 (21:52 -0800)] 
Try removing constructor (this is so annoying :/).

7 years agoFix the System user-agent component (this rotted).
Jay Freeman (saurik) [Sun, 5 Mar 2017 05:21:53 +0000 (21:21 -0800)] 
Fix the System user-agent component (this rotted).

7 years agoAdd the date to the binary symbol sidestored copy.
Jay Freeman (saurik) [Sun, 5 Mar 2017 05:16:26 +0000 (21:16 -0800)] 
Add the date to the binary symbol sidestored copy.

7 years agoRename IsReachable to CyteIsReachable, in CyteKit.
Jay Freeman (saurik) [Sun, 5 Mar 2017 05:06:59 +0000 (21:06 -0800)] 
Rename IsReachable to CyteIsReachable, in CyteKit.

7 years agoMove cyte diversions and user agents into CyteKit.
Jay Freeman (saurik) [Sun, 5 Mar 2017 04:53:33 +0000 (20:53 -0800)] 
Move cyte diversions and user agents into CyteKit.

7 years agoMove some code of Window/TabBarController to Cyte.
Jay Freeman (saurik) [Sun, 5 Mar 2017 04:18:40 +0000 (20:18 -0800)] 
Move some code of Window/TabBarController to Cyte.

7 years agoMove CyteKit/RegEx.hpp #include to MobileCydia.mm.
Jay Freeman (saurik) [Sat, 4 Mar 2017 03:52:31 +0000 (19:52 -0800)] 
Move CyteKit/RegEx.hpp #include to MobileCydia.mm.

7 years agoTrial move some key global variables into CyteKit.
Jay Freeman (saurik) [Sat, 4 Mar 2017 03:06:54 +0000 (19:06 -0800)] 
Trial move some key global variables into CyteKit.

7 years agoAvoid counting a package as "lost" multiple times.
Jay Freeman (saurik) [Thu, 16 Feb 2017 19:29:49 +0000 (11:29 -0800)] 
Avoid counting a package as "lost" multiple times.

7 years agoMove a bunch of clearly shared logic into CyteKit.
Jay Freeman (saurik) [Thu, 16 Feb 2017 09:30:53 +0000 (01:30 -0800)] 
Move a bunch of clearly shared logic into CyteKit.

7 years agoPut CydiaURLCache/NSURLConnection hook in CyteKit.
Jay Freeman (saurik) [Thu, 16 Feb 2017 08:07:10 +0000 (00:07 -0800)] 
Put CydiaURLCache/NSURLConnection hook in CyteKit.

7 years agoCydia no longer needs its own Substrate Safe Mode.
Jay Freeman (saurik) [Thu, 16 Feb 2017 08:01:48 +0000 (00:01 -0800)] 
Cydia no longer needs its own Substrate Safe Mode.

7 years agocydia.addPipelinedHost was never actually used :D.
Jay Freeman (saurik) [Thu, 16 Feb 2017 08:00:57 +0000 (00:00 -0800)] 
cydia.addPipelinedHost was never actually used :D.

7 years agoCyteKit/Application.mm has to have its @interface.
Jay Freeman (saurik) [Thu, 16 Feb 2017 03:26:33 +0000 (19:26 -0800)] 
CyteKit/Application.mm has to have its @interface.

7 years agoThis new code only works if the button is loading. v1.1.30
Jay Freeman (saurik) [Thu, 16 Feb 2017 02:44:04 +0000 (18:44 -0800)] 
This new code only works if the button is loading.

7 years agoAvoid downloading translation files that will 404. v1.1.29
Jay Freeman (saurik) [Wed, 15 Feb 2017 23:18:03 +0000 (15:18 -0800)] 
Avoid downloading translation files that will 404.

7 years agoDo not rely on specific filenames in source cells.
Jay Freeman (saurik) [Wed, 15 Feb 2017 22:11:39 +0000 (14:11 -0800)] 
Do not rely on specific filenames in source cells.

7 years agoMake an executive decision to not support regions.
Jay Freeman (saurik) [Wed, 15 Feb 2017 22:09:30 +0000 (14:09 -0800)] 
Make an executive decision to not support regions.

7 years agoAvoid sorting packages_ (it is now Foundation :/).
Jay Freeman (saurik) [Wed, 15 Feb 2017 20:57:45 +0000 (12:57 -0800)] 
Avoid sorting packages_ (it is now Foundation :/).

7 years agoAmortize linear probing with a binary search sort.
Jay Freeman (saurik) [Wed, 15 Feb 2017 19:52:00 +0000 (11:52 -0800)] 
Amortize linear probing with a binary search sort.

7 years agoCache sorts (really really important for Chinese).
Jay Freeman (saurik) [Wed, 15 Feb 2017 18:50:53 +0000 (10:50 -0800)] 
Cache sorts (really really important for Chinese).

7 years agoMove some of our clearly shared code into CyteKit.
Jay Freeman (saurik) [Wed, 15 Feb 2017 18:29:44 +0000 (10:29 -0800)] 
Move some of our clearly shared code into CyteKit.

7 years agoMove private ivars in CyteKit to @implementations.
Jay Freeman (saurik) [Wed, 15 Feb 2017 10:05:04 +0000 (02:05 -0800)] 
Move private ivars in CyteKit to @implementations.

7 years agoThis loaded_ hack is hopefully no longer required.
Jay Freeman (saurik) [Wed, 15 Feb 2017 10:03:42 +0000 (02:03 -0800)] 
This loaded_ hack is hopefully no longer required.

7 years agoHide custom function_ as an implementation detail.
Jay Freeman (saurik) [Wed, 15 Feb 2017 09:58:44 +0000 (01:58 -0800)] 
Hide custom function_ as an implementation detail.

7 years agoUse setPageColor instead of messing with scroller.
Jay Freeman (saurik) [Wed, 15 Feb 2017 09:47:44 +0000 (01:47 -0800)] 
Use setPageColor instead of messing with scroller.

7 years agoMove more of sysroot's sadness into iPhonePrivate.
Jay Freeman (saurik) [Wed, 15 Feb 2017 09:38:42 +0000 (01:38 -0800)] 
Move more of sysroot's sadness into iPhonePrivate.

7 years agoOn 64-bit some of these floats are really CGFloat. v1.1.28
Jay Freeman (saurik) [Sat, 4 Feb 2017 14:38:23 +0000 (06:38 -0800)] 
On 64-bit some of these floats are really CGFloat.

7 years agoDo not finish:restart if MoveStash did nothing :/.
Jay Freeman (saurik) [Fri, 3 Feb 2017 11:32:14 +0000 (03:32 -0800)] 
Do not finish:restart if MoveStash did nothing :/.

7 years agoThis check was obviously backwards (OMG I'm dumb). v1.1.28%b14
Jay Freeman (saurik) [Fri, 3 Feb 2017 09:39:32 +0000 (01:39 -0800)] 
This check was obviously backwards (OMG I'm dumb).

7 years agoUsers do not actually have stat (which is stupid). v1.1.28%b12 v1.1.28%b13
Jay Freeman (saurik) [Thu, 2 Feb 2017 15:51:11 +0000 (07:51 -0800)] 
Users do not actually have stat (which is stupid).

7 years agoThe default permission from mktemp is only 600 :/. v1.1.28%b11
Jay Freeman (saurik) [Thu, 2 Feb 2017 14:34:19 +0000 (06:34 -0800)] 
The default permission from mktemp is only 600 :/.

7 years agofirmware.sh has no assumed "current" directory :/.
Jay Freeman (saurik) [Thu, 2 Feb 2017 14:29:38 +0000 (06:29 -0800)] 
firmware.sh has no assumed "current" directory :/.

7 years agoSlim result of NewTag and correct cache iterators. v1.1.28%b10
Jay Freeman (saurik) [Wed, 1 Feb 2017 22:13:02 +0000 (14:13 -0800)] 
Slim result of NewTag and correct cache iterators.

7 years agoFor progress JS on iOS 10 to solve race and flash.
Jay Freeman (saurik) [Wed, 1 Feb 2017 05:33:32 +0000 (21:33 -0800)] 
For progress JS on iOS 10 to solve race and flash.

7 years agoFix a crash in NewTag and remove "I am shit" flag. v1.1.28%b9
Jay Freeman (saurik) [Tue, 31 Jan 2017 13:54:05 +0000 (05:54 -0800)] 
Fix a crash in NewTag and remove "I am shit" flag.

7 years agoFinally found the crazy APT memory corruption bug. v1.1.28%b8
Jay Freeman (saurik) [Tue, 31 Jan 2017 03:57:14 +0000 (19:57 -0800)] 
Finally found the crazy APT memory corruption bug.

7 years agoDo not pass -Wl,-segalign,4000 to the arm64 build.
Jay Freeman (saurik) [Mon, 30 Jan 2017 18:11:28 +0000 (10:11 -0800)] 
Do not pass -Wl,-segalign,4000 to the arm64 build.

7 years agoiOS 10.2 claims "Not privileged to stop service.".
Jay Freeman (saurik) [Mon, 30 Jan 2017 04:56:55 +0000 (20:56 -0800)] 
iOS 10.2 claims "Not privileged to stop service.".

7 years agoRemoving a repository was just kind of locking up.
Jay Freeman (saurik) [Mon, 30 Jan 2017 02:13:22 +0000 (18:13 -0800)] 
Removing a repository was just kind of locking up.

7 years agoLet's try to avoid making Guillem Jover sad today.
Jay Freeman (saurik) [Mon, 30 Jan 2017 02:12:04 +0000 (18:12 -0800)] 
Let's try to avoid making Guillem Jover sad today.

7 years agoIf Cytore failed to save the first block, restart. v1.1.28%b7
Jay Freeman (saurik) [Sun, 29 Jan 2017 23:10:13 +0000 (15:10 -0800)] 
If Cytore failed to save the first block, restart.

7 years agoDon't strip the binary when releasing beta builds.
Jay Freeman (saurik) [Sun, 29 Jan 2017 23:05:43 +0000 (15:05 -0800)] 
Don't strip the binary when releasing beta builds.

7 years agoRewrite error handling in APT to make it saner :/.
Jay Freeman (saurik) [Sun, 29 Jan 2017 23:01:27 +0000 (15:01 -0800)] 
Rewrite error handling in APT to make it saner :/.

7 years agoIf Cytore fails to allocate an empty file, unlink.
Jay Freeman (saurik) [Sun, 29 Jan 2017 15:32:55 +0000 (07:32 -0800)] 
If Cytore fails to allocate an empty file, unlink.

7 years agoCytore values need to be _packed (I got lucky :D).
Jay Freeman (saurik) [Sun, 29 Jan 2017 13:02:26 +0000 (05:02 -0800)] 
Cytore values need to be _packed (I got lucky :D).

7 years agoTry to protect firmware.sh against reentrant bugs. v1.1.28%b6
Jay Freeman (saurik) [Sun, 29 Jan 2017 09:11:28 +0000 (01:11 -0800)] 
Try to protect firmware.sh against reentrant bugs.

7 years agoFix case-insensitive lookup of package Depends :/.
Jay Freeman (saurik) [Fri, 27 Jan 2017 10:06:13 +0000 (02:06 -0800)] 
Fix case-insensitive lookup of package Depends :/.

7 years agoAPT incorrectly overlaps http and https origin :/.
Jay Freeman (saurik) [Fri, 27 Jan 2017 09:17:44 +0000 (01:17 -0800)] 
APT incorrectly overlaps http and https origin :/.

7 years agostrip was enough for Cydia, and this broke bins/*.
Jay Freeman (saurik) [Sat, 31 Dec 2016 14:08:07 +0000 (06:08 -0800)] 
strip was enough for Cydia, and this broke bins/*.

7 years agoFix APT issue where IMS-Hit leads to a full wedge. v1.1.28%b5
Jay Freeman (saurik) [Sat, 31 Dec 2016 08:45:11 +0000 (00:45 -0800)] 
Fix APT issue where IMS-Hit leads to a full wedge.

7 years agoProvide more guarantees against merge catastrophe. v1.1.28%b4
Jay Freeman (saurik) [Fri, 30 Dec 2016 22:11:05 +0000 (14:11 -0800)] 
Provide more guarantees against merge catastrophe.

7 years agoFurther work to improve language configuration :/. v1.1.28%b3
Jay Freeman (saurik) [Fri, 30 Dec 2016 05:52:35 +0000 (21:52 -0800)] 
Further work to improve language configuration :/.

7 years agoApparently, setlocale never actually did anything. v1.1.28%b2
Jay Freeman (saurik) [Fri, 30 Dec 2016 05:24:46 +0000 (21:24 -0800)] 
Apparently, setlocale never actually did anything.

7 years agoSeriously: not a single person actually helped :/. v1.1.28%b1
Jay Freeman (saurik) [Thu, 29 Dec 2016 19:46:24 +0000 (11:46 -0800)] 
Seriously: not a single person actually helped :/.

7 years agoCompile Cydia to arm64 by linking with APT 1.4~b1.
Jay Freeman (saurik) [Wed, 28 Dec 2016 08:30:34 +0000 (00:30 -0800)] 
Compile Cydia to arm64 by linking with APT 1.4~b1.

7 years agoMove to CoreTelephony's _CTServerConnectionCreate.
Jay Freeman (saurik) [Tue, 27 Dec 2016 03:57:55 +0000 (19:57 -0800)] 
Move to CoreTelephony's _CTServerConnectionCreate.

7 years agolongSection shouldn't try localizing NULL section.
Jay Freeman (saurik) [Mon, 26 Dec 2016 21:18:25 +0000 (13:18 -0800)] 
longSection shouldn't try localizing NULL section.

7 years agoFix LogBrowser logic (as it was only for testing).
Jay Freeman (saurik) [Mon, 26 Dec 2016 11:37:10 +0000 (03:37 -0800)] 
Fix LogBrowser logic (as it was only for testing).

7 years agoFix a typo: verify the objects found, not the set.
Jay Freeman (saurik) [Sat, 19 Nov 2016 04:50:18 +0000 (20:50 -0800)] 
Fix a typo: verify the objects found, not the set.

7 years agoAvoid system headers to compile using macOS 10.12.
Jay Freeman (saurik) [Tue, 1 Nov 2016 17:36:42 +0000 (10:36 -0700)] 
Avoid system headers to compile using macOS 10.12.

8 years agoVerify using device and inode (not file realpath). v1.1.27
Jay Freeman (saurik) [Tue, 8 Mar 2016 18:49:49 +0000 (10:49 -0800)] 
Verify using device and inode (not file realpath).

9 years agoNarrow window during which uicache race can occur. v1.1.26
Jay Freeman (saurik) [Wed, 21 Oct 2015 18:54:42 +0000 (11:54 -0700)] 
Narrow window during which uicache race can occur.

9 years agoLet's just stash /Applications (Pangu said "yes"). v1.1.25
Jay Freeman (saurik) [Wed, 21 Oct 2015 18:07:17 +0000 (11:07 -0700)] 
Let's just stash /Applications (Pangu said "yes").

9 years agoDo not stash /Applications (extra fatal on iOS 9). v1.1.24
Jay Freeman (saurik) [Mon, 12 Oct 2015 14:06:36 +0000 (07:06 -0700)] 
Do not stash /Applications (extra fatal on iOS 9).

9 years agoThe mobile extended_states could be marked setuid.
Jay Freeman (saurik) [Mon, 12 Oct 2015 12:07:55 +0000 (05:07 -0700)] 
The mobile extended_states could be marked setuid.

9 years agoSupport listing installed applications on old iOS.
Jay Freeman (saurik) [Thu, 24 Sep 2015 07:38:37 +0000 (00:38 -0700)] 
Support listing installed applications on old iOS.

9 years agoRemove cydo debugging code (it is exploitable :/).
Jay Freeman (saurik) [Thu, 24 Sep 2015 07:37:39 +0000 (00:37 -0700)] 
Remove cydo debugging code (it is exploitable :/).

9 years agoAllow user to select a specific candidate version. v1.1.23
Jay Freeman (saurik) [Sun, 12 Jul 2015 11:33:18 +0000 (04:33 -0700)] 
Allow user to select a specific candidate version.

9 years agoAutomatically repair a missing Cydia cache folder.
Jay Freeman (saurik) [Sun, 12 Jul 2015 11:27:47 +0000 (04:27 -0700)] 
Automatically repair a missing Cydia cache folder.