Migrated repository
Go to file
2014-08-18 21:00:14 +08:00
app 修复了HTTP 请求头缓存数据未被清理的问题 2014-08-08 20:57:30 +08:00
dist 修复了C++库中连接池及HTTP模块中的BUG 2014-05-22 21:33:41 +08:00
doc 代码优化 2014-06-22 19:42:08 +08:00
include add new master service template 2013-12-20 21:03:12 +08:00
lib_acl 整个 acl 工程在 FreeBSD9.2(64) 上编译通过 2014-08-01 00:51:32 +08:00
lib_acl_cpp 整个 acl 工程在 FreeBSD9.2(64) 上编译通过 2014-08-01 00:51:32 +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 将图例添加进描述文档中 2014-07-20 20:50:44 +08:00
samples 添加示例,完善库函数 2014-07-16 19:59:58 +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 http_request 类支持 POST 请求方法的重试功能 2014-07-24 22:23:06 +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.19 版本发布 2014-06-23 20:19:05 +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 完善 readme 描述 2014-08-18 21:00:14 +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