| Commit message (Expand) | Author | Age | Files | Lines |
* | • some speed improvements and code simplifications for navigator | Bibiko | 2010-03-30 | 1 | -10/+12 |
* | • fixed several threading issues due to threading | Bibiko | 2010-03-29 | 2 | -8/+10 |
* | • added some more sanity checks to avoid exceptions due to threading | Bibiko | 2010-03-29 | 1 | -3/+9 |
* | • improved completion suggestion for db schemata | Bibiko | 2010-03-29 | 1 | -3/+5 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 2 | -74/+65 |
* | - db structure for tables and views will now be queried by using SHOW… stat... | Bibiko | 2010-03-28 | 2 | -101/+197 |
* | - Improve MCPConnection behaviour with respect to run loops and proxies, imp... | rowanbeentje | 2010-03-27 | 1 | -7/+29 |
* | - When switching tables, correctly catch disconnections and suppress error d... | rowanbeentje | 2010-03-27 | 1 | -4/+4 |
* | • navigator | Bibiko | 2010-03-26 | 2 | -6/+7 |
* | • Navigator and completion list | Bibiko | 2010-03-26 | 2 | -49/+57 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 2 | -35/+92 |
* | 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 |
* | - Update feedback reporting framework to no longer submit crash logs on firs... | rowanbeentje | 2010-03-13 | 1 | -0/+0 |
* | - Fix some leaks and autoreleases after checking static analysis | rowanbeentje | 2010-03-13 | 1 | -0/+3 |
* | Complete the Sparkle update, re-adding the updated nibs | rowanbeentje | 2010-03-13 | 25 | -0/+0 |
* | Apply a number of updates to the Sparkle autoupdate framework from the github... | rowanbeentje | 2010-03-13 | 81 | -1916/+4 |
* | - Use a modified connection timeout for the keepalive ping timeout, topping ... | rowanbeentje | 2010-03-11 | 1 | -5/+13 |
* | Update FeedbackReporter framework: | rowanbeentje | 2010-03-10 | 1 | -0/+0 |
* | - Update feedbackreporter framework to better cope with exception backtrace ... | rowanbeentje | 2010-03-09 | 1 | -0/+0 |
* | - Update MySQL client libraries to 5.1.44, incorporating all changes since p... | rowanbeentje | 2010-03-09 | 3 | -2/+2 |
* | Rework MCPConnection for greater thread safety: | rowanbeentje | 2010-03-08 | 2 | -61/+87 |
* | Improve Feedback reporter privacy and functionality: | rowanbeentje | 2010-03-06 | 14 | -0/+90 |
* | 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 |
* | Update to BWToolkit 1.2.5 | avenjamin | 2010-01-30 | 12 | -275/+28 |
* | - 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 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -2/+2 |
* | - 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 |