Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |