aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-2311-8/+218
* - Add missing libmysqlclient.a to build SPMySQL (ignored during initial add ...rowanbeentje2012-02-201-0/+0
* - Fix incorrect conversion via a CFStringEncoding for eucjpmsrowanbeentje2012-02-20143-18947/+1
* Initial commit of the new SPMySQL Framework, which is added to the project an...rowanbeentje2012-02-20194-0/+28563