| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial commit of the new SPMySQL Framework, which is added to the project an... | rowanbeentje | 2012-02-20 | 194 | -0/+28563 |
* | - Make SPConnectionController a NSConnectionView subclass so that retain cyc... | rowanbeentje | 2012-01-21 | 1 | -1/+1 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 1 | -1/+1 |
* | - Add Zend Server CE compatibility to the default socket search list, path a... | rowanbeentje | 2012-01-05 | 1 | -0/+1 |
* | Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. ... | stuconnolly | 2011-11-05 | 4 | -5/+21 |
* | - Fix an issue in MCPConnection causing connection locking if the connection... | rowanbeentje | 2011-10-28 | 1 | -1/+17 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 1 | -1/+1 |
* | * Fixes a minor bug where the server time zone would not be detected correctly | dmoagx | 2011-10-07 | 1 | -1/+2 |
* | QueryKit updates. | stuconnolly | 2011-09-27 | 2 | -2/+5 |
* | Fix test. | stuconnolly | 2011-09-26 | 1 | -0/+1 |
* | - Improve time zone checking to account for NULL timezones, which should add... | rowanbeentje | 2011-09-12 | 1 | -3/+3 |
* | QueryKit comments. | stuconnolly | 2011-09-12 | 2 | -4/+13 |
* | QueryKit additions. | stuconnolly | 2011-09-10 | 6 | -24/+288 |
* | Update QueryKit license to be MIT. | stuconnolly | 2011-09-10 | 9 | -100/+163 |
* | - Update FeedbackReporter framework to no longer capture the console log on ... | rowanbeentje | 2011-09-08 | 1 | -0/+0 |
* | More QueryKit progress. Still very rough. | stuconnolly | 2011-09-06 | 3 | -9/+90 |
* | Add the beginnings of QueryKit. | stuconnolly | 2011-09-04 | 9 | -0/+563 |
* | - Lion compatibility improvement: add support for fullscreen windows, on the... | rowanbeentje | 2011-08-16 | 3 | -4/+13 |
* | - Improve interactive_timeout handling, ensuring a minimum timeout of five m... | rowanbeentje | 2011-08-08 | 1 | -0/+9 |
* | Fix encoding issues, particularly giving errors when selecting tables and dis... | rowanbeentje | 2011-08-07 | 1 | -112/+109 |
* | - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, addr... | rowanbeentje | 2011-07-27 | 1 | -1/+1 |
* | - Copy some NSStringAdditions to MCPStringAdditions to improve framework sep... | rowanbeentje | 2011-06-19 | 3 | -2/+54 |
* | - Ensure the connection delegate is nil on initialisation | rowanbeentje | 2011-06-19 | 1 | -1/+2 |
* | - Upgrade MySQL client libraries to version 5.1.57 | rowanbeentje | 2011-06-05 | 6 | -5/+5 |
* | NSNotificationAdditions tweaks: | rowanbeentje | 2011-06-01 | 2 | -51/+37 |
* | - After reviewing crash logs, improve query cancellation for increased stabi... | rowanbeentje | 2011-05-30 | 1 | -3/+14 |
* | Add the ability to double click a tab to duplicate the connection in a new ta... | stuconnolly | 2011-05-09 | 2 | -32/+60 |
* | • improve BIT field type support | Bibiko | 2011-05-05 | 1 | -3/+13 |
* | Alter result string processing to use returned string length and not null-ter... | rowanbeentje | 2011-04-23 | 2 | -15/+5 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 2 | -2/+4 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -0/+1 |
* | - Fix all warnings in the PSMTabBar framework, including a fix for a 10.5 dr... | rowanbeentje | 2011-03-03 | 15 | -204/+244 |
* | - Fix compiler warnings for MCPKit - largely typecast related | rowanbeentje | 2011-03-02 | 11 | -137/+160 |
* | Fix compiler warnings. | stuconnolly | 2011-03-01 | 2 | -2/+2 |
* | - Add a customised version of BWToolKit, incorporating Robert Payne's patch ... | rowanbeentje | 2011-01-23 | 2 | -0/+1 |
* | • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle (than... | Bibiko | 2011-01-20 | 6 | -15/+23 |
* | - Change window change notifications from key change notifications to main c... | rowanbeentje | 2011-01-16 | 1 | -2/+2 |
* | - Fix problems correctly resetting state when a query affects no rows on cre... | rowanbeentje | 2011-01-14 | 1 | -4/+5 |
* | • changed spatial SRIDs to int32 as it is declared in http://www.opengeospa... | Bibiko | 2011-01-09 | 1 | -16/+18 |
* | • fixed SP's internal spatial wkt calculation for large amount of data points | Bibiko | 2011-01-09 | 1 | -43/+43 |
* | - Tweak tab bar background colour when the window is in the background to de... | rowanbeentje | 2011-01-05 | 1 | -3/+3 |
* | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 1 | -1/+2 |
* | - Fix a race condition in conditions where the network has dropped, preventi... | rowanbeentje | 2010-12-07 | 2 | -0/+21 |
* | - Fix another memory leak in -[SRValidator isKeyCode:andFlagsTaken:error] - ... | rowanbeentje | 2010-11-29 | 1 | -0/+0 |
* | - Fix a memory leak in ShortcutRecorder's SRCharacterForKeyCodeAndCocoaFlags... | rowanbeentje | 2010-11-29 | 1 | -0/+0 |
* | - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ini... | rowanbeentje | 2010-11-16 | 19 | -0/+542 |
* | - Tweak connection/reconnection to use locking, to prevent race condition is... | rowanbeentje | 2010-11-12 | 1 | -1/+7 |
* | - Alter connection details to be sent over UTF8 instead of Latin1 - this imp... | rowanbeentje | 2010-11-10 | 1 | -16/+33 |
* | - Improve query disconnection/reconnection while pings or queries are still ... | rowanbeentje | 2010-11-03 | 1 | -3/+28 |
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ... | Bibiko | 2010-10-29 | 1 | -5/+2 |