Releases: acl-dev/acl
Releases · acl-dev/acl
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.
release 3.5.1-7
- make event timer more safety when user can cancel another timer in one timer;
- fp->read_ready should be set 0 in acl_file_read;
- use MD compiling options for all vc projects;
- v3.5.1-6: zlib upgrade to 1.2.11 from 1.2.8;
- v3.5.1-6: There's a better way to check if the given fd is socket, pipe or fifo;
- v3.5.1-6: ssl module supports SNI;
- more feature added and some bugs fixed.
v3.5.1-5
- add memory checking module for c++
- add http module written by c++11 in libfiber
- don't fatal in event_limit() for IOS14.beta