mirror of
https://github.com/zhigang1992/cow.git
synced 2026-04-30 10:22:32 +08:00
78 lines
2.7 KiB
Plaintext
78 lines
2.7 KiB
Plaintext
0.7 (2013-06-07)
|
|
* Always use direct connection only for private IP addresses
|
|
* Support multiple HTTP/SOCKS5 parent proxies
|
|
* Support running multiple ssh server
|
|
* Fix client request read timeout handling
|
|
* Refactor parent proxy related code
|
|
|
|
0.6.3 (2013-05-27)
|
|
* Support more shadowsocks encryption method
|
|
* Fix several windows network error detection issues (dirty hack)
|
|
|
|
0.6.2 (2013-05-17)
|
|
* Support multiple shadowsocks servers
|
|
* Simple load balancing: backup or hash strategy
|
|
* PAC fix: do not add domains with blocked host/sub domain
|
|
* Remove some no longer working command line options
|
|
|
|
0.6.1 (2013-03-14)
|
|
|
|
* Avoid using too much memory to hold http requests
|
|
* Support http parent proxy basic authentication
|
|
* For windows: add cow-taskbar.exe to hide cmd window to status area
|
|
* Fix timeout error detection
|
|
* Some bug fixes
|
|
|
|
0.6 (2013-03-03)
|
|
|
|
* Allow user to specify proxy address in PAC
|
|
* Performance optimization
|
|
* More tolerant with HTTP servers and clients
|
|
* Some bug fixes
|
|
|
|
0.5.1 (2013-02-10)
|
|
|
|
* Handle blocked site that will return EOF
|
|
* Small bug fixes
|
|
|
|
0.5 (2013-02-07)
|
|
|
|
* Support parent HTTP proxy (such as goagent)
|
|
* Work more automatically: because of this, updateBlocked, updateDirect,
|
|
autoRetry options and chou file are removed
|
|
* Record direct/blocked visit count to make blocked/direct site handling
|
|
more reliable
|
|
* Builtin common blocked/direct site list
|
|
* Periodically estimate timeout value to avoid considering direct site as
|
|
blocked with bad network connection
|
|
* Support specifying host in blocked/direct file
|
|
* User configurable timeout
|
|
* Better windows support: connection reset, timeout and DNS error detection
|
|
tested and works on XP
|
|
* Support listening multiple addresses
|
|
* Support IP based and user password authentication
|
|
* Various bug fixes
|
|
|
|
0.3.5 (2012-12-23)
|
|
|
|
* Performance improvement by better buffer usage
|
|
* Allow specifying 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.
|