mirror of
https://github.com/zhigang1992/cow.git
synced 2026-04-30 18:32:31 +08:00
23 lines
849 B
Plaintext
23 lines
849 B
Plaintext
0.3.5 (Not released)
|
|
|
|
* Performance improvement by better buffer usage
|
|
* Allow specify config file on command line
|
|
* Better windows support: Config and domain list file on windows are put in the same
|
|
directory as COW's binary. And they all have txt extension for easy editing
|
|
* Bug fix: convert HTTP/1.0 response to HTTP/1.1
|
|
|
|
0.3.4 (2012-12-09)
|
|
|
|
* Support shadowsocks
|
|
* Reduce latency (maybe just a little, not measured)
|
|
* Allow specifying ssh server port in config file
|
|
* Bug fix: crash when handling flush error
|
|
* Bug fix: correctly handle web servers which use closed connection to
|
|
indicate end of response
|
|
|
|
0.3.3 (2012-12-05)
|
|
|
|
* Keep HTTP CONNECT connection open. Avoid problems for Application which
|
|
uses long connection.
|
|
* Bug fix: crash when printing domain list inconsistency message.
|