aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.m
Commit message (Expand)AuthorAgeFilesLines
* - Use a short hashed form of the connection path for SSH ControlPath setting...rowanbeentje2012-08-191-5/+32
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-15/+23
* - Use a per-user temporary directory for SSH tunnels (and bundle dragged tem...rowanbeentje2012-06-281-1/+1
* - Use a custom ControlPath for SSH tunnels in an attempt to address Issue #1...rowanbeentje2012-06-281-0/+1
* Improve connection handling and editing:rowanbeentje2012-05-271-2/+7
* Fix remaining implicit cast warnings.stuconnolly2012-05-111-1/+1
* Merge outline view branch into trunk.stuconnolly2012-05-021-13/+0
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-1/+1
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-20/+21
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-2/+4
| * Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-4/+4
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-3/+3
| * Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-60/+78
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-20/+21
* | - Attempt to detect SSH master use correctly, to improve Issue #1095rowanbeentje2011-09-011-1/+3
* | - Clean up undo manager handlingrowanbeentje2011-08-311-1/+1
* | Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-4/+4
* | - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-2/+2
* | fixed compiler warningssqlprodev2011-03-011-1/+1
* | When the user cancels the SSH password prompt, prevent further prompts and al...stuconnolly2011-02-081-60/+78
|/
* - Fix SSH tunnels for connections with non-Latin characters in their namerowanbeentje2011-01-041-2/+2
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* - Update SSH connections to pick up custom ports configured in SSH config fi...rowanbeentje2010-10-061-3/+5
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+19
* - Make a few more strings localizablerowanbeentje2010-08-011-1/+1
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-131-8/+7
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+11
* Rework alert sheets:rowanbeentje2010-05-091-0/+1
* - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running...rowanbeentje2010-04-281-0/+4
* - Add locking for SSH debug message processing - this addresses http://spbug...rowanbeentje2010-04-151-2/+12
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-1/+1
* - Improve on r2050, running reconnections after a proxy disconnect on a new ...rowanbeentje2010-04-041-0/+2
* - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by...rowanbeentje2010-03-311-27/+32
* - Improve MCPConnection behaviour with respect to run loops and proxies, imp...rowanbeentje2010-03-271-4/+2
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-3/+3
* * fixed typo that prevented the document window from closing when choosing 'd...jakob2010-01-281-2/+2
* - removed two occurances of runModalForWindow: when asking questions for the ...jakob2010-01-281-56/+83
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-271-1/+2
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-21/+21
* - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ...rowanbeentje2010-01-031-2/+2
* - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a...rowanbeentje2009-11-211-2/+0
* Before terminating the SSH tunnel task check that it's actually running to ac...stuconnolly2009-10-291-2/+7
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-4/+6
* - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...rowanbeentje2009-09-301-0/+1
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-1/+1
* When SSH is unable to bind to the local port because its already use, display...stuconnolly2009-08-201-4/+12
* - Fix SSH tunnel support for private/public keys following framework upgrade...rowanbeentje2009-08-081-3/+9