Python port of ShadowsocksR
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
clowwindy 76fed23b34 refactor encrypt; add cfb1 and cfb8 modes 10 years ago
..
crypto refactor encrypt; add cfb1 and cfb8 modes 10 years ago
__init__.py move to pypi 11 years ago
asyncdns.py remove test in asyncdns 10 years ago
common.py fix PEP8 10 years ago
encrypt.py refactor encrypt; add cfb1 and cfb8 modes 10 years ago
eventloop.py avoid removing items of the handler list while iterating over it; #179 10 years ago
local.py only output exception in verbose mode 10 years ago
lru_cache.py add timeout support in DNS 10 years ago
server.py only output exception in verbose mode 10 years ago
tcprelay.py handle signal soon; #179 10 years ago
udprelay.py handle signal soon; #179 10 years ago
utils.py Graceful shutdown; close #179 10 years ago