aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework
Commit message (Expand)AuthorAgeFilesLines
* Silence unused function warning.Stuart Connolly2014-01-141-0/+2
* Tidy up readme.Stuart Connolly2014-01-141-6/+31
* Fix header visibility.Stuart Connolly2014-01-141-2/+2
* Add constants for all MySQL data types.Stuart Connolly2014-01-144-0/+159
* Fix architectures.Stuart Connolly2013-12-021-0/+3
* Fix warning.Stuart Connolly2013-11-301-3/+10
* Set deployment target to 10.6 so we don't get unnecessary deprecation warnings.Stuart Connolly2013-11-271-0/+3
* Apply recommended project settings.Stuart Connolly2013-11-261-4/+10
* enable skip_install (debugging continuous integration server)Abhi Beckert2013-11-101-0/+3
* Update SDKROOT = macosx; for main project, SPMySQLFramework and QueryKit sub-...Matt Langtree2013-11-091-3/+3
* - Alter the MySQL library build script to explicitly use the system zlib. T...rowanbeentje2013-09-082-1/+1
* - Update to the MySQL 5.5.33 client librariesrowanbeentje2013-09-086-10/+13
* - Add some overrides to SPMySQLEmptyResult to fix errors when running querie...rowanbeentje2013-08-142-1/+22
* - Add missing function declaration for 10.7 buildsrowanbeentje2013-08-141-0/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-1319-175/+1572
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-2110-10/+25
* - Fix bit data conversion to strings to avoid memory trampling, addressing I...rowanbeentje2013-05-081-9/+19
* - Add a stub override to fix exceptions when code receiving a SPMySQLEmptyRe...rowanbeentje2013-03-131-0/+4
* - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste...rowanbeentje2013-03-116-39/+215
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-1/+1
* Build config update:stuconnolly2013-01-242-23/+11
* - Fix an incorrect selector method after recent thread naming workrowanbeentje2012-10-201-1/+1
* - Clean up some connection cancellation/close-during-connect edges as a resu...rowanbeentje2012-10-144-5/+13
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-144-109/+146
* - Improve connection error detecting in SPMySQLFrameworkrowanbeentje2012-10-061-1/+3
* * Forgot to include a file in last commitdmoagx2012-10-031-1/+1
* Update MySQL and PosgreSQL library build scripts to find the SDK path.stuconnolly2012-09-241-7/+25
* - Alter the build settings for compatibility with Xcode 3.2.x up to Xcode 4....rowanbeentje2012-09-231-6/+11
* Revert of r3849 (undoing the build break)bamse162012-09-191-11/+9
* Updated project to run/build on Mac OSX 10.8/Xcode 4.4bamse162012-09-131-9/+11
* - Fix utf8mb4 handling within SPMySQLFramework; this addresses Issue #1312rowanbeentje2012-08-311-1/+1
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-183-15/+29
* Update script licenses.stuconnolly2012-08-011-11/+18
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-154-20/+87
* - Return an autoreleased copy of the error string when requested, instead of...rowanbeentje2012-05-131-1/+2
* - Fix incorrect reconnection detection in the new SPMySQL reconnection code ...rowanbeentje2012-05-121-0/+1
* - Fix a build warning caused by r3649 changesrowanbeentje2012-05-101-1/+1
* Rework connection loss handling in SPMySQL, particularly to improve backgroun...rowanbeentje2012-05-088-194/+281
* - Correctly call mysql_library_init() on application start, and mysql_thread...rowanbeentje2012-04-185-1/+78
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-1/+1
* - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t...rowanbeentje2012-04-0913-304/+265
* - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g...rowanbeentje2012-03-295-10/+37
* Added #import "SPMySQLStringAdditions.h" for mySQLBacktickQuotedString and my...sqlprodev2012-03-282-0/+2
* - Correctly nest reconnection attempts to preserve previous connection setti...rowanbeentje2012-03-281-2/+7
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-272-9/+4
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* SPMySQL integration bugfixes:rowanbeentje2012-03-141-1/+1
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-1411-37/+311
* Improvements to SPMySQL framework:rowanbeentje2012-02-246-67/+112