acl/lib_acl_cpp/src
2023-10-17 16:30:56 +08:00
..
aliyun/oss optimize memory debug module 2020-06-12 18:29:20 +08:00
beanstalk fixed bugs in beanstalk module 2021-04-14 09:33:44 +08:00
connpool fixed one bug in redis module that all the redis servers' addrs should be set after the module was rewrote. 2020-08-17 11:53:11 +08:00
db mysql_init API isn't thread-safely, so we should lock it before calling the API. 2023-04-21 18:51:13 +08:00
disque rewrite redis_client_cluster/redis_command classes. 2020-07-20 11:21:47 +08:00
event Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
hsocket add memory leaking debug module: see lib_acl_cpp/include/acl_cpp/stdlib/malloc.hpp. 2020-06-12 14:21:41 +08:00
http Decrease buff size for http module from 8k to 4k; format codes style. 2023-08-23 14:13:49 +08:00
ipc add memory leaking debug module: see lib_acl_cpp/include/acl_cpp/stdlib/malloc.hpp. 2020-06-12 14:21:41 +08:00
master delete unused code line 2022-09-26 17:44:35 +08:00
memcache Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
mime compile rfc822.cpp ok on windows platform 2022-08-10 23:16:05 +08:00
mqtt Fixed one dead loop bug in mqtt_connect.cpp. 2023-10-17 16:30:56 +08:00
net fixed one bugs in rfc1035.cpp and add one demo dns-gate for transfering DNS protocol. 2022-04-30 14:56:38 +08:00
queue optimize json module's performance by using dbuf_pool 2020-11-06 15:50:16 +08:00
redis Optimize redis_client_pipeline when no redis node got in the beginning. 2023-09-13 17:52:50 +08:00
serialize Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
session rewrite redis_client_cluster/redis_command classes. 2020-07-20 11:21:47 +08:00
smtp support ssl SNI 2020-07-01 17:05:41 +08:00
stdlib Don't abort when some error happened in zlib_stream, just return error. 2023-08-16 16:45:53 +08:00
stream Remove debug log info in openssl_io.cpp. 2023-10-17 14:44:46 +08:00
acl_cpp_init.cpp add acl_cpp_verbose() 2021-06-21 09:36:15 +08:00
acl_cpp_test.cpp Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
acl_stdafx.cpp Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
acl_stdafx.hpp add debug tag for http module 2022-09-05 11:10:44 +08:00
Android.mk add mqtt in Android.mk 2021-03-07 13:03:12 +08:00
Application.mk optimize building by ndk-build 2021-09-28 15:49:15 +08:00