Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | future proofing | comex | 2015-07-18 | 2 | -0/+9 |
| | |||||
* | fix memory leak in unlikely (bug) scenario | comex | 2015-07-17 | 1 | -1/+5 |
| | |||||
* | race condition fix | comex | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | add now-unnecessary but nice-for-consistency 'static's | comex | 2015-07-16 | 1 | -15/+19 |
| | |||||
* | fix hang caused by -fvisibility=hidden x.x | comex | 2015-07-16 | 1 | -0/+1 |
| | |||||
* | save/load state | comex | 2015-07-16 | 1 | -2/+82 |
| | |||||
* | PSH thread safety fix/minor cleanup | comex | 2015-07-16 | 1 | -10/+17 |
| | |||||
* | add verbose thingy | comex | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | hook up the list of dylibs | comex | 2015-07-13 | 5 | -12/+174 |
| | |||||
* | be beta | comex | 2015-07-13 | 2 | -4/+21 |
| | |||||
* | Hook up SafetyDance properly. | comex | 2015-07-13 | 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... | ||||
* | ...this should have been committed | comex | 2015-07-13 | 1 | -0/+15 |
| | |||||
* | sort of works, but marking it as setup is causing problems - probably better ↵ | comex | 2015-07-13 | 4 | -2/+48 |
| | | | | not to, actually | ||||
* | aand, one last fix | comex | 2015-07-12 | 1 | -2/+2 |
| | |||||
* | fixes | comex | 2015-07-12 | 2 | -35/+68 |
| | |||||
* | redo crash reporting - untested (but it compiles) | comex | 2015-07-12 | 3 | -57/+209 |
| | |||||
* | safetydance work, but it's broken | comex | 2015-07-12 | 2 | -7/+35 |
| | |||||
* | Important: Fix fd leak that I think was the culprit for substitute'd devices ↵ | comex | 2015-07-12 | 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 | ||||
* | progress | comex | 2015-07-11 | 2 | -9/+121 |
| | |||||
* | working on safety | comex | 2015-07-11 | 3 | -76/+111 |
| | |||||
* | fix anti-noise | comex | 2015-07-11 | 2 | -3/+3 |
| | |||||
* | safety-dance UI fixes | comex | 2015-07-11 | 2 | -3/+5 |
| | |||||
* | be safe in case the dylibs are missing | comex | 2015-07-11 | 1 | -0/+7 |
| | |||||
* | better fix | comex | 2015-07-11 | 2 | -3/+5 |
| | |||||
* | put back notifyd exclusion - still an issue :< | comex | 2015-07-11 | 1 | -17/+23 |
| | |||||
* | work around SSH issue | comex | 2015-07-11 | 1 | -6/+24 |
| | |||||
* | fix? | comex | 2015-07-11 | 4 | -32/+47 |
| | |||||
* | stuff! | comex | 2015-07-10 | 2 | -6/+37 |
| | |||||
* | Avoid issues with the system time changing | comex | 2015-07-10 | 1 | -8/+12 |
| | |||||
* | redo all the things with xpc - not tested yet | comex | 2015-07-07 | 4 | -352/+260 |
| | |||||
* | warning fix | comex | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Fix unrestrict. Problem was right under my nose... | comex | 2015-04-15 | 1 | -34/+49 |
| | |||||
* | improve verbose log | comex | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | More bugfixes thanks to him. | comex | 2015-04-11 | 2 | -2/+5 |
| | |||||
* | Fix missing dereference, thanks to alexzielenski | comex | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | fixes for compiling on older OS X | comex | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Made Substitute depend on iOS 8 | Evan | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | Add extrainst_ and postrm | comex | 2015-03-01 | 3 | -0/+41 |
| | | | | | Not actually tested, because I'm too tired tonight to try setting up a real repository (as opposed to dpkg -i). | ||||
* | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2015-03-01 | 2 | -5/+13 |
| | |||||
* | seems to work | comex | 2015-03-01 | 2 | -19/+39 |
| | |||||
* | minor changes | comex | 2015-03-01 | 4 | -14/+51 |
| | |||||
* | Add extra argument to substitute_hook_functions and interpose_imports for ↵ | comex | 2015-02-28 | 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. | ||||
* | add substituted launchd plist; move helpers to separate directory | comex | 2015-02-28 | 3 | -4/+22 |
| | |||||
* | Add substituted and fix things up to use it. Still untested. | comex | 2015-02-28 | 7 | -192/+620 |
| | |||||
* | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and ↵ | comex | 2015-02-28 | 10 | -0/+1295 |
unrestrict. Not tested yet. |