shadowsocks/shadowsocks
Sunny a0aa9173a8 Fix for Python3 map changed behavior
In Python3, map returns an iterator instead of list in Python2,
which cause map "lazier" than before, wrap with list() force it running.
2015-02-01 02:37:30 +08:00
..
crypto try every dll that matches by name in PATH 2015-01-16 16:50:18 +08:00
__init__.py python 3 support; not stable yet 2014-10-31 18:28:22 +08:00
asyncdns.py Move is_ip from asyncdns to common 2015-01-31 22:56:09 +08:00
common.py Fix for Python3 map changed behavior 2015-02-01 02:37:30 +08:00
daemon.py fix daemon and add fastopen tests 2014-12-22 22:42:39 +08:00
encrypt.py remove M2Crypto completely 2015-01-12 14:11:33 +08:00
eventloop.py Removing the overhead of creating a new list per event 2015-01-12 10:32:03 +08:00
local.py use SIGINT instead in tests 2014-12-22 17:25:39 +08:00
lru_cache.py lint code 2014-12-11 14:09:18 +08:00
server.py add SIGINT in workers 2014-12-22 17:29:58 +08:00
tcprelay.py improve comments 2015-01-31 02:58:40 +08:00
udprelay.py remove print 2015-01-12 23:21:16 +08:00
utils.py Disable forbidden ip feature for local shadowsocks 2015-02-01 01:34:23 +08:00