| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a... | rowanbeentje | 2009-11-21 | 1 | -2/+0 |
* | Before terminating the SSH tunnel task check that it's actually running to ac... | stuconnolly | 2009-10-29 | 1 | -2/+7 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -4/+6 |
* | - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th... | rowanbeentje | 2009-09-30 | 1 | -0/+1 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -1/+1 |
* | When SSH is unable to bind to the local port because its already use, display... | stuconnolly | 2009-08-20 | 1 | -4/+12 |
* | - Fix SSH tunnel support for private/public keys following framework upgrade... | rowanbeentje | 2009-08-08 | 1 | -3/+9 |
* | Rename Keychain class. | stuconnolly | 2009-08-07 | 1 | -3/+3 |
* | Source tidy up and missing SVN properties. | stuconnolly | 2009-08-07 | 1 | -0/+2 |
* | - Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clari... | rowanbeentje | 2009-07-21 | 1 | -2/+2 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -20/+20 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -0/+2 |
* | - Allow connections via SSH tunnels to reattempt using the specified host if... | rowanbeentje | 2009-06-21 | 1 | -8/+54 |
* | Further SSH tunnel improvements: | rowanbeentje | 2009-06-06 | 1 | -8/+50 |
* | - Make memory management for SSH tunnels explicit to improve thread interact... | rowanbeentje | 2009-06-05 | 1 | -7/+21 |
* | Further SSH tunnel improvements: | rowanbeentje | 2009-06-05 | 1 | -6/+55 |
* | Added print accesory view with option to Print Backgrounds | bamse16 | 2009-06-04 | 1 | -0/+5 |
* | - SSH Tunnel - PubKey Authentication | avenjamin | 2009-06-04 | 1 | -0/+1 |
* | Further SSH tunnel improvements, password handling improvements, and minor bu... | rowanbeentje | 2009-06-04 | 1 | -15/+72 |
* | - Fix SSH tunnels on PPC | rowanbeentje | 2009-06-03 | 1 | -1/+9 |
* | - Fix SSH tunnel treatment of temporary (non-Keychain) passwords by correctl... | rowanbeentje | 2009-05-29 | 1 | -1/+1 |
* | Add support for SSH tunnels, improve password security, and tweaks: | rowanbeentje | 2009-05-28 | 1 | -0/+359 |