Commit graph

  • 1205b8c50e skip m2crypto tests on Python 3 clowwindy 2014-11-01 12:52:51 +08:00
  • 812a286f12 lint code clowwindy 2014-11-01 12:44:22 +08:00
  • 7bff002202 more cipher tests clowwindy 2014-11-01 12:40:06 +08:00
  • c69a127772 add some tests clowwindy 2014-11-01 12:25:44 +08:00
  • 099323e28e update CHANGES clowwindy 2014-11-01 12:03:38 +08:00
  • 50e5e620a3 fix version detection clowwindy 2014-10-31 22:27:12 +08:00
  • aff411a456 seems that dependency requires 3.3+ clowwindy 2014-10-31 22:16:44 +08:00
  • 0719e80fbd fix python 3.* clowwindy 2014-10-31 22:08:51 +08:00
  • efd45ddfc6 fix UDP server clowwindy 2014-10-31 21:59:22 +08:00
  • 4699de1dd9 fix python 3.2 clowwindy 2014-10-31 21:53:53 +08:00
  • a502dd32fc fix UDP clowwindy 2014-10-31 21:49:22 +08:00
  • 5024b300f1 fix rc4-md5 clowwindy 2014-10-31 19:21:13 +08:00
  • be045f1687 fix import clowwindy 2014-10-31 19:10:29 +08:00
  • 497524b313 drop table on Python 3 clowwindy 2014-10-31 19:08:00 +08:00
  • 05ba3cc5aa lint code clowwindy 2014-10-31 18:57:06 +08:00
  • ede2b1b120 fix salsa20 on python 3 clowwindy 2014-10-31 18:56:24 +08:00
  • 753e46654d bump clowwindy 2014-10-31 18:46:45 +08:00
  • f0b0c1edfa update python requirement clowwindy 2014-10-31 18:45:21 +08:00
  • 0fd2f30911 lint code clowwindy 2014-10-31 18:43:15 +08:00
  • b409c18877 fix python 3 tests clowwindy 2014-10-31 18:39:39 +08:00
  • 53d1bfaecf update setup.py clowwindy 2014-10-31 18:32:04 +08:00
  • f98728a761 drop table support in python 3 clowwindy 2014-10-31 18:29:27 +08:00
  • 2a53b67c65 python 3 support; not stable yet clowwindy 2014-10-31 18:28:22 +08:00
  • 0814888ba5 use absolute import clowwindy 2014-10-31 16:29:19 +08:00
  • 89dc6031e8 lint code clowwindy 2014-10-31 16:14:28 +08:00
  • c553e7a725 lint code clowwindy 2014-10-31 16:10:41 +08:00
  • ac94104ac0 use deque instead of heapq clowwindy 2014-10-31 15:49:24 +08:00
  • da11d02706 fix memory leak clowwindy 2014-10-31 15:14:28 +08:00
  • 03eecf1206 fix pep8 clowwindy 2014-10-31 15:03:40 +08:00
  • 8454220adc update unit test clowwindy 2014-10-31 15:02:12 +08:00
  • 3fc543cb7f add unit test for lru cache clowwindy 2014-10-31 14:49:35 +08:00
  • 2461f623dd change lru behaviour; #202 clowwindy 2014-10-31 14:33:43 +08:00
  • 89a9872308 remove m2crypto from readme clowwindy 2014-10-11 12:42:59 +08:00
  • cd09638023 bump clowwindy 2014-10-11 12:36:23 +08:00
  • 9e8aa1c56a fix libcrypto on Windows clowwindy 2014-10-11 00:37:29 +08:00
  • b47de1dcf6 update CHANGES clowwindy 2014-10-09 21:25:24 +08:00
  • 0b64f7670f add help for Windows clowwindy 2014-10-08 21:07:05 +08:00
  • eb9b6f0a9b does not require M2Crypto anymore clowwindy 2014-10-08 21:03:01 +08:00
  • 5f8ca072d7 sql bug fix mengskysama 2014-10-08 13:56:38 +08:00
  • 7b0e01722a disable udp normal mengskysama 2014-09-30 12:16:45 +08:00
  • bb860bb364 add udp support but transfer mengskysama 2014-09-30 10:40:16 +08:00
  • 509ce78e27 Update server_pool.py Makedie233 2014-09-29 21:20:55 +08:00
  • 6609de4577 Merge branch 'sybblow-patch-1' into dev clowwindy 2014-09-25 22:53:54 +08:00
  • dfd4cdd758 avoid memory leak sybblow 2014-09-25 20:18:02 +08:00
  • 1af7f84f41 update changes clowwindy 2014-09-23 13:52:52 +08:00
  • dda8f31bd3 fix PEP8 clowwindy 2014-09-20 20:21:09 +08:00
  • c668ddbc1b fix multiple ports clowwindy 2014-09-20 19:57:55 +08:00
  • f677c8152d close #185 clowwindy 2014-09-20 19:11:33 +08:00
  • ab74c010fd close #183 clowwindy 2014-09-20 19:01:52 +08:00
  • f0b0f6edff do not mix config of client and server for server-multi-passwd clowwindy 2014-09-20 18:40:35 +08:00
  • efdf6ac5ef ipv6 bugfix mengskysama 2014-09-19 17:46:12 +08:00
  • 81223902d0 fix a potential BOF clowwindy 2014-09-19 01:07:10 +08:00
  • 7c991e9d7f ipv6 fix mengskysama 2014-09-18 17:40:08 +08:00
  • a5ddc3289a README.md [Errno 24] Too many open files mengskysama 2014-09-18 11:08:43 +08:00
  • b3420f24c7 update readme clowwindy 2014-09-18 09:20:57 +08:00
  • 1f05b378ac add ipv6 eth in server pool mengskysama 2014-09-17 20:37:16 +08:00
  • 4be2731293 fix PEP8 clowwindy 2014-09-17 14:15:24 +08:00
  • f6951c9633 fix m2 clowwindy 2014-09-17 13:54:33 +08:00
  • d6a5c567ae lint clowwindy 2014-09-17 13:52:28 +08:00
  • 402bc5743b add comment about buf clowwindy 2014-09-17 00:11:50 +08:00
  • 4ddc20945e add travis test clowwindy 2014-09-17 00:05:12 +08:00
  • 8114f7043a add CTR test clowwindy 2014-09-16 23:58:21 +08:00
  • 0e649453ed support CTR mode clowwindy 2014-09-16 23:55:50 +08:00
  • 2122f96aeb lint code clowwindy 2014-09-16 11:03:36 +08:00
  • 76fed23b34 refactor encrypt; add cfb1 and cfb8 modes clowwindy 2014-09-16 10:58:45 +08:00
  • a2ed12611c bump clowwindy 2014-09-16 09:03:31 +08:00
  • 7f8621f153 merge mdss mengskysama 2014-09-14 18:26:10 +08:00
  • 270f655300 manyuser branch mengskysama 2014-09-14 17:12:32 +08:00
  • 64503498d0 update changes clowwindy 2014-09-14 10:24:09 +08:00
  • 5aece6f464 remove test in asyncdns clowwindy 2014-09-14 10:17:45 +08:00
  • e72594ffbe only end querying when response is of query type AAAA clowwindy 2014-09-14 10:16:40 +08:00
  • 3ce7c18dfb close #180 clowwindy 2014-09-14 10:06:16 +08:00
  • ebf5baa311 udpate changes clowwindy 2014-09-13 15:54:37 +08:00
  • 21f61c7d91 avoid removing items of the handler list while iterating over it; #179 clowwindy 2014-09-12 23:56:37 +08:00
  • 2a61e80071 only output exception in verbose mode clowwindy 2014-09-12 23:06:18 +08:00
  • ea70a5bd79 exit 1 on error; #179 clowwindy 2014-09-12 22:20:33 +08:00
  • 380a646f09 handle signal soon; #179 clowwindy 2014-09-12 22:18:08 +08:00
  • e43520da58 log when closing port clowwindy 2014-09-12 20:59:47 +08:00
  • fdb3a36170 implement graceful shutdown in sslocal; close #179 clowwindy 2014-09-12 20:47:04 +08:00
  • a6b8a5eef9 add some debug logs clowwindy 2014-09-12 00:53:12 +08:00
  • 327c70e353 Graceful shutdown; close #179 clowwindy 2014-09-12 00:51:25 +08:00
  • 964d7613cb update changes clowwindy 2014-09-09 16:32:18 +08:00
  • 3e3c885a42 remove print clowwindy 2014-09-09 16:18:39 +08:00
  • 1044358a6b use md5 instead of sha256; #178 clowwindy 2014-09-09 16:17:33 +08:00
  • 1fea9dca8d update README: add link to encryption methods clowwindy 2014-09-09 14:49:38 +08:00
  • c9b489b5e3 fix UDP clowwindy 2014-09-09 14:43:32 +08:00
  • 1e1b1adba9 add RC4-SHA256 unit test clowwindy 2014-09-09 14:34:35 +08:00
  • 1b4e885818 add rc4-sha256; close #178 clowwindy 2014-09-09 14:26:34 +08:00
  • 63fae5119d add debian sid instructions clowwindy 2014-09-06 20:58:56 +08:00
  • f7a2878c6f fix CHANGES clowwindy 2014-08-27 23:24:34 +08:00
  • 972bf22e6d fix PEP8 clowwindy 2014-08-27 00:17:26 +08:00
  • b468476c9c add PEP8 check in travis CI clowwindy 2014-08-27 00:02:24 +08:00
  • eb7ef6e6e3 remove py2exe files clowwindy 2014-08-26 23:15:35 +08:00
  • a2cdc291fc Merge pull request #175 from shell909090/master clowwindy 2014-08-26 00:46:25 +08:00
  • 7ac2967d29 * still package issue Shell.Xu 2014-08-25 12:30:23 +08:00
  • 6d16175636 * issue with package Shell.Xu 2014-08-25 09:13:51 +08:00
  • fcdb1a3402 * not sure why, but gbp.conf made python source code disappear Shell.Xu 2014-08-24 15:56:21 +08:00
  • 78f7ee2ca1 * fix build issue Shell.Xu 2014-08-24 13:48:58 +08:00
  • 47d0183b80 * 3.9.5 is not passed in stable system Shell.Xu 2014-08-24 03:03:08 +08:00
  • a053b1e110 * add vcs info in control file Shell.Xu 2014-08-24 03:00:48 +08:00