| Commit message (Expand) | Author | Age | Files | Lines |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
* | - Default to disabling SSH multiplexing to avoid connection issues as per Is... | rowanbeentje | 2013-02-20 | 1 | -3/+5 |
* | - Disable connection muxing on OS X versions lower than 10.7, to speed up co... | rowanbeentje | 2012-12-17 | 1 | -2/+6 |
* | - If the connection exits unexpectedly when muxing, disable connection muxin... | rowanbeentje | 2012-10-30 | 1 | -10/+29 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -1/+2 |
* | - Use a short hashed form of the connection path for SSH ControlPath setting... | rowanbeentje | 2012-08-19 | 1 | -5/+32 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -15/+23 |
* | - Use a per-user temporary directory for SSH tunnels (and bundle dragged tem... | rowanbeentje | 2012-06-28 | 1 | -1/+1 |
* | - Use a custom ControlPath for SSH tunnels in an attempt to address Issue #1... | rowanbeentje | 2012-06-28 | 1 | -0/+1 |
* | Improve connection handling and editing: | rowanbeentje | 2012-05-27 | 1 | -2/+7 |
* | Fix remaining implicit cast warnings. | stuconnolly | 2012-05-11 | 1 | -1/+1 |
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -13/+0 |
|\ |
|
| * | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -1/+1 |
| * | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -20/+21 |
| * | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -2/+4 |
| * | Bring outline view branch up to date with trunk (r3227:r3233). | stuconnolly | 2011-03-08 | 1 | -4/+4 |
| * | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -3/+3 |
| * | Bring outline view branch up to date with trunk (r3188:r3201). | stuconnolly | 2011-02-20 | 1 | -60/+78 |
* | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
* | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
* | | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -20/+21 |
* | | - Attempt to detect SSH master use correctly, to improve Issue #1095 | rowanbeentje | 2011-09-01 | 1 | -1/+3 |
* | | - Clean up undo manager handling | rowanbeentje | 2011-08-31 | 1 | -1/+1 |
* | | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -4/+4 |
* | | - Fix compiler warnings for MCPKit - largely typecast related | rowanbeentje | 2011-03-02 | 1 | -2/+2 |
* | | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+1 |
* | | When the user cancels the SSH password prompt, prevent further prompts and al... | stuconnolly | 2011-02-08 | 1 | -60/+78 |
|/ |
|
* | - Fix SSH tunnels for connections with non-Latin characters in their name | rowanbeentje | 2011-01-04 | 1 | -2/+2 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | - Update SSH connections to pick up custom ports configured in SSH config fi... | rowanbeentje | 2010-10-06 | 1 | -3/+5 |
* | - Add support for SSH identity files (public keys) in custom locations | rowanbeentje | 2010-09-08 | 1 | -0/+19 |
* | - Make a few more strings localizable | rowanbeentje | 2010-08-01 | 1 | -1/+1 |
* | Improve handling of network drops, including a new automatic reconnection att... | rowanbeentje | 2010-07-13 | 1 | -8/+7 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -0/+11 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -0/+1 |
* | - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running... | rowanbeentje | 2010-04-28 | 1 | -0/+4 |
* | - Add locking for SSH debug message processing - this addresses http://spbug... | rowanbeentje | 2010-04-15 | 1 | -2/+12 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -1/+1 |
* | - Improve on r2050, running reconnections after a proxy disconnect on a new ... | rowanbeentje | 2010-04-04 | 1 | -0/+2 |
* | - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by... | rowanbeentje | 2010-03-31 | 1 | -27/+32 |
* | - Improve MCPConnection behaviour with respect to run loops and proxies, imp... | rowanbeentje | 2010-03-27 | 1 | -4/+2 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -3/+3 |
* | * fixed typo that prevented the document window from closing when choosing 'd... | jakob | 2010-01-28 | 1 | -2/+2 |
* | - removed two occurances of runModalForWindow: when asking questions for the ... | jakob | 2010-01-28 | 1 | -56/+83 |
* | - Fix SSH threads (and connections) which were never cleaned up or closed, p... | rowanbeentje | 2010-01-27 | 1 | -1/+2 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -21/+21 |
* | - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ... | rowanbeentje | 2010-01-03 | 1 | -2/+2 |