| Commit message (Expand) | Author | Age | Files | Lines |
* | * Change a while() to do while; to help code analysis | Max | 2016-02-18 | 1 | -3/+2 |
* | Try to fix what could be the cause of #2353 ("Attempted to connect a connecti... | Max | 2016-01-15 | 3 | -0/+12 |
* | Fix wrong charset mapping for "latin1" | Max | 2015-11-19 | 1 | -3/+3 |
* | In order to enable even more people to shoot themselves in the foot, this com... | Max | 2015-11-12 | 2 | -0/+24 |
* | * Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92... | Max | 2015-10-31 | 1 | -1/+1 |
* | * Add a wrapper method for 3 repeatetly used calls | Max | 2015-10-30 | 1 | -1/+12 |
* | * Lock connection during disconnect to prevent some race conditions | Max | 2015-10-30 | 2 | -49/+20 |
* | * Remove some ivars that are only used as local vars | Max | 2015-10-26 | 2 | -6/+8 |
* | This change will either reduce the amount of crashes or increase the amount o... | Max | 2015-10-17 | 1 | -0/+3 |
* | Minor change | Max | 2015-10-17 | 2 | -16/+20 |
* | Move a mysql_affected_rows() to see how the 0x338 crash behaves (#2258) | Max | 2015-10-08 | 1 | -1/+7 |
* | Add logging for a possible issue in Connection keepalive | Max | 2015-10-04 | 1 | -0/+4 |
* | Add some debug code for another crash that has been happening lately | Max | 2015-10-02 | 1 | -1/+1 |
* | Clarify thread names | Max | 2015-09-29 | 1 | -1/+3 |
* | Added fallback code for server version identification. | Max | 2015-08-07 | 2 | -11/+23 |
* | Add code to disable mysql protocol compression (no UI) to connect to Amazon A... | Max | 2015-07-30 | 1 | -0/+1 |
* | Fix an issue where Sequel Pro added a NUL byte to the end of every query (fix... | Max | 2015-07-29 | 2 | -9/+12 |
* | Allow to set SSL cipher list in SPMySQL | Max | 2015-03-21 | 1 | -0/+1 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | Fix string formatting warnings in NSRunAlertPanel by using the additional arg... | rowanbeentje | 2014-05-04 | 1 | -1/+1 |
* | Add support for SQLSTATE | Max | 2014-03-05 | 3 | -0/+40 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 20 | -20/+20 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 20 | -40/+0 |
* | Rework table content and custom query data loading and storage for speed incr... | rowanbeentje | 2013-08-13 | 3 | -2/+19 |
* | - 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 | 5 | -5/+5 |
* | - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it inste... | rowanbeentje | 2013-03-11 | 1 | -26/+30 |
* | - 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 | 2 | -3/+9 |
* | - In the SPMySQL.framework, separate framework-triggered connections and dis... | rowanbeentje | 2012-10-14 | 2 | -5/+10 |
* | - Improve connection error detecting in SPMySQLFramework | rowanbeentje | 2012-10-06 | 1 | -1/+3 |
* | - 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 | 1 | -6/+16 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 2 | -12/+54 |
* | - Return an autoreleased copy of the error string when requested, instead of... | rowanbeentje | 2012-05-13 | 1 | -1/+2 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 4 | -5/+30 |
* | - Correctly call mysql_library_init() on application start, and mysql_thread... | rowanbeentje | 2012-04-18 | 3 | -0/+15 |
* | - Upgrade to the MySQL 5.5.22 client libraries, updating to a much more up-t... | rowanbeentje | 2012-04-09 | 1 | -0/+7 |
* | - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g... | rowanbeentje | 2012-03-29 | 3 | -5/+36 |
* | Added #import "SPMySQLStringAdditions.h" for mySQLBacktickQuotedString and my... | sqlprodev | 2012-03-28 | 2 | -0/+2 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 6 | -28/+110 |
* | Improvements to SPMySQL framework: | rowanbeentje | 2012-02-24 | 1 | -1/+2 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 2 | -1/+26 |
* | - Fix incorrect conversion via a CFStringEncoding for eucjpms | rowanbeentje | 2012-02-20 | 1 | -1/+1 |
* | Initial commit of the new SPMySQL Framework, which is added to the project an... | rowanbeentje | 2012-02-20 | 18 | -0/+2716 |