Migrated repository
Go to file
2014-09-06 23:08:25 +08:00
app 完善了针对 Polarssl 的支持 2014-08-20 22:31:35 +08:00
dist 修复了C++库中连接池及HTTP模块中的BUG 2014-05-22 21:33:41 +08:00
doc 代码优化 2014-06-22 19:42:08 +08:00
include 完善了对 polarssl 的支持,支持 polarssl 两个分支,写了客户端多线程测试用例 2014-08-21 21:32:57 +08:00
lib_acl 整理 lib_acl 库中的头文件 2014-09-06 23:08:25 +08:00
lib_acl_cpp 整理 lib_acl 库中的头文件 2014-09-06 23:08:25 +08:00
lib_dict 代码优化 2014-06-22 19:42:08 +08:00
lib_protocol 修复了HTTP 请求头缓存数据未被清理的问题 2014-08-08 20:57:30 +08:00
lib_rpc 工程文件整理 2014-01-13 21:27:38 +08:00
lib_tls 代码优化 2014-06-22 19:42:08 +08:00
res/img 提前 acl 服务器框架处理流程视图 2014-09-02 10:53:03 +08:00
resource ssl 客户端测试例子完善 2014-08-23 16:52:13 +08:00
samples 完善了针对 Polarssl 的支持 2014-08-20 22:31:35 +08:00
unit_test 优化了线程池的性能 2014-01-19 23:59:13 +08:00
.gitignore 去掉了一些没有用的临时文件 2014-01-26 20:00:11 +08:00
acl_cpp_vc2003.sln 修复代码问题和VC工程 2014-07-21 22:32:11 +08:00
acl_cpp_vc2008.sln 修复代码问题和VC工程 2014-07-21 22:32:11 +08:00
acl_cpp_vc2010.sln 修复代码问题和VC工程 2014-07-21 22:32:11 +08:00
acl_cpp_vc2012.sln 完善了针对 Polarssl 的支持 2014-08-20 22:31:35 +08:00
acl_vc2003.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_vc2010.sln 整理VC工程 2014-04-10 22:18:25 +08:00
acl_vc2012.sln 整理VC工程 2014-04-10 22:18:25 +08:00
changes.txt 正式发布 acl 3.0.20 版本 2014-08-26 12:53:37 +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
Makefile acl.3.0.19 版本发布 2014-06-23 20:19:05 +08:00
README_EN.md 修改子描述文档 2014-07-15 16:37:59 +08:00
README.md 提前 acl 服务器框架处理流程视图 2014-09-02 10:53:03 +08:00
readme.txt 修复代码问题和VC工程 2014-07-21 22:32:11 +08:00
SAMPLES.md 将图例添加进描述文档中 2014-07-20 20:50:44 +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 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
  • handler-socket/memcached/beanstalkd 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

Contact