Migrated repository
Go to file
2018-12-25 11:32:42 +08:00
acl.xcworkspace delete unused files by xcode 2018-12-07 13:56:05 +08:00
android/acl delete unused files 2018-09-22 09:02:50 +08:00
app format code style 2018-12-12 11:16:12 +08:00
build migrate to Android platform OK! 2017-02-12 21:39:38 +08:00
build4ios modify acl Makefiles to renaming lib names. 2017-03-25 23:05:44 +08:00
dist add tools-ctl for controling master's tools services 2018-02-26 11:41:39 +08:00
doc add redis_sentinel class in redis module 2018-03-18 23:43:31 +08:00
golang rpm 2018-02-24 17:46:09 +08:00
include format code style 2018-12-12 11:16:12 +08:00
lib modify db module(including mysql, sqlite) for using db more conviniently; add mysql_pool sample 2015-08-02 03:21:24 -07:00
lib_acl add log info for acl_vstream_close 2018-12-20 17:29:21 +08:00
lib_acl_cpp fixed bugs of acl_fiber_cond_timedwait in acl_fiber_cond.c 2018-12-25 11:32:42 +08:00
lib_dict modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
lib_fiber fixed bugs of acl_fiber_cond_timedwait in acl_fiber_cond.c 2018-12-25 11:32:42 +08:00
lib_protocol format code style 2018-12-12 11:16:12 +08:00
lib_rpc compile acl on vc2015 successfully 2016-04-30 11:49:41 +08:00
lib_tls supporting for IPV6 2017-04-11 23:14:39 +08:00
packaging connect_manager: support fiber running in threads 2018-12-16 16:47:51 +08:00
res doc: add architecture.png 2017-12-24 21:03:02 +08:00
test delete unused files. 2018-09-17 14:26:46 +08:00
unit_test modify acl Makefiles to renaming lib names. 2017-03-25 23:05:44 +08:00
_config.yml change theme 2017-07-10 16:28:46 +08:00
.clang-format fixed one bug in icmp_stream that should set read_ready flag to 0; 2017-08-15 11:01:58 +08:00
.gitignore add xmake.lua 2017-11-30 10:04:15 +08:00
.gitlab-ci.yml rm acl-tools package from CI. 2018-03-07 13:31:37 +08:00
acl_cpp_vc2003.sln add mail builder into vc2003 2015-09-08 05:22:37 -07:00
acl_cpp_vc2008.sln fixed some bugs in redis and disque; add mail compose and smtp client module 2015-09-08 17:21:04 +08:00
acl_cpp_vc2010.sln fixed some bugs in redis and disque; add mail compose and smtp client module 2015-09-08 17:21:04 +08:00
acl_cpp_vc2012.sln build on Windows ok 2018-12-14 16:34:28 +08:00
acl_cpp_vc2013.sln build on Windows ok 2018-12-14 16:34:28 +08:00
acl_cpp_vc2015.sln add app/gson app/demo project in sln 2016-10-11 18:08:42 +08:00
acl_cpp_vc2017.sln vc projects: remove private_global.h and add acl_define_macosx.h 2017-11-21 10:58:44 +08:00
acl_vc2003.sln 整理了一些文件格式 2014-11-19 00:25:21 +08:00
acl_vc2010.sln 整理了一些文件格式 2014-11-19 00:25:21 +08:00
acl_vc2012.sln 整理了一些文件格式 2014-11-19 00:25:21 +08:00
acl.props add set support in Gson. and fix potemtial bug in gson_helper.ipp 2017-06-14 13:55:05 +08:00
build_env modify redis interface; make socket more safty 2016-01-17 13:35:12 +08:00
BUILD.md update BUILD.md 2017-07-23 18:10:52 +08:00
changes.txt acl 3.4.0 released! 2018-04-29 20:37:22 +08:00
circle.yml add circle.yml 2017-06-06 18:31:03 +08:00
CMakeLists.txt build acl with cmake for Linux 2018-10-27 22:04:58 +08:00
Doxyfile first commit acl to github 2013-08-18 17:42:25 +08:00
Doxyfile_acl_protocol first commit acl to github 2013-08-18 17:42:25 +08:00
FAQ.md master: when master can't bind one addr master maybe crash for one object been freed before. 2017-12-25 16:30:34 +08:00
license.ibm add license.bsd&license.ibm for acl 2015-03-11 10:12:06 +08:00
LICENSE.txt change acl's license to LGPL.v3; 2017-01-13 22:37:21 +08:00
Makefile acl 3.4.1 released! 2018-05-07 14:59:52 +08:00
README_EN.md README: Add toc 2017-06-29 17:02:05 +08:00
README.md doc: add architecture.png 2017-12-24 21:03:02 +08:00
SAMPLES.md change SAMPLES.md's charset from gbk to utf-8 2017-07-10 13:23:50 +08:00
xmake.lua add some xmake.lua for app 2017-12-01 09:10:16 +08:00

acl -- one advanced C/C++ lib for UNIX and WINDOWS

Description

Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp/redis/memcache/handler-sockett protocol, SSL/TLS, C unit test, etc

Features

  • data structure: array/htable/ring/stack/avl
  • stream(sync and async) for socket and file
  • thread pool and process pool
  • redis/memcached/beanstalkd/handler-socket client
  • mysql/sqlite connection pool
  • http/icmp/smtp protocol
  • json/xml/mime/base64/qp/uucode
  • event(select, poll, iocp, epoll, kqueue, devpoll, win32 message)
  • server framework(multi-process, multi-threads, aio, trigger, udp)
  • HttpServlet for C++; http client and http server
  • session manager
  • log/configure
  • file queue
  • zlib/iconv wrapper
  • unit test framework

Reference

License

  • LGPL-v3 license (see LICENSE.txt in the acl project)

Contact