Skip to content

Releases: zhaojh329/libuwsc

v2.0.2

14 May 16:00
Compare
Choose a tag to compare

9b8ba13 Fix bug: Forget to execute ustream_free on ustream_ssl
a480bdb Fix bug: Error code is incorrectly defined and should start at 1

v2.0.1

25 Mar 13:50
Compare
Choose a tag to compare

ae94505 Fix bug: not close the socket when create ssl connection failed.

v2.0.0

03 Mar 15:13
Compare
Choose a tag to compare

Change license to LGPL2

v1.2.0

06 Feb 03:30
Compare
Choose a tag to compare

4f33971 Bump version 1.2.0
8ee65ca ping interval can be configured by the set_ping_interval function
024f7b5 Optimize send function
21f2159 Optimize keepalive
3ab958f Optimize code

v1.1.0

22 Jan 15:34
Compare
Choose a tag to compare

809b20e Bump version 1.1.0
7064f68 Fix bug: Forget to handle the binary data
33dbcad Fix bug: onclose is repeatedly invoked to cause a segment error

v1.0.9

18 Jan 00:29
Compare
Choose a tag to compare

7c3bdf7 Bump version 1.0.9
9ab0fdb Optimize config.h to avoid config.h conflicts with other libraries
be5a2e3 Fix compile error
ffa221f Optimize code
82b2e3e Merge branch 'master' of https://github.com/zhaojh329/libuwsc
8fd3700 Optimize code

v1.0.8

13 Jan 15:20
Compare
Choose a tag to compare

9f04c27 Support fragmentation frame


9f04c27 支持解析分片数据帧

v1.0.7

13 Jan 10:08
Compare
Choose a tag to compare

1bc94e4 Bump version v1.0.7
3d5964a Continue to use blocking to connect to the server
6c8e7cc Improve ssl support

v1.0.6

13 Jan 07:21
Compare
Choose a tag to compare

20cc550 Bump version 1.0.6
de8f04c Optimize connect
1bb4e3a Remove superfluous semicolon
ef765ed Remove some debug code

v1.0.5

12 Jan 14:33
Compare
Choose a tag to compare

963c70b Bump version 1.0.5
67c544a Optimize code: use usock_inet_timeout
6e2aed8 Fix segment error
894ae44 Improve example