Skip to content

Releases: machinezone/IXWebSocket

Guillaume de Nogaret

Choose a tag to compare

@bsergean bsergean released this 22 Oct 18:17
97aa1f9

Few fixes from the previous one, the most important is in the release name of another famous character from the Accursed Kings.

All changes

Robert d'Artois

Choose a tag to compare

@bsergean bsergean released this 09 Jan 18:38
  • C++11 compatible release
  • Unittest is being run on CI on Windows now thanks to Github Actions.

For the rare case where release are made, I'll now name them after a character from les rois maudits, a wonderful historical book similar to Games of Thrones.

https://en.wikipedia.org/wiki/Robert_III_of_Artois

Early http server POST support with body extraction

Choose a tag to compare

@bsergean bsergean released this 14 Sep 18:55
v10.4.0

(http server) read body request when the Content-Length is specified …

v10.2.5

Choose a tag to compare

@bsergean bsergean released this 17 Aug 03:24

Contains improvement for the server code to be very frugal with system calls when waiting for new connections and garbage collecting.

9.9.0

Choose a tag to compare

@bsergean bsergean released this 08 Jul 23:25
v9.9.0

uwp build fix + more ivp6 support

v7.6.3

Choose a tag to compare

@bsergean bsergean released this 20 Dec 23:31

Better TLS support with mbedtls backend (used on Windows).

7.6.3

Choose a tag to compare

@bsergean bsergean released this 20 Dec 23:30
(ws commands) in websocket proxy, disable automatic reconnections + i…

v7.5.5

Choose a tag to compare

@bsergean bsergean released this 17 Dec 22:12

Fix #134

v7.5.3

Choose a tag to compare

@bsergean bsergean released this 16 Dec 23:09

Make sure that websocket server sends are blocking. Fixed a problem on Windows, but also make the ws proxy command works properly.

v7.4.1

Choose a tag to compare

@bsergean bsergean released this 02 Dec 21:52

(client) fix an overflow in the exponential back off code