Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Convert all old .tiff resource images to .png format | rowanbeentje | 2012-12-21 | 1 | -0/+0 |
| | | | | | | | - Recompress all pngs losslessly to reduce disk use slightly - Remove old unused images - Switch some code over to imageNamed: to allow easier Retina additions in future | ||||
* | - Implement support for MySQL over SSL for both TCP/IP and Socket ↵ | rowanbeentje | 2010-09-13 | 1 | -0/+0 |
connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27. |