aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-211-11/+12
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-191-10/+3
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-8/+18
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-181-4/+6
* • further tiny improvements for queryString's speedBibiko2009-06-181-4/+14
* • added: init consoleLoggingEnabled: for new connectionBibiko2009-06-181-0/+3
* • added to CMMCPConnection: observeValueForKeyPath:@"ConsoleEnableLogging"Bibiko2009-06-181-2/+14
* • some tiny improvements to speed up queryString:Bibiko2009-06-181-18/+16
* • some improvement to speed up queryString:Bibiko2009-06-171-10/+17
* Significant connection improvements:rowanbeentje2009-06-171-34/+92
* • added to CMMCPConnection:Bibiko2009-06-161-20/+77
* Rework queryString:withEncoding:, and ensure memory is correctly released whe...rowanbeentje2009-06-151-37/+84
* • different log message for changing max_allowed_packet for increasing it a...Bibiko2009-06-151-14/+20
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-151-1/+3
* Cleanups and improvements within queryString:encoding:rowanbeentje2009-06-151-35/+51
* Add support for titlebar connection status images, and use for SSH tunnels.rowanbeentje2009-06-141-3/+21
* • fixed position for scanning error 2006 to increase max_allowed_packetBibiko2009-06-121-6/+6
* Fixes connection timeouts during queries of over three seconds, and speeds up...rowanbeentje2009-06-121-74/+21
* • fix to allow insert large blob dataBibiko2009-06-111-21/+35
* • introduced these methods to CMMCPConnectionBibiko2009-06-111-0/+51
* Effectively halve connection lag for queries, speeding up all queries and so ...rowanbeentje2009-06-081-17/+108
* Further SSH tunnel improvements:rowanbeentje2009-06-061-2/+6
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-2/+6
* Further SSH tunnel improvements, password handling improvements, and minor bu...rowanbeentje2009-06-041-0/+2
* - fixed bug with changing extra to auto_increment for a columnmtvee2009-06-031-1/+1
* - Fix SSH tunnels on PPCrowanbeentje2009-06-031-0/+2
* Add support for SSH tunnels, improve password security, and tweaks:rowanbeentje2009-05-281-47/+204
* • fixed: serverVersionString retained and releasedBibiko2009-05-201-3/+3
* • fixed bug for getServerVersionStringBibiko2009-05-201-3/+5
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+2
* - hide 'rename' context menu if selection is not a tablemtvee2009-05-181-1/+74
* - Tweak code to use the new UseKeepAlive preference valuerowanbeentje2009-04-111-3/+4
* - If a connection is reestablished automatically by the mysql libraries, ens...rowanbeentje2009-04-091-4/+19
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-081-3/+35
* - Select 'drop tables' option for MySQL export by default, to improve backup...rowanbeentje2009-04-061-0/+7
* - Add a preference (currently with no UI) for connection timeoutrowanbeentje2009-03-281-24/+8
* SPSQLParser changes:rowanbeentje2009-03-191-2/+20
* Additional error checking, centralised connection keep-alive interval retriev...rowanbeentje2009-03-091-10/+32
* - Renames "Database Encoding" menu item in Database menu to "View Using Enco...rowanbeentje2009-03-041-32/+61
* Rollback on newbie mistake...bamse162009-03-021-10/+1
* Better error handling of dump reading (checking for NSError object instead of...bamse162009-03-021-0/+9
* Applies connection checks and keepalive logic to select database/refresh data...rowanbeentje2009-02-281-0/+31
* Implement a connection keepalive, addressing Issue #171. This runs a ping ev...rowanbeentje2009-02-251-5/+78
* Sets and enforces a connection timeout, and handles connection timeouts appro...rowanbeentje2009-02-181-18/+312
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+207