Skip to content

Releases: acl-dev/acl

acl 3.5.3-8 released!

08 Mar 13:30

Choose a tag to compare

optimized and fixed for fiber module

acl 3.5.3-7 release

23 Feb 03:32

Choose a tag to compare

-optimize fiber module

acl 3.5.3-6 release

28 Jan 15:48

Choose a tag to compare

Alpine Linux has been supported.

acl 3.5.3-5 released!

26 Jan 14:44

Choose a tag to compare

  • optimize and fixed some bugs in iocp engine in fiber module.
  • IO read timeout should be in seconds.

acl 3.5.3-4 release

17 Nov 03:26

Choose a tag to compare

  • fixed one crash bug in http_aclient::handle_res_hdr()
  • add more functions in aio module

acl 3.5.3-3 release

27 Oct 09:22

Choose a tag to compare

  • fixed one bug in acl_udp_server.c(3.5.3-2)
  • fixed one crashed bug in acl_inet_connect.c

acl 3.5.3-1 released!

14 Oct 14:10

Choose a tag to compare

  • bugfix: don't call getaddrinfo when binding a numric IP addr
  • feature: add udp_monitor_netlink configure in acl_udp_server.c
  • bugfix: optimize and fix bugs in iocp event in fiber module
  • bugfix: optimize and fix bugs in windows GUI message in fiber module
  • feature: DNS module in fiber module can work on windows
  • feature: add API hook for windows platform by adding detrours module from MS open source
  • more: more features and bugs fixed

release 3.5.3-0

24 Jun 09:15

Choose a tag to compare

  • feature: mqtt module has been proved ok
  • optimize dns module for supporting IPV6, etc
  • fixed some bugs

release 3.5.2-0

12 Jan 01:12

Choose a tag to compare

  1. dns module(including rfc1035) has been rewriten;
  2. use the new dns module other the old one in lib_fiber;
  3. redis module has supported pipeline mode with hight performance.

release 3.5.1-8

13 Aug 04:05

Choose a tag to compare

fixed one bug in events_timer.c, events_timer_thr.c that timer->tmp should be inited.