aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
...
* MCPConnection.[hm] refactoring.stuconnolly2009-11-101-39/+14
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-3/+3
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-011-13/+9
* - Tweak query locking with MCPStreamingResults to fix certain operations rel...rowanbeentje2009-10-131-3/+20
* - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...rowanbeentje2009-10-051-39/+40
* - Change the definition of forcePingTimeout to use int instead of NSInteger,...rowanbeentje2009-09-121-2/+2
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-11/+10
* Make the MCPkit framework truly 64 bit compatible by using the appropriate da...stuconnolly2009-08-261-35/+35
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-261-3/+3
* - Fix NSLock console linesrowanbeentje2009-08-251-1/+1
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-201-9/+25
* Rework SQL export:rowanbeentje2009-08-171-15/+53
* Missing SVN properties.stuconnolly2009-08-081-1/+1
* - Remove compression option in mysql_options (already set as part of connect...rowanbeentje2009-07-281-4/+1
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-231-4/+31
* - Fix a large memory leak in [MCPConnection prepareString]rowanbeentje2009-07-231-1/+1
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-221-7/+7
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-221-4/+4
* - Restore MySQL 3.x compatibilityrowanbeentje2009-07-221-3/+3
* To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ...stuconnolly2009-07-211-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-0/+1995