aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* be betacomex2015-07-132-4/+21
|
* Hook up SafetyDance properly.comex2015-07-132-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 committedcomex2015-07-131-0/+15
|
* sort of works, but marking it as setup is causing problems - probably better ↵comex2015-07-135-3/+49
| | | | not to, actually
* don't be n^2 for removal, lol. i should probably switch to rust's robin ↵comex2015-07-121-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 fixcomex2015-07-121-2/+2
|
* fix my hash table algorithm - arghcomex2015-07-123-15/+67
|
* fixescomex2015-07-126-39/+82
|
* redo crash reporting - untested (but it compiles)comex2015-07-126-80/+252
|
* how did that style violation get in there? must have been tiredcomex2015-07-121-4/+8
|
* safetydance work, but it's brokencomex2015-07-124-10/+41
|
* Important: Fix fd leak that I think was the culprit for substitute'd devices ↵comex2015-07-121-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
* progresscomex2015-07-113-9/+122
|
* working on safetycomex2015-07-114-81/+129
|
* fix anti-noisecomex2015-07-113-4/+7
|
* safety-dance UI fixescomex2015-07-112-3/+5
|
* build fixescomex2015-07-112-3/+7
|
* be safe in case the dylibs are missingcomex2015-07-111-0/+7
|
* better fixcomex2015-07-112-3/+5
|
* put back notifyd exclusion - still an issue :<comex2015-07-111-17/+23
|
* work around SSH issuecomex2015-07-111-6/+24
|
* fix?comex2015-07-115-32/+48
|
* stuff!comex2015-07-106-12/+44
|
* Avoid issues with the system time changingcomex2015-07-101-8/+12
|
* redo all the things with xpc - not tested yetcomex2015-07-076-353/+324
|
* Merge branch 'mconfig-work'comex2015-07-078-861/+1438
|\ | | | | | | | | | | My pet build system project - not terribly useful for a relatively simple thing like this, but I want to use it for other purposes, and it does provide a nice ./configure...
| * warning fixcomex2015-07-072-208/+1
| |
| * Werror, Makefile fixcomex2015-07-072-1/+7
| |
| * commit new compiled version of darwin-inject-asm so i don't go crazy...comex2015-07-071-4/+4
| |
| * ldidcomex2015-07-072-17/+33
| |
| * build more stuff - need ldid and arguably dsym fixupcomex2015-07-072-12/+49
| |
| * testscomex2015-07-074-28/+108
| |
| * ...comex2015-07-073-73/+150
| |
| * fix auto_rerun_config for ninja/etccomex2015-06-301-30/+61
| |
| * move mconfig.pycomex2015-06-292-1/+3
| |
| * py3k fixescomex2015-06-251-18/+36
| |
| * ok, actually works - for make. will need to look up what Ninja does wrt the ↵comex2015-06-251-4/+17
| | | | | | | | file changing at some point - will it do the hashing thing for me?
| * rename Makefile to avoid issues - will be replaced sooncomex2015-06-251-0/+0
| |
| * fixed auto-regen...comex2015-06-252-23/+57
| |
| * fixes - now three ways to specify an arch for xcode, yayercomex2015-06-252-4/+15
| |
| * ...comex2015-06-252-60/+198
| |
| * build_c_objs improvementscomex2015-06-232-22/+38
| |
| * improve expand() and add support to add_commandcomex2015-06-212-30/+81
| |
| * We are actually emitting makefiles and building now (with make and ninja); ↵comex2015-06-202-31/+286
| | | | | | | | some things remain for MVP though, like detecting makefile change, rebuilding in case of rule changes, helper functions...
| * remove outdated notecomex2015-06-161-1/+0
|/
* progresscomex2015-06-161-35/+103
|
* arch... not such a good ideacomex2015-06-161-26/+67
|
* refactor toolchain object modelcomex2015-06-161-37/+47
|
* mehcomex2015-06-161-52/+85
|
* purge 'need'comex2015-06-141-60/+61
|