Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | fix all remaining -Wall warnings on Windows | Joey Hess | 2014-02-25 |
| | |||
* | windows: Fix process termination code. | Joey Hess | 2014-02-13 |
The ctrl-c hack used before didn't actually seem to work. No haskell libraries expose TerminateProcess. I tried just calling it via FFI, but got segfaults, probably to do with the wacky process handle not being managed correctly. Moving it all into one C function worked. This was hell. The EvilLinker hack was just final icing on the cake. We all know what the cake was made of. |