aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-271-1/+1
* - Change the definition of forcePingTimeout to use int instead of NSInteger,...rowanbeentje2009-09-121-2/+2
* Missing nil terminator.stuconnolly2009-09-031-1/+1
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-11/+10
* Make the MCPkit framework truly 64 bit compatible by using the appropriate da...stuconnolly2009-08-2627-320/+331
* Alter CustomQuery to use StreamingResult to download and process result sets:rowanbeentje2009-08-263-5/+50
* - Fix NSLock console linesrowanbeentje2009-08-253-19/+23
* • bug fixed for _downloadAllDataBibiko2009-08-201-183/+177
* - Change MCPStreamingResult to use a safer streaming mode by default - downl...rowanbeentje2009-08-206-152/+373
* - Add a note to warn about use of MCPStreamingResultrowanbeentje2009-08-171-0/+8
* Rework SQL export:rowanbeentje2009-08-175-17/+304
* - Make result sets 1.5x faster to process by using 10.4+ native stringWithCS...rowanbeentje2009-08-161-15/+4
* Missing SVN properties.stuconnolly2009-08-0835-35/+35
* - Fix a memory leak when filtering the server variablesstuconnolly2009-08-071-4/+3
* - Remove compression option in mysql_options (already set as part of connect...rowanbeentje2009-07-281-4/+1
* - Fix editing of results including decimalsrowanbeentje2009-07-231-0/+3
* To fix query logging not working, initialize delegateQueryLogging to YES upon...stuconnolly2009-07-232-5/+35
* - Fix a large memory leak in [MCPConnection prepareString]rowanbeentje2009-07-231-1/+1
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-222-7/+9
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-221-4/+4
* - Restore MySQL 3.x compatibilityrowanbeentje2009-07-221-3/+3
* To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ...stuconnolly2009-07-211-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-2145-0/+10483