| Commit message (Expand) | Author | Age | Files | Lines |
* | • Navigator | Bibiko | 2010-03-23 | 1 | -9/+14 |
* | - Fix a crash when connecting to a non-existant database by cleaning up deal... | rowanbeentje | 2010-03-23 | 1 | -4/+3 |
* | - Simplify table source table setup and make thread safe. This should addre... | rowanbeentje | 2010-03-22 | 1 | -0/+6 |
* | - Tweak keepalive process, ensuring keepalives have a minimum time separatio... | rowanbeentje | 2010-03-22 | 1 | -2/+12 |
* | (no commit message) | Bibiko | 2010-03-20 | 1 | -1/+4 |
* | • further work on Navigator (not yet active but workable -> unHide menu item) | Bibiko | 2010-03-19 | 1 | -8/+26 |
* | - Clean up connection unlocking to prevent race conditions causing logged wa... | rowanbeentje | 2010-03-19 | 1 | -5/+7 |
* | - Improve thread locking in certain thread conditions | rowanbeentje | 2010-03-19 | 1 | -1/+1 |
* | • changed NSDictionary structure for [MCPConnection queryDbStructure] | Bibiko | 2010-03-17 | 1 | -6/+10 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -7/+13 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -0/+1 |
* | - Fix some leaks and autoreleases after checking static analysis | rowanbeentje | 2010-03-13 | 1 | -0/+3 |
* | - Use a modified connection timeout for the keepalive ping timeout, topping ... | rowanbeentje | 2010-03-11 | 1 | -5/+13 |
* | Rework MCPConnection for greater thread safety: | rowanbeentje | 2010-03-08 | 1 | -60/+81 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -18/+22 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -1/+1 |
* | - Fix SSH threads (and connections) which were never cleaned up or closed, p... | rowanbeentje | 2010-01-27 | 1 | -11/+18 |
* | Improve Disconnection on connection loss: | rowanbeentje | 2010-01-24 | 1 | -1/+6 |
* | • added method to get an info about unique database/tables names for comple... | Bibiko | 2010-01-14 | 1 | -1/+40 |
* | - Move the query for the database structure to a background processing threa... | rowanbeentje | 2010-01-12 | 1 | -2/+4 |
* | • further developments for the F5 completion | Bibiko | 2010-01-11 | 1 | -2/+1 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -5/+17 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 1 | -0/+145 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -7/+26 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 1 | -1/+1 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 1 | -1/+10 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -11/+127 |
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 1 | -3/+7 |
* | - Add safeguards to ensure sequential runs when holding down run all/run sel... | rowanbeentje | 2009-11-10 | 1 | -5/+9 |
* | MCPConnection.[hm] refactoring. | stuconnolly | 2009-11-10 | 1 | -39/+14 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -3/+3 |
* | - Tweak connection locking to avoid occasional NSLock warnings when running ... | rowanbeentje | 2009-11-01 | 1 | -13/+9 |
* | - Tweak query locking with MCPStreamingResults to fix certain operations rel... | rowanbeentje | 2009-10-13 | 1 | -3/+20 |
* | - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti... | rowanbeentje | 2009-10-05 | 1 | -39/+40 |
* | - Change the definition of forcePingTimeout to use int instead of NSInteger,... | rowanbeentje | 2009-09-12 | 1 | -2/+2 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -11/+10 |
* | Make the MCPkit framework truly 64 bit compatible by using the appropriate da... | stuconnolly | 2009-08-26 | 1 | -35/+35 |
* | Alter CustomQuery to use StreamingResult to download and process result sets: | rowanbeentje | 2009-08-26 | 1 | -3/+3 |
* | - Fix NSLock console lines | rowanbeentje | 2009-08-25 | 1 | -1/+1 |
* | - Change MCPStreamingResult to use a safer streaming mode by default - downl... | rowanbeentje | 2009-08-20 | 1 | -9/+25 |
* | Rework SQL export: | rowanbeentje | 2009-08-17 | 1 | -15/+53 |
* | Missing SVN properties. | stuconnolly | 2009-08-08 | 1 | -1/+1 |
* | - Remove compression option in mysql_options (already set as part of connect... | rowanbeentje | 2009-07-28 | 1 | -4/+1 |
* | To fix query logging not working, initialize delegateQueryLogging to YES upon... | stuconnolly | 2009-07-23 | 1 | -4/+31 |
* | - Fix a large memory leak in [MCPConnection prepareString] | rowanbeentje | 2009-07-23 | 1 | -1/+1 |
* | Remove delegate calls asking for SP specific TableDocument ivars, replacing t... | stuconnolly | 2009-07-22 | 1 | -7/+7 |
* | - Allow the reconnection dialogs to function correctly if anything other tha... | rowanbeentje | 2009-07-22 | 1 | -4/+4 |
* | - Restore MySQL 3.x compatibility | rowanbeentje | 2009-07-22 | 1 | -3/+3 |
* | To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ... | stuconnolly | 2009-07-21 | 1 | -1/+1 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -0/+1995 |