Skip to content

Releases: simdsoft/yasio

Add multi channel support

02 Apr 17:10
Compare
Choose a tag to compare
  1. Support multi-channels at on thread service.
  2. Async reconnect support
  3. Optimize log for cross platform
  4. Optimize log for cocos2d, avoid crash
  5. Optimize unpack logic
  6. Avoid buffer attack
  7. Integrate c-ares support, macro: _USE_ARES_LIB, default value is 0
  8. Add macros to control whether use object pool, shared_ptr and enable send callback
  9. Fix shutdown can't close connection.

Just a optimize version.

17 Mar 08:16
Compare
Choose a tag to compare

Don't use master, 3.0 developing is in progress.

2.3.9

12 Oct 02:30
Compare
Choose a tag to compare

1.Rename xxsocket::release to xxsocket::detach
2.Fix socket_select_interrupt socket ops error.
3.Optimize object_pool implementation.

Optimize, no need to call select, wait d is 0

05 Jul 04:21
Compare
Choose a tag to compare

Avoid uncessary socker.select call when wait duration is ZERO

Optimize select call when busy.

18 Mar 07:30
Compare
Choose a tag to compare

Optimize, Immediately, If there is still have data to read, no need t call select,
However, the connection exception will detected through do_read or do_write, but it's ok.

2.3.3.3

29 Sep 12:55
Compare
Choose a tag to compare
default

fix timer priority.

20 Sep 13:54
Compare
Choose a tag to compare
2.3.3.1

VERBOSE_LOG, fix timer process priority

2.3.3

07 Sep 05:13
Compare
Choose a tag to compare
fix compile error.

please upgrade to use this release.

07 Sep 05:03
Compare
Choose a tag to compare
2.3.2

Merge branch 'master' of https://github.com/halx99/xxsocket