| Commit message (Expand) | Author | Age | Files | Lines |
* | And here I thought even Xcode 4 would support that… | Max | 2015-06-11 | 1 | -3/+1 |
* | Fix a rare crash when SSH connections failed (caused by a race condition) (fi... | Max | 2015-06-11 | 1 | -18/+31 |
* | Significantly reduce risk of a race condition in a certain setup (see #2107) | Max | 2015-05-01 | 1 | -29/+27 |
* | Allow selection of SSH client binary in prefs | Max | 2015-03-17 | 1 | -6/+28 |
* | Move some duplicate code into a new class | Max | 2015-02-14 | 1 | -3/+3 |
* | Fix an issue with ssh -L forwarding (: is the correct separator) | Christoph Neukirch | 2015-01-13 | 1 | -3/+3 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -15/+14 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -10/+10 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | really disable ControlMaster | Julien Ammous | 2014-09-10 | 1 | -0/+1 |
* | 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 |