Migrated repository
Go to file
2017-07-03 16:00:05 +08:00
acl.xcworkspace supporting ios and can be compiled by xcode. 2017-03-12 14:49:48 +08:00
app modify lib_fiber module 2017-07-03 16:00:05 +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 modify Makefile 2017-06-22 18:57:00 +08:00
doc modify ppt about redis-cluster 2017-06-20 19:17:43 +08:00
golang add readme&changes for golang master service 2017-05-22 17:52:48 +08:00
include support postgresql. 2017-04-27 21:46:28 +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 ACL_ATOMIC_CLOCK object for statics of running status 2017-07-03 14:40:06 +08:00
lib_acl_cpp feature: add transaction support in db_sqlite class by lindawei 2017-06-28 12:25:29 +08:00
lib_acl_cpp1z add codes 2017-03-14 10:15:15 +08:00
lib_dict modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
lib_fiber modify lib_fiber module 2017-07-03 16:00:05 +08:00
lib_protocol support vc2013 2017-04-21 14:59:29 +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 Merge branch 'master' of https://github.com/acl-dev/acl 2017-06-23 14:25:45 +08:00
res/img 提前 acl 服务器框架处理流程视图 2014-09-02 10:53:03 +08:00
test add unix-domain support in pgsql 2017-05-08 09:49:30 +08:00
unit_test modify acl Makefiles to renaming lib names. 2017-03-25 23:05:44 +08:00
.gitignore add build dir to .gitignore 2017-06-14 22:01:57 +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 compile acl on MSYS. 2017-02-21 22:35:31 +08:00
acl_cpp_vc2013.sln support vc2013 2017-04-21 14:59:29 +08:00
acl_cpp_vc2015.sln add app/gson app/demo project in sln 2016-10-11 18:08:42 +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
changes.txt reorganize all the include headers. 2017-06-02 14:47:24 +08:00
circle.yml add circle.yml 2017-06-06 18:31:03 +08:00
CMakeLists.txt modify acl Makefiles to renaming lib names. 2017-03-25 23:05:44 +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
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 packaging: fix acl master setup usage issue 2017-06-23 12:44:24 +08:00
README_EN.md README: Add toc 2017-06-29 17:02:05 +08:00
README.md Update README.md 2017-07-02 00:14:18 +08:00
SAMPLES.md prepare for acl new version 2015-02-04 06:26:20 -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