Migrated repository
Go to file
2016-04-12 20:11:15 +08:00
app make redis_builder more powerful; replace polarssl with new version 2016-04-12 20:11:15 +08:00
dist modify some codes 2015-10-20 06:07:23 -07:00
doc add mail builder class and sample; optimize http module; add some json samples for test 2015-09-27 05:59:21 -07:00
include make redis_builder more powerful; replace polarssl with new version 2016-04-12 20:11:15 +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 functions to redis_builder 2016-04-01 09:36:18 +08:00
lib_acl_cpp make redis_builder more powerful; replace polarssl with new version 2016-04-12 20:11:15 +08:00
lib_dict modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
lib_protocol acl_threads_server.c can be used for windows; fixed some bugs 2016-02-28 17:48:17 +08:00
lib_rpc modify db module 2015-08-22 03:05:46 -07:00
lib_tls modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
res/img 提前 acl 服务器框架处理流程视图 2014-09-02 10:53:03 +08:00
resource make redis_builder more powerful; replace polarssl with new version 2016-04-12 20:11:15 +08:00
test modify redis interface; make socket more safty 2016-01-17 13:35:12 +08:00
unit_test modify some Makefile 2015-02-07 08:18:29 -08:00
.gitignore 去掉了一些没有用的临时文件 2014-01-26 20:00:11 +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 improving compiling speed by add precompile way 2016-02-25 19:57:02 +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
build_env modify redis interface; make socket more safty 2016-01-17 13:35:12 +08:00
changes.txt acl 3.1.4.4 release, fixed some urgent bugs 2016-01-17 17:11:53 +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.bsd add license.bsd&license.ibm for acl 2015-03-11 10:12:06 +08:00
license.ibm add license.bsd&license.ibm for acl 2015-03-11 10:12:06 +08:00
Makefile improving compiling speed by add precompile way 2016-02-25 19:57:02 +08:00
Makefile.debug update polarssl to 1.2.18; prepare for releasing new acl version 2015-12-08 06:28:10 -08:00
README_EN.md modify some codes 2015-10-20 06:07:23 -07:00
README.md acl 3.1.2 version released 2015-05-09 08:38:33 -07:00
readme.txt 修复代码问题和VC工程 2014-07-21 22:32:11 +08:00
release3.1.4.txt improving peformance for event process 2015-12-19 23:27:55 -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

Contact