| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -282/+0 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -0/+1 |
* | - Fix compiler warnings for MCPKit - largely typecast related | rowanbeentje | 2011-03-02 | 1 | -8/+8 |
* | - Fix a race condition in conditions where the network has dropped, preventi... | rowanbeentje | 2010-12-07 | 1 | -0/+1 |
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 1 | -89/+9 |
* | Consolidate and improve ping code: | rowanbeentje | 2010-09-25 | 1 | -7/+19 |
* | - Clean up warnings when building with GCC | rowanbeentje | 2010-09-18 | 1 | -2/+7 |
* | - Implement support for MySQL over SSL for both TCP/IP and Socket connection... | rowanbeentje | 2010-09-13 | 1 | -0/+7 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -18/+12 |
* | - Clean up SPDataImport, removing unused methods and cleaning up order and m... | rowanbeentje | 2010-07-19 | 1 | -0/+2 |
* | - Clean up automatic reconnection code | rowanbeentje | 2010-07-14 | 1 | -1/+1 |
* | Improve handling of network drops, including a new automatic reconnection att... | rowanbeentje | 2010-07-13 | 1 | -0/+1 |
* | Improved calling of stored procedures: | jakob | 2010-06-30 | 1 | -0/+1 |
* | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 1 | -1/+2 |
* | - changed the query locking mechanism for MCPConnection to be more thread saf... | jakob | 2010-04-16 | 1 | -2/+5 |
* | • improved querying db structure handling | Bibiko | 2010-04-07 | 1 | -0/+1 |
* | • query db structure | Bibiko | 2010-04-07 | 1 | -0/+6 |
* | • querying for db structure is queued for the same connection to avoid 'ove... | Bibiko | 2010-03-31 | 1 | -1/+8 |
* | • fixed several threading issues due to threading | Bibiko | 2010-03-29 | 1 | -1/+1 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 1 | -1/+7 |
* | - db structure for tables and views will now be queried by using SHOW… stat... | Bibiko | 2010-03-28 | 1 | -0/+10 |
* | • navigator | Bibiko | 2010-03-26 | 1 | -1/+1 |
* | • Navigator and completion list | Bibiko | 2010-03-26 | 1 | -2/+6 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 1 | -2/+17 |
* | Minor MCPKit tidy up, including the resolution of potential issues raised dur... | stuconnolly | 2010-03-26 | 1 | -27/+43 |
* | - Simplify connection keepalives, moving to a single repeating timer on the ... | rowanbeentje | 2010-03-26 | 1 | -6/+1 |
* | • Navigator | Bibiko | 2010-03-25 | 1 | -0/+2 |
* | • Navigator | Bibiko | 2010-03-25 | 1 | -3/+1 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -0/+1 |
* | • further work on Navigator (not yet active but workable -> unHide menu item) | Bibiko | 2010-03-19 | 1 | -0/+2 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -0/+1 |
* | Rework MCPConnection for greater thread safety: | rowanbeentje | 2010-03-08 | 1 | -1/+6 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -1/+1 |
* | • added method to get an info about unique database/tables names for comple... | Bibiko | 2010-01-14 | 1 | -0/+2 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 1 | -0/+5 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+1 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 1 | -0/+1 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -0/+5 |
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 1 | -0/+1 |
* | MCPConnection.[hm] refactoring. | stuconnolly | 2009-11-10 | 1 | -2/+5 |
* | - Tweak query locking with MCPStreamingResults to fix certain operations rel... | rowanbeentje | 2009-10-13 | 1 | -0/+1 |
* | - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti... | rowanbeentje | 2009-10-05 | 1 | -4/+6 |
* | Make the MCPkit framework truly 64 bit compatible by using the appropriate da... | stuconnolly | 2009-08-26 | 1 | -25/+26 |
* | - Change MCPStreamingResult to use a safer streaming mode by default - downl... | rowanbeentje | 2009-08-20 | 1 | -1/+9 |
* | Rework SQL export: | rowanbeentje | 2009-08-17 | 1 | -2/+6 |
* | Missing SVN properties. | stuconnolly | 2009-08-08 | 1 | -1/+1 |
* | To fix query logging not working, initialize delegateQueryLogging to YES upon... | stuconnolly | 2009-07-23 | 1 | -1/+4 |
* | Remove delegate calls asking for SP specific TableDocument ivars, replacing t... | stuconnolly | 2009-07-22 | 1 | -0/+2 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -0/+226 |