aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-241-7/+7
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-231-7/+14
* - changed the query locking mechanism for MCPConnection to be more thread saf...jakob2010-04-161-55/+83
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* • improved querying db structure handlingBibiko2010-04-071-0/+21
* • query db structureBibiko2010-04-071-57/+92
* - Improve on r2050, running reconnections after a proxy disconnect on a new ...rowanbeentje2010-04-041-15/+22
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-311-2/+5
* • removed unnecessary retains, ergo fixed some memory leaksBibiko2010-03-311-11/+9
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-315/+353
* • next trial to make getAllKeysOfDbStructure thread safeBibiko2010-03-301-6/+28
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-10/+12
* • fixed several threading issues due to threadingBibiko2010-03-291-7/+9
* • added some more sanity checks to avoid exceptions due to threadingBibiko2010-03-291-3/+9
* • improved completion suggestion for db schemataBibiko2010-03-291-3/+5
* • fixed several issue for completion listsBibiko2010-03-291-73/+58
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-281-101/+187
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-271-7/+29
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-4/+4
* • navigatorBibiko2010-03-261-5/+6
* • Navigator and completion listBibiko2010-03-261-47/+51
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-33/+75
* Revert a change made in r2005 by not waiting on the completion of calls to un...stuconnolly2010-03-261-1/+1
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-261-14/+20
* - Simplify connection keepalives, moving to a single repeating timer on the ...rowanbeentje2010-03-261-83/+36