aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h
Commit message (Expand)AuthorAgeFilesLines
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-1/+8
* • fixed several threading issues due to threadingBibiko2010-03-291-1/+1
* • fixed several issue for completion listsBibiko2010-03-291-1/+7
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-281-0/+10
* • navigatorBibiko2010-03-261-1/+1
* • Navigator and completion listBibiko2010-03-261-2/+6
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-2/+17
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-261-27/+43
* - Simplify connection keepalives, moving to a single repeating timer on the ...rowanbeentje2010-03-261-6/+1
* • NavigatorBibiko2010-03-251-0/+2
* • NavigatorBibiko2010-03-251-3/+1
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-0/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-0/+2
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-0/+1
* Rework MCPConnection for greater thread safety:rowanbeentje2010-03-081-1/+6
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-1/+1
* • added method to get an info about unique database/tables names for comple...Bibiko2010-01-141-0/+2
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-101-0/+5
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+1
* - Correctly report errors triggered *during* result download for streaming r...rowanbeentje2009-11-161-0/+1
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-0/+5
* The framework shouldn't be displaying dialogs, get the delegate to do it.stuconnolly2009-11-111-0/+1
* MCPConnection.[hm] refactoring.stuconnolly2009-11-101-2/+5
* - Tweak query locking with MCPStreamingResults to fix certain operations rel...rowanbeentje2009-10-131-0/+1
* - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...rowanbeentje2009-10-051-4/+6
* Make the MCPkit framework truly 64 bit compatible by using the appropriate da...stuconnolly2009-08-261-25/+26
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-201-1/+9
* Rework SQL export:rowanbeentje2009-08-171-2/+6
* Missing SVN properties.stuconnolly2009-08-081-1/+1
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-231-1/+4
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-221-0/+2
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-0/+226