aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-218/+216
* Replace a macro with a block (C > preprocessor) and reformat some codeMax Lohrmann2018-04-171-89/+101
* Add a warning when Sequel Pro was launched from Terminal and a SSH connection...Max2017-01-281-1/+46
* Fix the way Sequel Pro was constructing command line arguments for SSH (#2273)Max2015-10-061-17/+19
* And here I thought even Xcode 4 would support that…Max2015-06-111-3/+1
* Fix a rare crash when SSH connections failed (caused by a race condition) (fi...Max2015-06-111-18/+31
* Significantly reduce risk of a race condition in a certain setup (see #2107)Max2015-05-011-29/+27
* Allow selection of SSH client binary in prefsMax2015-03-171-6/+28
* Move some duplicate code into a new classMax2015-02-141-3/+3
* Fix an issue with ssh -L forwarding (: is the correct separator)Christoph Neukirch2015-01-131-3/+3
* Addition to commit 2735e15bMax2015-01-041-15/+14
* Formalize [x release], x = nil; conventionMax2015-01-041-10/+10
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* really disable ControlMasterJulien Ammous2014-09-101-0/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
* - Default to disabling SSH multiplexing to avoid connection issues as per Is...rowanbeentje2013-02-201-3/+5
* - Disable connection muxing on OS X versions lower than 10.7, to speed up co...rowanbeentje2012-12-171-2/+6
* - If the connection exits unexpectedly when muxing, disable connection muxin...rowanbeentje2012-10-301-10/+29
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-1/+2
* - 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