| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -14/+14 |
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -1/+1 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | Tidy up logical file structure. | Stuart Connolly | 2014-05-26 | 1 | -25/+9 |
* | Re-add explicit 32/64 bit builds following Xcode settings upgrade to recommen... | rowanbeentje | 2014-05-04 | 1 | -0/+3 |
* | Fix string formatting warnings in NSRunAlertPanel by using the additional arg... | rowanbeentje | 2014-05-04 | 1 | -1/+1 |
* | Update to latest Xcode-recommended build settings | rowanbeentje | 2014-05-03 | 1 | -7/+1 |
* | Add support for SQLSTATE | Max | 2014-03-05 | 8 | -0/+48 |
* | Specify clang, not GCC. | Stuart Connolly | 2014-01-26 | 1 | -1/+4 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 54 | -54/+54 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 51 | -102/+0 |
* | Silence unused function warning. | Stuart Connolly | 2014-01-14 | 1 | -0/+2 |
* | Tidy up readme. | Stuart Connolly | 2014-01-14 | 1 | -6/+31 |
* | Fix header visibility. | Stuart Connolly | 2014-01-14 | 1 | -2/+2 |
* | Add constants for all MySQL data types. | Stuart Connolly | 2014-01-14 | 4 | -0/+159 |
* | Fix architectures. | Stuart Connolly | 2013-12-02 | 1 | -0/+3 |
* | Fix warning. | Stuart Connolly | 2013-11-30 | 1 | -3/+10 |
* | Set deployment target to 10.6 so we don't get unnecessary deprecation warnings. | Stuart Connolly | 2013-11-27 | 1 | -0/+3 |
* | Apply recommended project settings. | Stuart Connolly | 2013-11-26 | 1 | -4/+10 |
* | enable skip_install (debugging continuous integration server) | Abhi Beckert | 2013-11-10 | 1 | -0/+3 |
* | Update SDKROOT = macosx; for main project, SPMySQLFramework and QueryKit sub-... | Matt Langtree | 2013-11-09 | 1 | -3/+3 |
* | - Alter the MySQL library build script to explicitly use the system zlib. T... | rowanbeentje | 2013-09-08 | 2 | -1/+1 |
* | - Update to the MySQL 5.5.33 client libraries | rowanbeentje | 2013-09-08 | 6 | -10/+13 |
* | - Add some overrides to SPMySQLEmptyResult to fix errors when running querie... | rowanbeentje | 2013-08-14 | 2 | -1/+22 |
* | - Add missing function declaration for 10.7 builds | rowanbeentje | 2013-08-14 | 1 | -0/+1 |
* | Rework table content and custom query data loading and storage for speed incr... | rowanbeentje | 2013-08-13 | 19 | -175/+1572 |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 10 | -10/+25 |
* | - Fix bit data conversion to strings to avoid memory trampling, addressing I... | rowanbeentje | 2013-05-08 | 1 | -9/+19 |
* | - Add a stub override to fix exceptions when code receiving a SPMySQLEmptyRe... | rowanbeentje | 2013-03-13 | 1 | -0/+4 |
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste... | rowanbeentje | 2013-03-11 | 6 | -39/+215 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -1/+1 |
* | Build config update: | stuconnolly | 2013-01-24 | 2 | -23/+11 |
* | - Fix an incorrect selector method after recent thread naming work | rowanbeentje | 2012-10-20 | 1 | -1/+1 |
* | - Clean up some connection cancellation/close-during-connect edges as a resu... | rowanbeentje | 2012-10-14 | 4 | -5/+13 |
* | - In the SPMySQL.framework, separate framework-triggered connections and dis... | rowanbeentje | 2012-10-14 | 4 | -109/+146 |
* | - Improve connection error detecting in SPMySQLFramework | rowanbeentje | 2012-10-06 | 1 | -1/+3 |
* | * Forgot to include a file in last commit | dmoagx | 2012-10-03 | 1 | -1/+1 |
* | Update MySQL and PosgreSQL library build scripts to find the SDK path. | stuconnolly | 2012-09-24 | 1 | -7/+25 |
* | - Alter the build settings for compatibility with Xcode 3.2.x up to Xcode 4.... | rowanbeentje | 2012-09-23 | 1 | -6/+11 |
* | Revert of r3849 (undoing the build break) | bamse16 | 2012-09-19 | 1 | -11/+9 |
* | Updated project to run/build on Mac OSX 10.8/Xcode 4.4 | bamse16 | 2012-09-13 | 1 | -9/+11 |
* | - Fix utf8mb4 handling within SPMySQLFramework; this addresses Issue #1312 | rowanbeentje | 2012-08-31 | 1 | -1/+1 |
* | Improve connection handling and recovery in general, and specifically to addr... | rowanbeentje | 2012-08-18 | 3 | -15/+29 |
* | Update script licenses. | stuconnolly | 2012-08-01 | 1 | -11/+18 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 4 | -20/+87 |
* | - Return an autoreleased copy of the error string when requested, instead of... | rowanbeentje | 2012-05-13 | 1 | -1/+2 |
* | - Fix incorrect reconnection detection in the new SPMySQL reconnection code ... | rowanbeentje | 2012-05-12 | 1 | -0/+1 |
* | - Fix a build warning caused by r3649 changes | rowanbeentje | 2012-05-10 | 1 | -1/+1 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 8 | -194/+281 |