| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a change made in r2005 by not waiting on the completion of calls to un... | stuconnolly | 2010-03-26 | 1 | -1/+1 |
* | Minor MCPKit tidy up, including the resolution of potential issues raised dur... | stuconnolly | 2010-03-26 | 7 | -47/+128 |
* | - Simplify connection keepalives, moving to a single repeating timer on the ... | rowanbeentje | 2010-03-26 | 2 | -89/+37 |
* | Suppress the connection structure query if there're more than 10000 items are... | Bibiko | 2010-03-25 | 1 | -2/+24 |
* | • Navigator | Bibiko | 2010-03-25 | 2 | -0/+24 |
* | • Navigator | Bibiko | 2010-03-25 | 2 | -8/+6 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 2 | -1/+10 |
* | • 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 | 2 | -8/+28 |
* | - 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 |
* | - Move streaming query result connection unlocking to the download thread ra... | rowanbeentje | 2010-03-18 | 1 | -3/+4 |
* | • 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 | 4 | -8/+22 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 3 | -7/+8 |
* | - 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 | 2 | -61/+87 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 3 | -23/+25 |
* | - 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 | 2 | -1/+42 |
* | - 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 | 2 | -0/+150 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 5 | -20/+56 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 1 | -1/+1 |
* | - Make a change to the area covered by threading locks in MCPStreamingConnec... | rowanbeentje | 2009-11-28 | 1 | -4/+2 |
* | - Fix a couple of thread safety issues in TableContent, and attempt to fix a... | rowanbeentje | 2009-11-24 | 2 | -4/+45 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 1 | -2/+2 |
* | - Keep a buffer of at least one full row between the downloading and process... | rowanbeentje | 2009-11-20 | 1 | -3/+6 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 3 | -1/+16 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 1 | -1/+1 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 2 | -11/+132 |
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 2 | -3/+8 |
* | - 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 | 2 | -41/+19 |
* | - 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 |
* | - Add support for createing fields of type BINARY and VARBINARY in the struct... | stuconnolly | 2009-10-21 | 2 | -19/+36 |
* | - Tweak query locking with MCPStreamingResults to fix certain operations rel... | rowanbeentje | 2009-10-13 | 2 | -3/+21 |
* | Improve handling of NULL and "(not loaded)" placeholders: | rowanbeentje | 2009-10-10 | 1 | -1/+1 |
* | Tiny tweak: make isNSNull checks ~3x faster | rowanbeentje | 2009-10-05 | 1 | -1/+3 |
* | - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti... | rowanbeentje | 2009-10-05 | 2 | -43/+46 |