Skip to content

Releases: acl-dev/acl

acl 3.5.3-5 released!

26 Jan 14:44
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

release 3.5.1-7

12 Aug 03:10
Compare
Choose a tag to compare
  1. make event timer more safety when user can cancel another timer in one timer;
  2. fp->read_ready should be set 0 in acl_file_read;
  3. use MD compiling options for all vc projects;
  4. v3.5.1-6: zlib upgrade to 1.2.11 from 1.2.8;
  5. v3.5.1-6: There's a better way to check if the given fd is socket, pipe or fifo;
  6. v3.5.1-6: ssl module supports SNI;
  7. more feature added and some bugs fixed.

v3.5.1-5

27 Jun 06:22
Compare
Choose a tag to compare
  • add memory checking module for c++
  • add http module written by c++11 in libfiber
  • don't fatal in event_limit() for IOS14.beta

acl 3.5.1-1 released!

12 Jan 14:32
Compare
Choose a tag to compare

remove the first parameter from acl::sslbase_conf::open().