aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-143/+135
* * More formatting changesMax2018-05-021-27/+21
* * Formatting and minor code changesMax2018-04-291-12/+9
* Reapply changes from rolled back commit that are common to master and callbac...Max2018-02-281-14/+9
* Manually roll back all changes for #2979Max2018-02-271-93/+27
* Move utility function ot a different fileMax2018-02-251-29/+2
* #2979, #2437, #2247, #1836: Enable mysql cleartext auth without access to key...Max2018-02-241-2/+8
* #2979: Rename a method, because it is no longer limited to keychainMax2018-02-231-2/+2
* Remove some (near-)duplicate codeMax2018-02-211-11/+4
* Next step in the #2979 experimentMax2018-02-181-16/+34
* Restore support for Mac OS X < 10.9 that broke in the previous commitMax2018-02-141-2/+27
* Experiment with #2979Max Lohrmann2018-02-141-17/+68
* Swap two lines of code so that if a connection attempt is cancelled, SP does ...Max2017-11-021-2/+2
* SPMySQL will now enforce SSL connections when requested (#2499)Max Lohrmann2017-05-211-0/+19
* Fix some issues with charset handling during connectMax2017-05-021-16/+52
* * Turn `-[SPMySQLConnection checkConnectionIfNecessary]` into a public method...Max2017-03-091-29/+31
* Add possible socket locations for MariaDB via MacPorts.Sebastian Volland2016-08-301-3/+5
* Fix one erroneous method callMax2016-07-211-1/+1
* * Change a while() to do while; to help code analysisMax2016-02-181-1/+4
* Add another fallback for charset detection (which might improve compatibility...Max2016-02-061-1/+18
* Try to fix what could be the cause of #2353 ("Attempted to connect a connecti...Max2016-01-151-1/+12
* Add more debug info for "Attempted to connect a connection that is not discon...Max2016-01-131-3/+24
* Another attempt at the 0x338 crash (#2258)Max2016-01-131-1/+1
* * Add a wrapper method for 3 repeatetly used callsMax2015-10-301-5/+2
* * Lock connection during disconnect to prevent some race conditionsMax2015-10-301-10/+20
* * Remove some ivars that are only used as local varsMax2015-10-261-2/+0
* Remove a bit duplicate codeMax2015-09-301-5/+4
* Added fallback code for server version identification.Max2015-08-071-5/+5
* * Expand the debugging code from prev. commitMax2015-08-061-0/+7
* Add code to disable mysql protocol compression (no UI) to connect to Amazon A...Max2015-07-301-5/+21
* Fix an issue on 10.7+ introduced in ce33534Max2015-07-121-1/+1
* SPMySQL: Count having just connected as 'connection used'Max2015-06-071-1/+1
* Allow to set SSL cipher list in SPMySQLMax2015-03-211-1/+8
* Replace some NSDictionaries with literalsMax2014-12-131-14/+14
* Add support for SQLSTATEMax2014-03-051-0/+4
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Clean up some connection cancellation/close-during-connect edges as a resu...rowanbeentje2012-10-141-2/+2
* - In the SPMySQL.framework, separate framework-triggered connections and dis...rowanbeentje2012-10-141-104/+134
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-181-8/+12
* Improve connection keepalive, disconnect, and connection loss after reviewing...rowanbeentje2012-05-151-7/+31
* - 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-081-172/+231
* - Correctly call mysql_library_init() on application start, and mysql_thread...rowanbeentje2012-04-181-0/+61
* - Fix SPMySQL warnings about delegate and proxy methods mixing synthesized g...rowanbeentje2012-03-291-2/+1
* - Correctly nest reconnection attempts to preserve previous connection setti...rowanbeentje2012-03-281-2/+7
* SPMySQL integration bugfixes:rowanbeentje2012-03-141-1/+1
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-8/+8
* Initial commit of the new SPMySQL Framework, which is added to the project an...rowanbeentje2012-02-201-0/+834