| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply changes from rolled back commit that are common to master and callbac... | Max | 2018-02-28 | 1 | -14/+9 |
* | Manually roll back all changes for #2979 | Max | 2018-02-27 | 1 | -93/+27 |
* | Move utility function ot a different file | Max | 2018-02-25 | 1 | -29/+2 |
* | #2979, #2437, #2247, #1836: Enable mysql cleartext auth without access to key... | Max | 2018-02-24 | 1 | -2/+8 |
* | #2979: Rename a method, because it is no longer limited to keychain | Max | 2018-02-23 | 1 | -2/+2 |
* | Remove some (near-)duplicate code | Max | 2018-02-21 | 1 | -11/+4 |
* | Next step in the #2979 experiment | Max | 2018-02-18 | 1 | -16/+34 |
* | Restore support for Mac OS X < 10.9 that broke in the previous commit | Max | 2018-02-14 | 1 | -2/+27 |
* | Experiment with #2979 | Max Lohrmann | 2018-02-14 | 1 | -17/+68 |
* | Swap two lines of code so that if a connection attempt is cancelled, SP does ... | Max | 2017-11-02 | 1 | -2/+2 |
* | SPMySQL will now enforce SSL connections when requested (#2499) | Max Lohrmann | 2017-05-21 | 1 | -0/+19 |
* | Fix some issues with charset handling during connect | Max | 2017-05-02 | 1 | -16/+52 |
* | * Turn `-[SPMySQLConnection checkConnectionIfNecessary]` into a public method... | Max | 2017-03-09 | 1 | -29/+31 |
* | Add possible socket locations for MariaDB via MacPorts. | Sebastian Volland | 2016-08-30 | 1 | -3/+5 |
* | Fix one erroneous method call | Max | 2016-07-21 | 1 | -1/+1 |
* | * Change a while() to do while; to help code analysis | Max | 2016-02-18 | 1 | -1/+4 |
* | Add another fallback for charset detection (which might improve compatibility... | Max | 2016-02-06 | 1 | -1/+18 |
* | Try to fix what could be the cause of #2353 ("Attempted to connect a connecti... | Max | 2016-01-15 | 1 | -1/+12 |
* | Add more debug info for "Attempted to connect a connection that is not discon... | Max | 2016-01-13 | 1 | -3/+24 |
* | Another attempt at the 0x338 crash (#2258) | Max | 2016-01-13 | 1 | -1/+1 |
* | * Add a wrapper method for 3 repeatetly used calls | Max | 2015-10-30 | 1 | -5/+2 |
* | * Lock connection during disconnect to prevent some race conditions | Max | 2015-10-30 | 1 | -10/+20 |
* | * Remove some ivars that are only used as local vars | Max | 2015-10-26 | 1 | -2/+0 |
* | Remove a bit duplicate code | Max | 2015-09-30 | 1 | -5/+4 |
* | Added fallback code for server version identification. | Max | 2015-08-07 | 1 | -5/+5 |
* | * Expand the debugging code from prev. commit | Max | 2015-08-06 | 1 | -0/+7 |
* | Add code to disable mysql protocol compression (no UI) to connect to Amazon A... | Max | 2015-07-30 | 1 | -5/+21 |
* | Fix an issue on 10.7+ introduced in ce33534 | Max | 2015-07-12 | 1 | -1/+1 |
* | SPMySQL: Count having just connected as 'connection used' | Max | 2015-06-07 | 1 | -1/+1 |
* | Allow to set SSL cipher list in SPMySQL | Max | 2015-03-21 | 1 | -1/+8 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -14/+14 |
* | Add support for SQLSTATE | Max | 2014-03-05 | 1 | -0/+4 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | - Clean up some connection cancellation/close-during-connect edges as a resu... | rowanbeentje | 2012-10-14 | 1 | -2/+2 |
* | - In the SPMySQL.framework, separate framework-triggered connections and dis... | rowanbeentje | 2012-10-14 | 1 | -104/+134 |
* | Improve connection handling and recovery in general, and specifically to addr... | rowanbeentje | 2012-08-18 | 1 | -8/+12 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 1 | -7/+31 |
* | - 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 | 1 | -172/+231 |
* | - Correctly call mysql_library_init() on application start, and mysql_thread... | rowanbeentje | 2012-04-18 | 1 | -0/+61 |
* | - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g... | rowanbeentje | 2012-03-29 | 1 | -2/+1 |
* | - Correctly nest reconnection attempts to preserve previous connection setti... | rowanbeentje | 2012-03-28 | 1 | -2/+7 |
* | SPMySQL integration bugfixes: | rowanbeentje | 2012-03-14 | 1 | -1/+1 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -8/+8 |
* | Initial commit of the new SPMySQL Framework, which is added to the project an... | rowanbeentje | 2012-02-20 | 1 | -0/+834 |