aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Suppress the connection structure query if there're more than 10000 items are...Bibiko2010-03-251-2/+24
* • NavigatorBibiko2010-03-251-0/+22
* • NavigatorBibiko2010-03-251-5/+5
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-1/+9
* • NavigatorBibiko2010-03-231-9/+14
* - Fix a crash when connecting to a non-existant database by cleaning up deal...rowanbeentje2010-03-231-4/+3
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-0/+6
* - Tweak keepalive process, ensuring keepalives have a minimum time separatio...rowanbeentje2010-03-221-2/+12
* (no commit message)Bibiko2010-03-201-1/+4
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-8/+26
* - Clean up connection unlocking to prevent race conditions causing logged wa...rowanbeentje2010-03-191-5/+7
* - Improve thread locking in certain thread conditionsrowanbeentje2010-03-191-1/+1
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-6/+10
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-7/+13
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-0/+1
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-0/+3
* - Use a modified connection timeout for the keepalive ping timeout, topping ...rowanbeentje2010-03-111-5/+13
* Rework MCPConnection for greater thread safety:rowanbeentje2010-03-081-60/+81
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-18/+22
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-1/+1
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-271-11/+18
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-1/+6
* • added method to get an info about unique database/tables names for comple...Bibiko2010-01-141-1/+40
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-121-2/+4
* • further developments for the F5 completionBibiko2010-01-111-2/+1