aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionDelegate.m
Commit message (Expand)AuthorAgeFilesLines
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-5/+5
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-2/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Fix another implicit cast warning.stuconnolly2012-05-111-1/+1
* Fix remaining implicit cast warnings.stuconnolly2012-05-111-1/+1
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+8
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-16/+10
* - Ensure blank passwords for MySQL connections are passed in as NULL instead...rowanbeentje2011-05-291-1/+1
* - Change the CSV import accessory view to a general import accessory view, b...rowanbeentje2010-11-291-0/+3
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-9/+0
* • added to SPconnectionDelegate method "keychainPasswordForSSHConnection"Bibiko2010-06-281-0/+24
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-15/+21
* Rework alert sheets:rowanbeentje2010-05-091-1/+12
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-231-11/+16
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-4/+13
* * removed a stray NSLog()jakob2010-01-281-3/+3
* * fixed typo that prevented the document window from closing when choosing 'd...jakob2010-01-281-2/+3
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-271-2/+2
* Improve Disconnection on connection loss:rowanbeentje2010-01-241-2/+16
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-1/+1
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-2/+2
* Add SPConnectionDelegate as a category of TableDocument to split out all conn...stuconnolly2009-11-131-0/+128