Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update mconfig.py and fix the debug info option with multiple machines; ↵ | comex | 2016-01-27 | 2 | -29/+88 | |
| | | | | update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works | |||||
* | better | comex | 2015-10-27 | 2 | -41/+8 | |
| | ||||||
* | fixed. | comex | 2015-10-27 | 2 | -37/+95 | |
| | ||||||
* | lol, mach awk fail | comex | 2015-10-27 | 4 | -47/+322 | |
| | ||||||
* | avoid overflowing Version into debian_revision | comex | 2015-08-17 | 1 | -1/+1 | |
| | ||||||
* | mconfig quick fixes | comex | 2015-08-17 | 2 | -2/+6 | |
| | ||||||
* | stuff | comex | 2015-08-17 | 5 | -3/+87 | |
| | ||||||
* | formatting | comex | 2015-08-07 | 2 | -93/+94 | |
| | ||||||
* | add VEC_STORAGE_INIT_STATIC to match the HTAB one | comex | 2015-08-07 | 2 | -1/+6 | |
| | ||||||
* | fix vec.h bug | comex | 2015-08-07 | 4 | -3/+5 | |
| | ||||||
* | add the missing ability to specify --disable-x and --without-x ;p | comex | 2015-08-07 | 1 | -1/+15 | |
| | ||||||
* | fixes | comex | 2015-08-07 | 2 | -4/+7 | |
| | ||||||
* | future proofing | comex | 2015-07-18 | 3 | -1/+11 | |
| | ||||||
* | formatting | comex | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | fix memory leak in unlikely (bug) scenario | comex | 2015-07-17 | 1 | -1/+5 | |
| | ||||||
* | race condition fix | comex | 2015-07-17 | 1 | -1/+1 | |
| | ||||||
* | show the name of slow commands | comex | 2015-07-17 | 1 | -1/+12 | |
| | ||||||
* | fix iOS detection properly. | comex | 2015-07-17 | 2 | -16/+39 | |
| | ||||||
* | add more correct 'is iOS' heuristic, and use it | comex | 2015-07-17 | 2 | -5/+34 | |
| | | | | fixes missing -miphoneos-version-min=8.0 | |||||
* | update readme for fixed and maybe-fixed issues | comex | 2015-07-16 | 1 | -3/+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 | |
| | ||||||
* | baton fix | comex | 2015-07-16 | 2 | -3/+10 | |
| | ||||||
* | optimization | comex | 2015-07-16 | 1 | -2/+5 | |
| | ||||||
* | fix idiotic mistake from the <redacted> symbols commit | comex | 2015-07-16 | 1 | -1/+1 | |
| | ||||||
* | fix some build stuff | comex | 2015-07-16 | 2 | -14/+39 | |
| | ||||||
* | 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. | |||||
* | save/load state | comex | 2015-07-16 | 1 | -2/+82 | |
| | ||||||
* | PSH thread safety fix/minor cleanup | comex | 2015-07-16 | 1 | -10/+17 | |
| | ||||||
* | improve readme | comex | 2015-07-16 | 1 | -33/+32 | |
| | ||||||
* | Add options field to struct substitute_{function,import}_hook. | comex | 2015-07-16 | 1 | -2/+12 | |
| | | | | | | | | | | | | I will probably need to add an option to deal with GCC 5.2's new optimization - to not save caller-saved registers if the called function is known not to use them, which would break with hooked functions. Don't want to emit the required stub by default because it will likely be slow. I need to verify that Clang doesn't currently have such an optimization... (ABI break - need to avoid this once it gets widely distributed Soon, obviously) | |||||
* | style police | comex | 2015-07-16 | 12 | -45/+94 | |
| | ||||||
* | work around (incorrect, since it's not code) alignment warning | comex | 2015-07-16 | 2 | -4/+4 | |
| | ||||||
* | fix accidentally exported symbols | comex | 2015-07-16 | 5 | -13/+17 | |
| | ||||||
* | typo | comex | 2015-07-16 | 1 | -1/+1 | |
| | ||||||
* | ordering | comex | 2015-07-16 | 1 | -8/+8 | |
| | ||||||
* | Import some code to handle <redacted> syms. | comex | 2015-07-16 | 4 | -12/+304 | |
| | ||||||
* | add verbose thingy | comex | 2015-07-16 | 1 | -0/+2 | |
| | ||||||
* | hook up the list of dylibs | comex | 2015-07-13 | 7 | -12/+183 | |
| | ||||||
* | 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 | 5 | -3/+49 | |
| | | | | not to, actually | |||||
* | don't be n^2 for removal, lol. i should probably switch to rust's robin ↵ | comex | 2015-07-12 | 1 | -21/+12 | |
| | | | | hood hashing - it isn't that much code and supposedly performs much better when the table gets full. *however*, it requires checking the hash of every entry in the chain during insert, which basically means storing it, which means more memory usage ... but by allowing fuller tables it could decrease memory usage. but if you have a big table anyway to avoid copying, you don't want *extra*... and storing the hash twice in the simple case is so dumb feeling. dunno. | |||||
* | aand, one last fix | comex | 2015-07-12 | 1 | -2/+2 | |
| | ||||||
* | fix my hash table algorithm - argh | comex | 2015-07-12 | 3 | -15/+67 | |
| | ||||||
* | fixes | comex | 2015-07-12 | 6 | -39/+82 | |
| | ||||||
* | redo crash reporting - untested (but it compiles) | comex | 2015-07-12 | 6 | -80/+252 | |
| | ||||||
* | how did that style violation get in there? must have been tired | comex | 2015-07-12 | 1 | -4/+8 | |
| | ||||||
* | safetydance work, but it's broken | comex | 2015-07-12 | 4 | -10/+41 | |
| |