Commit Graph

  • ffcbf05975 bump clowwindy 2014-11-10 15:48:16 +0800
  • 0a3730942f update CHANGES clowwindy 2014-11-10 15:47:52 +0800
  • fa31a233b6 add ipv6 tests clowwindy 2014-11-08 02:28:37 +0800
  • e476a54658 Merge pull request #214 from wb14123/py3-str clowwindy 2014-11-10 11:30:23 +0800
  • f43906006a fix str/byte issue in python 3 Bin Wang 2014-11-10 10:37:37 +0800
  • ea535c74b2 bump clowwindy 2014-11-06 14:52:53 +0800
  • 143750f699 update README.rst clowwindy 2014-11-06 14:52:15 +0800
  • a8996b812b update CHANGES clowwindy 2014-11-06 14:50:19 +0800
  • 70dae91e7c add tests for common.py clowwindy 2014-11-06 14:04:28 +0800
  • b5010df575 fix args on Python 3 clowwindy 2014-11-06 13:02:57 +0800
  • 4e3c055406 lint code clowwindy 2014-11-06 12:58:14 +0800
  • a88d47883b add tests for command line args clowwindy 2014-11-06 12:56:00 +0800
  • 6bbf347d0e Merge branch 'master' of https://github.com/jinliu/shadowsocks into jinliu-master clowwindy 2014-11-05 18:48:49 +0800
  • 5209860db1 fix cipher name in test clowwindy 2014-11-05 18:42:01 +0800
  • f9ba6f7390 fix table test clowwindy 2014-11-05 18:40:51 +0800
  • 710fe14190 rename test_cipher as it will break unit tests clowwindy 2014-11-05 18:32:01 +0800
  • 039451bcfb fix encrypt_all clowwindy 2014-11-05 18:30:18 +0800
  • cbf8c6705b refactor table into a single cipher plugin clowwindy 2014-11-05 18:27:18 +0800
  • 2519fb9abe Merge pull request #208 from felixonmars/table-py3 clowwindy 2014-11-05 17:15:43 +0800
  • aca86f8685 encrypt.py: port table to support python 3 Felix Yan 2014-11-05 16:54:51 +0800
  • fb27cf52a9 Fix str/byte related TypeError in Python 3.4 刘缙 2014-11-05 11:04:40 +0800
  • 7ac8434983 Update README.md clowwindy 2014-11-03 18:14:25 +0800
  • f02e9a3132 fix EVP_CIPHER_CTX_new's arg types clowwindy 2014-11-02 17:13:56 +0800
  • 9fe3cf17d5 just start curl, don't wait clowwindy 2014-11-02 01:25:02 +0800
  • 22b87f6f16 Merge pull request #205 from felixonmars/py3-logging clowwindy 2014-11-02 00:47:55 +0800
  • d971cb44a8 tcprelay.py: wrap long line for PEP8 Felix Yan 2014-11-02 00:41:29 +0800
  • 833c98e114 tcprelay.py: decode remote_addr to fix extra b'' in logging on python 3 Felix Yan 2014-11-02 00:23:44 +0800
  • 4e08344035 bump clowwindy 2014-11-02 00:10:06 +0800
  • 5892789005 refine tests: add time limit for curl; output shadowsocks logs clowwindy 2014-11-01 23:47:38 +0800
  • d64450915b Merge pull request #203 from felixonmars/setup-py3-fix clowwindy 2014-11-01 23:24:44 +0800
  • e6306f7b32 setup.py: use codecs.open() so it works for non-utf8 locales Felix Yan 2014-11-01 22:48:22 +0800
  • 90dc03c762 prefer ctypes over m2crypto in rc4-md5 clowwindy 2014-11-01 13:52:16 +0800
  • 4affb56d36 fix test clowwindy 2014-11-01 13:24:40 +0800
  • 13c6c393db fix pyflakes clowwindy 2014-11-01 13:10:19 +0800
  • 82ddafafa5 skip m2crypto tests on pypy clowwindy 2014-11-01 13:03:13 +0800
  • 1205b8c50e skip m2crypto tests on Python 3 clowwindy 2014-11-01 12:52:51 +0800
  • 812a286f12 lint code clowwindy 2014-11-01 12:44:22 +0800
  • 7bff002202 more cipher tests clowwindy 2014-11-01 12:40:06 +0800
  • c69a127772 add some tests clowwindy 2014-11-01 12:25:44 +0800
  • 099323e28e update CHANGES clowwindy 2014-11-01 12:03:38 +0800
  • 50e5e620a3 fix version detection clowwindy 2014-10-31 22:27:12 +0800
  • aff411a456 seems that dependency requires 3.3+ clowwindy 2014-10-31 22:16:44 +0800
  • 0719e80fbd fix python 3.* clowwindy 2014-10-31 22:08:51 +0800
  • efd45ddfc6 fix UDP server clowwindy 2014-10-31 21:59:22 +0800
  • 4699de1dd9 fix python 3.2 clowwindy 2014-10-31 21:53:53 +0800
  • a502dd32fc fix UDP clowwindy 2014-10-31 21:49:22 +0800
  • 5024b300f1 fix rc4-md5 clowwindy 2014-10-31 19:21:13 +0800
  • be045f1687 fix import clowwindy 2014-10-31 19:10:29 +0800
  • 497524b313 drop table on Python 3 clowwindy 2014-10-31 19:08:00 +0800
  • 05ba3cc5aa lint code clowwindy 2014-10-31 18:57:06 +0800
  • ede2b1b120 fix salsa20 on python 3 clowwindy 2014-10-31 18:56:24 +0800
  • 753e46654d bump clowwindy 2014-10-31 18:46:45 +0800
  • f0b0c1edfa update python requirement clowwindy 2014-10-31 18:45:21 +0800
  • 0fd2f30911 lint code clowwindy 2014-10-31 18:43:15 +0800
  • b409c18877 fix python 3 tests clowwindy 2014-10-31 18:39:39 +0800
  • 53d1bfaecf update setup.py clowwindy 2014-10-31 18:32:04 +0800
  • f98728a761 drop table support in python 3 clowwindy 2014-10-31 18:29:27 +0800
  • 2a53b67c65 python 3 support; not stable yet clowwindy 2014-10-31 18:28:22 +0800
  • 0814888ba5 use absolute import clowwindy 2014-10-31 16:29:19 +0800
  • 89dc6031e8 lint code clowwindy 2014-10-31 16:14:28 +0800
  • c553e7a725 lint code clowwindy 2014-10-31 16:10:41 +0800
  • ac94104ac0 use deque instead of heapq clowwindy 2014-10-31 15:49:24 +0800
  • da11d02706 fix memory leak clowwindy 2014-10-31 15:14:28 +0800
  • 03eecf1206 fix pep8 clowwindy 2014-10-31 15:03:40 +0800
  • 8454220adc update unit test clowwindy 2014-10-31 15:02:12 +0800
  • 3fc543cb7f add unit test for lru cache clowwindy 2014-10-31 14:49:35 +0800
  • 2461f623dd change lru behaviour; #202 clowwindy 2014-10-31 14:33:43 +0800
  • 89a9872308 remove m2crypto from readme clowwindy 2014-10-11 12:42:59 +0800
  • cd09638023 bump clowwindy 2014-10-11 12:36:23 +0800
  • 9e8aa1c56a fix libcrypto on Windows clowwindy 2014-10-11 00:37:29 +0800
  • b47de1dcf6 update CHANGES clowwindy 2014-10-09 21:25:24 +0800
  • 0b64f7670f add help for Windows clowwindy 2014-10-08 21:07:05 +0800
  • eb9b6f0a9b does not require M2Crypto anymore clowwindy 2014-10-08 21:03:01 +0800
  • 6609de4577 Merge branch 'sybblow-patch-1' into dev clowwindy 2014-09-25 22:53:54 +0800
  • dfd4cdd758 avoid memory leak sybblow 2014-09-25 20:18:02 +0800
  • 1af7f84f41 update changes clowwindy 2014-09-23 13:52:52 +0800
  • dda8f31bd3 fix PEP8 clowwindy 2014-09-20 20:21:09 +0800
  • c668ddbc1b fix multiple ports clowwindy 2014-09-20 19:57:55 +0800
  • f677c8152d close #185 clowwindy 2014-09-20 19:11:33 +0800
  • ab74c010fd close #183 clowwindy 2014-09-20 19:01:52 +0800
  • f0b0f6edff do not mix config of client and server for server-multi-passwd clowwindy 2014-09-20 18:40:35 +0800
  • 81223902d0 fix a potential BOF clowwindy 2014-09-19 01:07:10 +0800
  • b3420f24c7 update readme clowwindy 2014-09-18 09:20:57 +0800
  • 4be2731293 fix PEP8 clowwindy 2014-09-17 14:15:24 +0800
  • f6951c9633 fix m2 clowwindy 2014-09-17 13:54:33 +0800
  • d6a5c567ae lint clowwindy 2014-09-17 13:52:28 +0800
  • 402bc5743b add comment about buf clowwindy 2014-09-17 00:11:50 +0800
  • 4ddc20945e add travis test clowwindy 2014-09-17 00:05:12 +0800
  • 8114f7043a add CTR test clowwindy 2014-09-16 23:58:21 +0800
  • 0e649453ed support CTR mode clowwindy 2014-09-16 23:55:50 +0800
  • 2122f96aeb lint code clowwindy 2014-09-16 11:03:36 +0800
  • 76fed23b34 refactor encrypt; add cfb1 and cfb8 modes clowwindy 2014-09-16 10:58:45 +0800
  • a2ed12611c bump clowwindy 2014-09-16 09:03:31 +0800
  • 64503498d0 update changes clowwindy 2014-09-14 10:24:09 +0800
  • 5aece6f464 remove test in asyncdns clowwindy 2014-09-14 10:17:45 +0800
  • e72594ffbe only end querying when response is of query type AAAA clowwindy 2014-09-14 10:16:40 +0800
  • 3ce7c18dfb close #180 clowwindy 2014-09-14 10:06:16 +0800
  • ebf5baa311 udpate changes clowwindy 2014-09-13 15:54:37 +0800
  • 21f61c7d91 avoid removing items of the handler list while iterating over it; #179 clowwindy 2014-09-12 23:56:37 +0800
  • 2a61e80071 only output exception in verbose mode clowwindy 2014-09-12 23:06:18 +0800