shadowsocks/shadowsocks
Sunny b11d848986 Fix for Python3 lambda behavior change
In Python3, lambda no longer support use tuple as syntax.
So, ugly changes is inevitable.
2015-02-01 01:34:18 +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 lambda behavior change 2015-02-01 01:34:18 +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 Use IPNetwork supporting forbidden ip feature in config utils 2015-01-31 22:56:23 +08:00