Skip to content

Releases: simdsoft/yasio

v3.30.0

20 Dec 18:28
Compare
Choose a tag to compare

v3.26.0

25 Oct 04:23
505065f
Compare
Choose a tag to compare
  1. Rename macro YASIO_HAVE_KCP to YASIO_ENABLE_KCP and move to config.hpp.
  2. Rename macro _USING_OBJECT_POOL to YASIO_DISABLE_OBJECT_POOL and move to config.hpp.
  3. Add macro YASIO_DISABLE_SPSC_QUEUE to control whether disable single-producer, single-consumer lock-free queue.
  4. Change io_event_cb_t parameter to rval reference.

v3.23.6f6

16 Oct 06:59
Compare
Choose a tag to compare
Fix ci warnings.

v3.23.6f3

23 Sep 10:33
Compare
Choose a tag to compare

Minor improve robustness of io_service::set_option API & avoid buffer deep copy at io_service::write

v3.23.6

22 Sep 10:14
Compare
Choose a tag to compare
  1. Fix jsb & jsb20 compile issue.
  2. Rename native interface yasio_close2 to yasio_close_handle
  3. Support detect whether ipv6 supported at android platform.
  4. Use dual event queue to avoid block recv operation when consumer thread do Long-Running Operations at event callback.
  5. Remove specific vs project files, use cmake instead.

v3.23.3f1

03 Sep 03:32
Compare
Choose a tag to compare
Use std::make_shared instead directly new.

Use std::make_shared instead directly new.

v3.23.3

28 Aug 17:26
Compare
Choose a tag to compare
  1. Unify optional macro YASIO_VERBOS_LOG.
  2. Rename stimer::killAll to stimer::clear.

v3.23.2

26 Aug 16:41
63c7995
Compare
Choose a tag to compare
v3.23.2 Pre-release
Pre-release

yasio-3.23.2

  1. Add ifaddrs implementation for android.
  2. Tidy in4 loopback & linklocal detect sources.

v3.23.1

18 Aug 16:04
Compare
Choose a tag to compare
  1. Fix UDP EPERM issue.
  2. Add option: YOPT_PRINT_FN.
  3. Remove option: YOPT_LOG_FILE and YOPT_CONSOLE_PRINT_FN.

v3.23.0

13 Aug 02:06
23281b2
Compare
Choose a tag to compare
  1. Make length field based frame decode associate with channel.
  2. Make decode length function associate with channel.
  3. Make transport send,flush as private for internal use.
  4. Change channel default length decode behavior to directly.
  5. Rename YOPT_RESOLV_FUNCTION to YOPT_RESOLV_FN.
  6. Rename YOPT_CONSOLE_PRINT_FUNCTION to YOPT_CONSOLE_PRINT_FN.
  7. Rename YOPT_DECODE_FRAME_LENGTH_FUNCTION to YOPT_CHANNEL_LFBFD_FN.
  8. Rename YOPT_LFBFD_PARAMS to YOPT_CHANNEL_LFBFD_PARAMS.
  9. Rename YOPT_IO_EVENT_CALLBACK to YOPT_IO_EVENT_CB.