summaryrefslogtreecommitdiffstats
path: root/sshuttle/server.py
AgeCommit message (Expand)Author
2020-06-03shutil.which is 3.3+Joshua Li
2020-05-29Fix Python 3.8 file operationsBrian May
2020-05-21Create github workflowBrian May
2019-02-11Fix/pep8 (#277)Bastian Venthur
2019-01-28auto-nets: retrieve routes only if using auto-netsVasil Kolev
2018-03-22Improve formattingBrian Hill
2018-03-22Preserve peer and port properlyBrian Hill
2018-03-22Make --to-dns and --ns-host work well togetherBrian Hill
2017-11-11Properly decode seed hosts argument in server.pyTony
2017-11-08Changes methods that do not reference the instance to static methodsvieira
2017-10-15Use getaddrinfo to obtain a correct sockaddrvieira
2017-07-18Add new option for overriding destination DNS server.Itamar Turner-Trauring
2017-07-18Talk to custom DNS server on pod, instead of the ones in /etc/resolv.confItamar Turner-Trauring
2017-04-05Work around non tabular headers in BSD netstatvieira
2017-02-11Small refactoring of netstat/iproute parsingvieira
2017-02-11Add support for iproute2vieira
2016-07-29Merge pull request #108 from vieira/pf-ipv6Brian May
2016-07-24AF_INET6 is different between BSDs and Linuxvieira
2016-07-09Fixes type mismatch between str and bytesvieira
2016-05-03Seed hosts without auto hostsvieira
2016-04-23Ensure locale is set to C for external commandsBrian May
2016-04-03Backward compatibility with Python 2.4 (server)vieira
2016-03-16Write more server testsBrian May
2016-01-31fix byte/string bug introduced in 1c46f25eMatt Boswell
2016-01-07Fixed str being used as bytes in hostwatchvieira
2015-12-15Add FIXME comment.Brian May
2015-12-15Fix server side Python3 issues.Brian May
2015-12-14Fixed dictionary changed size during iterationvieira
2015-12-09Don't change object while iteratingBrian May
2015-12-01Print Python version used for the various stages.Brian May
2015-11-24Support IPV6 DNS servers.Brian May
2015-11-24Add sock paramater to Handler callbacksBrian May
2015-11-16Fix passing latency_control to server.Brian May
2015-11-16Add Python 3.5 support.Brian May
2015-11-15Restructure codeBrian May