| Commit message (Expand) | Author | Age | Files | Lines |
* | Internal Refactoring: Move MySQL Help viewer into own xib with own controller | Max | 2018-05-27 | 1 | -0/+1 |
* | Add support for NO_BACKSLASH_ESCAPES sql_mode during SQL import (#3005) | Max | 2018-05-21 | 1 | -0/+2 |
* | Add method to query mysql->server_status (part of #3005) | Max | 2018-05-20 | 2 | -0/+43 |
* | Fix a warning on 10.6 about memory leaks | Max | 2018-05-19 | 1 | -31/+33 |
* | * More formatting changes | Max | 2018-05-02 | 10 | -71/+46 |
* | Move a struct from heap to stack, since the caller will outlive its callees a... | Max | 2017-05-14 | 1 | -8/+9 |
* | Expand a lock in the connection keepalive code, because it still allowed a zo... | Max | 2017-05-11 | 1 | -2/+19 |
* | Fix some issues with charset handling during connect | Max | 2017-05-02 | 3 | -8/+29 |
* | Fix a race condition in debug code that could lead to accessing a freed object | Max | 2017-03-10 | 1 | -3/+7 |
* | * Turn `-[SPMySQLConnection checkConnectionIfNecessary]` into a public method... | Max | 2017-03-09 | 2 | -4/+4 |
* | Add a bit of debug info in Connection pinging | Max | 2017-03-09 | 2 | -3/+8 |
* | Workaround for an exception when connecting to MySQL 8.0 (#2699) | Max | 2017-02-23 | 1 | -0/+1 |
* | Change the way max_allowed_packet detection works | Max Lohrmann | 2017-01-25 | 1 | -24/+42 |
* | Make Max Packet Size detection more robust (issue with recent sphinx versions... | Max | 2017-01-10 | 1 | -10/+11 |
* | * 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 |