Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-18 | future proofing | comex | 2 | -0/+9 | |
2015-07-17 | fix memory leak in unlikely (bug) scenario | comex | 1 | -1/+5 | |
2015-07-17 | race condition fix | comex | 1 | -1/+1 | |
2015-07-16 | add now-unnecessary but nice-for-consistency 'static's | comex | 1 | -15/+19 | |
2015-07-16 | fix hang caused by -fvisibility=hidden x.x | comex | 1 | -0/+1 | |
2015-07-16 | save/load state | comex | 1 | -2/+82 | |
2015-07-16 | PSH thread safety fix/minor cleanup | comex | 1 | -10/+17 | |
2015-07-16 | add verbose thingy | comex | 1 | -0/+2 | |
2015-07-13 | hook up the list of dylibs | comex | 5 | -12/+174 | |
2015-07-13 | be beta | comex | 2 | -4/+21 | |
2015-07-13 | Hook up SafetyDance properly. | comex | 2 | -60/+55 | |
Not as a setup application anymore, since we don't want to disable the rest of SpringBoard if you choose to continue in safe mode... doh... | |||||
2015-07-13 | ...this should have been committed | comex | 1 | -0/+15 | |
2015-07-13 | sort of works, but marking it as setup is causing problems - probably better ↵ | comex | 4 | -2/+48 | |
not to, actually | |||||
2015-07-12 | aand, one last fix | comex | 1 | -2/+2 | |
2015-07-12 | fixes | comex | 2 | -35/+68 | |
2015-07-12 | redo crash reporting - untested (but it compiles) | comex | 3 | -57/+209 | |
2015-07-12 | safetydance work, but it's broken | comex | 2 | -7/+35 | |
2015-07-12 | Important: Fix fd leak that I think was the culprit for substitute'd devices ↵ | comex | 1 | -6/+9 | |
not accepting SSH connections after a while. Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (Listeners) <Error>: assertion failed: 12F70: launchd + 34500 [C1C897D3-ECD1-3674-8B53-E0BCCDBCCEDE]: 0x9 Jul 12 14:03:44 iPhone com.apple.xpc.launchd[1] (com.openssh.sshd) <Error>: Could not accept new inetd connection: 9: Bad file descriptor | |||||
2015-07-11 | progress | comex | 2 | -9/+121 | |
2015-07-11 | working on safety | comex | 3 | -76/+111 | |
2015-07-11 | fix anti-noise | comex | 2 | -3/+3 | |
2015-07-11 | safety-dance UI fixes | comex | 2 | -3/+5 | |
2015-07-11 | be safe in case the dylibs are missing | comex | 1 | -0/+7 | |
2015-07-11 | better fix | comex | 2 | -3/+5 | |
2015-07-11 | put back notifyd exclusion - still an issue :< | comex | 1 | -17/+23 | |
2015-07-11 | work around SSH issue | comex | 1 | -6/+24 | |
2015-07-11 | fix? | comex | 4 | -32/+47 | |
2015-07-10 | stuff! | comex | 2 | -6/+37 | |
2015-07-10 | Avoid issues with the system time changing | comex | 1 | -8/+12 | |
2015-07-07 | redo all the things with xpc - not tested yet | comex | 4 | -352/+260 | |
2015-07-07 | warning fix | comex | 1 | -1/+1 | |
2015-04-15 | Fix unrestrict. Problem was right under my nose... | comex | 1 | -34/+49 | |
2015-04-15 | improve verbose log | comex | 1 | -2/+3 | |
2015-04-11 | More bugfixes thanks to him. | comex | 2 | -2/+5 | |
2015-03-23 | Fix missing dereference, thanks to alexzielenski | comex | 1 | -1/+1 | |
2015-03-03 | fixes for compiling on older OS X | comex | 1 | -1/+1 | |
2015-03-03 | Made Substitute depend on iOS 8 | Evan | 1 | -0/+1 | |
2015-03-01 | Add extrainst_ and postrm | comex | 3 | -0/+41 | |
Not actually tested, because I'm too tired tonight to try setting up a real repository (as opposed to dpkg -i). | |||||
2015-03-01 | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2 | -5/+13 | |
2015-03-01 | seems to work | comex | 2 | -19/+39 | |
2015-03-01 | minor changes | comex | 4 | -14/+51 | |
2015-02-28 | Add extra argument to substitute_hook_functions and interpose_imports for ↵ | comex | 1 | -1/+2 | |
use with unhooking. I think we'll need to explicitly record trampoline locations to avoid the possibility of stomping on someone else's stuff if the function was re-patched... Also, document substitute_hook_functions. | |||||
2015-02-28 | add substituted launchd plist; move helpers to separate directory | comex | 3 | -4/+22 | |
2015-02-28 | Add substituted and fix things up to use it. Still untested. | comex | 7 | -192/+620 | |
2015-02-28 | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵ | comex | 10 | -0/+1295 | |
unrestrict. Not tested yet. |