Acl Versions Save

C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..

v3.5.3-22

1 year ago
  • 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 .

v3.5.3-15

1 year ago
  • fixed one crashing bug in redis_command::run() if request_buf_ is NULL, when redis_pubsub::get_message is called before redis_pubsub::subscribe.

v3.5.3-14

1 year ago

fixed one bug in redis_client_pipeline.cpp about handling redirect message

v3.5.3-13

1 year ago

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

v3.5.3-11

2 years ago
  • fixed bugs in app/redis_tools/redis_builder

v3.5.3-10

2 years ago
  • fixed one dead lock in event timer module in event_timer.cpp

v3.5.3-9

2 years ago
  • 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.

v3.5.3.8

2 years ago

optimized and fixed for fiber module

v3.5.3-7

2 years ago

-optimize fiber module

v3.5.3-6

2 years ago

Alpine Linux has been supported.