Skip to content

Releases: timschumi/gmod-chttp

Version 1.5.2

23 Sep 09:59
Compare
Choose a tag to compare

This release contains dependency updates. Updating is recommended, but not strictly necessary.

  • Update OpenSSL to 3.0.0
  • Update curl to 7.79.1

Version 1.5.1

09 Sep 18:16
Compare
Choose a tag to compare

This release contains security fixes. It is recommended that you update to it as soon as possible.

  • Update OpenSSL to 1.1.1l
  • Disallow requests to non-HTTP protocols (this removes support for protocol-less URLs!)

Version 1.5.0

01 Aug 18:49
Compare
Choose a tag to compare
  • Search for more libraries when loading the Logger
  • URL-encode parameters if necessary
  • Set correct Content-Type values
  • Process remaining callbacks on module unload
  • Update curl to 7.78.0
  • Support the new timeout option

Version 1.4.5

24 Jun 12:32
Compare
Choose a tag to compare
  • Fix TLS backend selection in Windows

Version 1.4.4

23 Jun 15:51
Compare
Choose a tag to compare

Warning: The Windows builds in this version do not support HTTPS. Please use Version 1.4.5 instead.

  • Also allow null bytes in the request body

Version 1.4.3

23 Jun 13:06
Compare
Choose a tag to compare

Warning: The Windows builds in this version do not support HTTPS. Please use Version 1.4.5 instead.

  • Update OpenSSL to 1.1.1k and curl to 7.77.0
  • Fix response body being cut off after a null byte
  • Cleaner internal memory management

Version 1.4.2

25 Apr 14:44
Compare
Choose a tag to compare

Version 1.4.1

21 Mar 19:44
Compare
Choose a tag to compare
  • Update to curl 7.75.0 and OpenSSL 1.1.1i
  • Build Linux libraries on Debian 8
  • Allow invalid request methods
  • Provide builds with builtin libstdc++/libgcc
  • Automatically search for available CA bundles

Version 1.4.0-rc1

23 Aug 14:49
Compare
Choose a tag to compare
  • Switched to unified threading code for Windows and Linux.
  • Resolved a few threading-related issues.
  • Fixed a few memory and reference leaks (thanks to @Meachamp!).
  • Refactored a large part of the code.
  • Make the background thread sleep while waiting for requests.

Version 1.3.2

24 Jun 00:58
Compare
Choose a tag to compare
  • Fixed a bug where the query string would be appended multiple times on redirect.
  • Fixed the Linux library exhausting resources by never freeing threads.