Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert <stdatomic.h> dependency. | comex | 2015-07-16 | 1 | -10/+8 |
| | | | | | | | | it was added in the otherwise cosmetic dfd16cc1f759a103707ebd27743abc621486e131 because I didn't change the generated code at all - just switched to the standard aliases of the functions I was already using. But I forgot that <stdatomic.h> isn't present in relatively recent Xcode, so I'm switching back for now. | ||||
* | style police | comex | 2015-07-16 | 1 | -6/+14 |
| | |||||
* | how did that style violation get in there? must have been tired | comex | 2015-07-12 | 1 | -4/+8 |
| | |||||
* | Add extra argument to substitute_hook_functions and interpose_imports for ↵ | comex | 2015-02-28 | 1 | -1/+6 |
| | | | | | | | | | | 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. | ||||
* | fix accidental usage of panic() from mach/mach.h instead of substitute_panic | comex | 2015-02-28 | 1 | -4/+4 |
| | |||||
* | a bunch of stuff that should have been committed separately | comex | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | ... | comex | 2015-01-20 | 1 | -39/+17 |
| | |||||
* | more reorganization - move OS X/iOS specific stuff into its own directory | comex | 2015-01-19 | 1 | -0/+224 |