Releases: acl-dev/acl
Releases · acl-dev/acl
acl 3.5.3-8 released!
optimized and fixed for fiber module
acl 3.5.3-7 release
-optimize fiber module
acl 3.5.3-6 release
Alpine Linux has been supported.
acl 3.5.3-5 released!
- optimize and fixed some bugs in iocp engine in fiber module.
- IO read timeout should be in seconds.
acl 3.5.3-4 release
- fixed one crash bug in http_aclient::handle_res_hdr()
- add more functions in aio module
acl 3.5.3-3 release
- 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!
- 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
- feature: mqtt module has been proved ok
- optimize dns module for supporting IPV6, etc
- fixed some bugs
release 3.5.2-0
- dns module(including rfc1035) has been rewriten;
- use the new dns module other the old one in lib_fiber;
- redis module has supported pipeline mode with hight performance.
release 3.5.1-8
fixed one bug in events_timer.c, events_timer_thr.c that timer->tmp should be inited.