Skip to content

Releases: acl-dev/acl

acl 3.5.3-22 released!

14 Sep 08:41
Compare
Choose a tag to compare
  • 3.5.3-22
  • bugfix: when using SO_REUSEPORT, acl_threads_server.cpp should support binding unix domain socket.
  • 3.5.3-21
  • feature: Openssl has been supported in acl ssl module
  • workaroud: when IO timeout be set 0, which will not block the IO process, but the time before, 0 mean the blocking the IO process.
  • workaroud: in aio module, it's the default that the connection will be closed after the data in sending buffer been sent.
  • 3.5.3-20
  • bugfix: don't use max timeout when the timeout is -1 in poll.c
  • 3.5.3-19
  • bugfix: fixed bugs in fiber_server.cpp when using shared stack mode in sighup fiber.
  • 3.5.3-18
  • feature: optimize master service template.
  • 3.5.3-17
  • feature: the fiber service template supports SO_REUSEPORT option.
  • 3.5.3-16
  • just release rpm package for CentOS8.x .

acl 3.5.3-15 release

09 Jul 09:51
Compare
Choose a tag to compare
  • fixed one crashing bug in redis_command::run() if request_buf_ is NULL, when redis_pubsub::get_message is called before redis_pubsub::subscribe.

acl 3.5.3-14 release

15 Jun 07:12
Compare
Choose a tag to compare

fixed one bug in redis_client_pipeline.cpp about handling redirect message

acl 3.5.3-13 release

07 Jun 12:44
Compare
Choose a tag to compare

fixed one urgent bug for one memory overflow in redis_client_pipeline.hpp .

acl 3.5.3-11 release

24 Apr 09:24
Compare
Choose a tag to compare
  • fixed bugs in app/redis_tools/redis_builder

acl 3.5.3-10 released

13 Apr 12:53
Compare
Choose a tag to compare
  • fixed one dead lock in event timer module in event_timer.cpp

acl 3.5.3-9 released

11 Apr 14:34
Compare
Choose a tag to compare
  • One fiber can close the other's fd safely;
  • Use AVL tree to handle IO timeout process;
  • IOCP engine was optimized;
  • Apple m1 has been supported;
  • Shared stack has been supported to decrease memory usage;
  • Redis client and master_fiber can be used in fiber shared stack.

acl 3.5.3-8 released!

08 Mar 13:30
Compare
Choose a tag to compare

optimized and fixed for fiber module

acl 3.5.3-7 release

23 Feb 03:32
Compare
Choose a tag to compare

-optimize fiber module

acl 3.5.3-6 release

28 Jan 15:48
Compare
Choose a tag to compare

Alpine Linux has been supported.