summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-24Update changes filev1.0.4Brian May
2020-08-21Merge pull request #510 from sshuttle/dependabot/pip/attrs-20.1.0Brian May
Bump attrs from 19.3.0 to 20.1.0
2020-08-21Bump attrs from 19.3.0 to 20.1.0dependabot-preview[bot]
Bumps [attrs](https://github.com/python-attrs/attrs) from 19.3.0 to 20.1.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/19.3.0...20.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18Merge pull request #507 from ddstreet/old_pyBrian May
allow Mux() flush/fill to work with python < 3.5
2020-08-17Merge pull request #509 from sshuttle/dependabot/pip/pytest-cov-2.10.1Brian May
Bump pytest-cov from 2.10.0 to 2.10.1
2020-08-17Bump pytest-cov from 2.10.0 to 2.10.1dependabot-preview[bot]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-15allow Mux() flush/fill to work with python < 3.5Dan Streetman
Fixes: #503
2020-08-13Merge pull request #506 from sshuttle/test_parse_hostportBrian May
Fix parse_hostport to always return string for host
2020-08-13Fix parse_hostport to always return string for hosttest_parse_hostportBrian May
This fixes #488 and provides an alternative solution for #489.
2020-08-12Merge pull request #501 from lnaundorf/patch-1Brian May
Add missing package in OpenWRT documentation
2020-08-12Merge pull request #502 from joshuarli/ref/require-remoteBrian May
fix: require -r/--remote
2020-08-10fix: workaroundJoshua Li
2020-08-10Revert "fix: require -r/--remote"Joshua Li
This reverts commit 5debf1f11a51ff545b8eef034dc5d7429aa9b67c.
2020-08-10fix: require -r/--remoteJoshua Li
2020-08-10Add missing package in OpenWRT documentationLeif Naundorf
The package 'iptables-mod-extra' also needs to be installed
2020-08-05Fix doc about --listen option (#500)Akimasa Shimobayashi
* Can't use this option twice, separate by comma actually. * Broke the line because it was too long.
2020-08-01Merge pull request #498 from sshuttle/dependabot/pip/pytest-6.0.1Brian May
Bump pytest from 6.0.0 to 6.0.1
2020-07-31Bump pytest from 6.0.0 to 6.0.1dependabot-preview[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.0...6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31Merge pull request #497 from sshuttle/dependabot/pip/pytest-6.0.0Brian May
Bump pytest from 5.4.3 to 6.0.0
2020-07-29Bump pytest from 5.4.3 to 6.0.0dependabot-preview[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.3...6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-25Merge pull request #495 from AsciiWolf/patch-1Brian May
README: add Ubuntu
2020-07-24README: add UbuntuAsciiWolf
2020-07-17Merge pull request #490 from erikselin/42-is-not-the-answerBrian May
Douglas Adams and Deep Thought was wrong, 42 is not the answer
2020-07-16Increase IP4 ttl to 63 hops instead of 42Erik Selin
2020-07-17Merge pull request #487 from sshuttle/brianmay-patch-2Brian May
Fix formatting in installation.rst
2020-07-15Fix formatting in installation.rstbrianmay-patch-2Brian May
2020-07-12Add changelog entry for 1.0.3v1.0.3Brian May
2020-07-05Merge pull request #483 from chrisburr/patch-1Brian May
Fix formatting typos in usage docs
2020-07-04Fix formatting typos in usage docsChris Burr
2020-06-30Merge pull request #476 from sshuttle/brianmay-patch-1Brian May
Add missing import
2020-06-27Add missing importbrianmay-patch-1Brian May
Fixes #474.
2020-06-18Merge pull request #471 from wilsonehusin/deprecate-py2-setuptoolsBrian May
Restrict setuptools from executing on Python2
2020-06-17Ask setuptools to require Python 3.5 and aboveWilson E. Husin
python_requires will be evaluated by setuptools to ensure the package is compatible with currently active Python interpreter. Reference: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires Closes #470 Signed-off-by: Wilson Husin <wilsonehusin@gmail.com>
2020-06-18Prepare to release 1.0.2v1.0.2Brian May
2020-06-17leave use of default port to ssh commandTony Kasparick
to prevent overwriting ports configured in ~/.ssh/config if no port is specified, don't set the port explicitly to 22
2020-06-15Bump pytest-cov from 2.9.0 to 2.10.0dependabot-preview[bot]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11Merge pull request #461 from joshuarli/doc/update-py2-removalBrian May
doc: py2 removal clean sweep
2020-06-10remove outdated commentJoshua Li
2020-06-10another python 3.5 changeJoshua Li
2020-06-10server side is py3.5+Joshua Li
2020-06-11ref: replace usage of deprecated imp (#449)josh
* Use types instead of imp.new_module. I can follow up with https://docs.python.org/3/library/importlib.html#importlib.util.module_from_spec if need be. * use source loader from importlib * Revert "use source loader from importlib" This reverts commit 1f255704f7bf618fb7e0432e1fccef6ee22364d4. * use inspect.getsource, but alas * placate linter * use find_spec to resolve a module spec to a file path * better function naming * remove outdated comment
2020-06-11Merge pull request #460 from alekseymykhailov/fix_connectionBrian May
fix connection with @ sign in username
2020-06-10fix connection with @ sign in usernameOleksii Mykhailov
2020-06-09Bump flake8 from 3.8.2 to 3.8.3dependabot-preview[bot]
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.2...3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05Fix errors in long_documentationv1.0.1Brian May
2020-06-05Release version 1.0.0v1.0.0Brian May
2020-06-05Update changelogBrian May
2020-06-03Bump pytest from 5.4.2 to 5.4.3dependabot-preview[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03shutil.which is 3.3+Joshua Li
2020-06-03remove ImportError based branchingJoshua Li