| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | • 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 |
* | - Updating Growl to 1.2 | avenjamin | 2009-12-20 | 340 | -30230/+47 |
* | - 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 |
* | • marked 'sequel-pro-print-template.html' as localizable | Bibiko | 2009-09-27 | 1 | -1/+1 |
* | - Change the definition of forcePingTimeout to use int instead of NSInteger,... | rowanbeentje | 2009-09-12 | 1 | -2/+2 |
* | Missing nil terminator. | stuconnolly | 2009-09-03 | 1 | -1/+1 |