aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3402/+0
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-211-1/+1
* - Add Zend Server CE compatibility to the default socket search list, path a...rowanbeentje2012-01-051-0/+1
* - Fix an issue in MCPConnection causing connection locking if the connection...rowanbeentje2011-10-281-1/+17
* * Fixes a minor bug where the server time zone would not be detected correctlydmoagx2011-10-071-1/+2
* - Improve time zone checking to account for NULL timezones, which should add...rowanbeentje2011-09-121-3/+3
* - Improve interactive_timeout handling, ensuring a minimum timeout of five m...rowanbeentje2011-08-081-0/+9
* Fix encoding issues, particularly giving errors when selecting tables and dis...rowanbeentje2011-08-071-112/+109
* - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, addr...rowanbeentje2011-07-271-1/+1
* - Copy some NSStringAdditions to MCPStringAdditions to improve framework sep...rowanbeentje2011-06-191-2/+1
* - Ensure the connection delegate is nil on initialisationrowanbeentje2011-06-191-1/+2
* - After reviewing crash logs, improve query cancellation for increased stabi...rowanbeentje2011-05-301-3/+14
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-51/+53
* - Fix problems correctly resetting state when a query affects no rows on cre...rowanbeentje2011-01-141-4/+5
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-1/+2
* - Fix a race condition in conditions where the network has dropped, preventi...rowanbeentje2010-12-071-0/+20
* - Tweak connection/reconnection to use locking, to prevent race condition is...rowanbeentje2010-11-121-1/+7
* - Alter connection details to be sent over UTF8 instead of Latin1 - this imp...rowanbeentje2010-11-101-16/+33
* - Improve query disconnection/reconnection while pings or queries are still ...rowanbeentje2010-11-031-3/+28
* • CSV Import Field Mapper SheetBibiko2010-10-231-1/+1
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-201-1/+22
* - Make the initial maximum packet fetch fail silently if it fails, defaultin...rowanbeentje2010-09-301-10/+4
* Consolidate and improve ping code:rowanbeentje2010-09-251-164/+134
* - A further attempt to improve MySQL library crashes by improving threaded p...rowanbeentje2010-09-201-1/+33
* - Clean up warnings when building with GCCrowanbeentje2010-09-181-6/+6
* - Fix crashes triggered by connection unlocking after disconnection; this ad...rowanbeentje2010-09-181-2/+2
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-1/+0
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-131-5/+87
* Update background keepalive pings:rowanbeentje2010-09-031-11/+33
* - Add connection checks before uses of mysql_hex_string and mysql_real_escap...rowanbeentje2010-08-311-16/+51
* - Attempt more status checking before closing the MySQL connection, in an at...rowanbeentje2010-08-301-3/+3
* - Improve background thread reconnect interaction with the interface; if the...rowanbeentje2010-08-291-3/+10
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-56/+168
* • made SP more robust against issues which are caused by different table na...Bibiko2010-08-151-0/+4
* • fixed: display tables and views correctly in auto-completion list and in ...Bibiko2010-08-151-1/+1
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-0/+52
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-191-0/+13
* - Clean up automatic reconnection coderowanbeentje2010-07-141-26/+49
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-131-7/+70
* - Add default socket locations for Mac OS X Server and XAMPP to default sock...rowanbeentje2010-07-081-4/+6
* Improved calling of stored procedures:jakob2010-06-301-2/+30
* - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes...rowanbeentje2010-06-161-44/+47
* - Fix comment retrieval issues for <4.1 when retrieving db structure - addre...rowanbeentje2010-06-141-1/+6
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-011-3/+4
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-151-166/+127
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+13
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-281-11/+30
* Add extra connection checking at multiple stages of getting the server's proc...stuconnolly2010-04-271-5/+7