aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
Commit message (Expand)AuthorAgeFilesLines
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-4/+4
* • navigatorBibiko2010-03-262-6/+7
* • Navigator and completion listBibiko2010-03-262-49/+57
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-262-35/+92
* Revert a change made in r2005 by not waiting on the completion of calls to un...stuconnolly2010-03-261-1/+1
* Minor MCPKit tidy up, including the resolution of potential issues raised dur...stuconnolly2010-03-267-47/+128
* - Simplify connection keepalives, moving to a single repeating timer on the ...rowanbeentje2010-03-262-89/+37
* Suppress the connection structure query if there're more than 10000 items are...Bibiko2010-03-251-2/+24
* • NavigatorBibiko2010-03-252-0/+24
* • NavigatorBibiko2010-03-252-8/+6
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-252-1/+10
* • NavigatorBibiko2010-03-231-9/+14
* - Fix a crash when connecting to a non-existant database by cleaning up deal...rowanbeentje2010-03-231-4/+3
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-0/+6
* - Tweak keepalive process, ensuring keepalives have a minimum time separatio...rowanbeentje2010-03-221-2/+12
* (no commit message)Bibiko2010-03-201-1/+4
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-192-8/+28
* - Clean up connection unlocking to prevent race conditions causing logged wa...rowanbeentje2010-03-191-5/+7
* - Improve thread locking in certain thread conditionsrowanbeentje2010-03-191-1/+1
* - Move streaming query result connection unlocking to the download thread ra...rowanbeentje2010-03-181-3/+4
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-6/+10
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-164-8/+22
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-153-7/+8
* - Update feedback reporting framework to no longer submit crash logs on firs...rowanbeentje2010-03-131-0/+0
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-0/+3
* Complete the Sparkle update, re-adding the updated nibsrowanbeentje2010-03-1325-0/+0
* Apply a number of updates to the Sparkle autoupdate framework from the github...rowanbeentje2010-03-1381-1916/+4
* - Use a modified connection timeout for the keepalive ping timeout, topping ...rowanbeentje2010-03-111-5/+13
* Update FeedbackReporter framework:rowanbeentje2010-03-101-0/+0
* - Update feedbackreporter framework to better cope with exception backtrace ...rowanbeentje2010-03-091-0/+0
* - Update MySQL client libraries to 5.1.44, incorporating all changes since p...rowanbeentje2010-03-093-2/+2
* Rework MCPConnection for greater thread safety:rowanbeentje2010-03-082-61/+87
* Improve Feedback reporter privacy and functionality:rowanbeentje2010-03-0614-0/+90
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-103-23/+25
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-1/+1
* Update to BWToolkit 1.2.5avenjamin2010-01-3012-275/+28
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-271-11/+18
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-1/+6
* • added method to get an info about unique database/tables names for comple...Bibiko2010-01-142-1/+42
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-141-2/+2
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-121-2/+4
* • further developments for the F5 completionBibiko2010-01-111-2/+1
* • further preparations to F5 completionBibiko2010-01-111-5/+17
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-102-0/+150
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-035-20/+56
* - Updating Growl to 1.2avenjamin2009-12-20340-30230/+47
* - Fix saving of files or images added to the SPFieldEditorrowanbeentje2009-12-041-1/+1
* - Make a change to the area covered by threading locks in MCPStreamingConnec...rowanbeentje2009-11-281-4/+2
* - Fix a couple of thread safety issues in TableContent, and attempt to fix a...rowanbeentje2009-11-242-4/+45
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-2/+2