aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-0/+3
* - Use a modified connection timeout for the keepalive ping timeout, topping ...rowanbeentje2010-03-111-5/+13
* - 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
* 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
* - 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
* - 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
* - Keep a buffer of at least one full row between the downloading and process...rowanbeentje2009-11-201-3/+6
* - Correctly report errors triggered *during* result download for streaming r...rowanbeentje2009-11-163-1/+16
* - Make some thread safety improvements to try to address Issue #460rowanbeentje2009-11-161-1/+1
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-152-11/+132
* The framework shouldn't be displaying dialogs, get the delegate to do it.stuconnolly2009-11-112-3/+8
* - Add safeguards to ensure sequential runs when holding down run all/run sel...rowanbeentje2009-11-101-5/+9
* MCPConnection.[hm] refactoring.stuconnolly2009-11-102-41/+19
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-3/+3
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-011-13/+9
* - Add support for createing fields of type BINARY and VARBINARY in the struct...stuconnolly2009-10-212-19/+36
* - Tweak query locking with MCPStreamingResults to fix certain operations rel...rowanbeentje2009-10-132-3/+21
* Improve handling of NULL and "(not loaded)" placeholders:rowanbeentje2009-10-101-1/+1
* Tiny tweak: make isNSNull checks ~3x fasterrowanbeentje2009-10-051-1/+3
* - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...rowanbeentje2009-10-052-43/+46