Skip to content

Releases: cyfdecyf/cow

Fix bug for close connection response with no body

28 Jul 09:27
Compare
Choose a tag to compare

For OS X and Linux, run the following command to update

curl -s -L https://github.com/cyfdecyf/cow/raw/master/install-cow.sh | bash

For Windows, please download from http://dl.chenyufei.info/cow/

  • Fix bug for close connection response with no body
  • Fix response not keep alive by default
  • Always try parent proxy upon DNS/connection error
  • Do not take special handling on log with debug option
  • Add proxy status statistics in debug code

Fix crash on IPv6 client authentication

25 Jul 02:50
Compare
Choose a tag to compare

For OS X and Linux, run the following command to update

curl -s -L https://github.com/cyfdecyf/cow/raw/master/install-cow.sh | bash

For Windows, please download from http://dl.chenyufei.info/cow/

  • Fix crash on IPv6 client authentication
  • Provide ARMv6 binary

Fix extra connection header, ignore UTF-8 BOM in config file

15 Jul 10:20
Compare
Choose a tag to compare

For OS X and Linux, run the following command to update

curl -s -L https://github.com/cyfdecyf/cow/raw/master/install-cow.sh | bash

For Windows, please download from http://dl.chenyufei.info/cow/

  • Fix adding extra connection header for client request with both "Proxy-Connection" and "Connection" headers
  • Ignore UTF-8 BOM in config file

Handle 100-continue and bug fixes

10 Jul 12:18
Compare
Choose a tag to compare

For OS X and Linux, run the following command to update

curl -s -L https://github.com/cyfdecyf/cow/raw/master/install-cow.sh | bash

For Windows, please download from http://dl.chenyufei.info/cow/

  • Handle 100-continue: do not forward expect header from client, ignore 100 continue response replied by some web servers
  • For windows: add cow-hide.exe to run cow.exe as background process, (provided by to xupefei)
  • Filter sites covered by user specified domains on load
  • Fix incorrectly changing header value to lower case: user name and password can now contain upper case letters