Migrated repository
Go to file
2014-06-27 22:17:42 +08:00
app 代码优化 2014-06-22 19:42:08 +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 Delete zlib.dll 2014-06-27 22:17:42 +08:00
lib_acl acl.3.0.19 版本发布 2014-06-23 20:19:05 +08:00
lib_acl_cpp acl.3.0.19 版本发布 2014-06-23 20:19:05 +08:00
lib_dict 代码优化 2014-06-22 19:42:08 +08:00
lib_protocol 常规性BUG修复及类功能增加 2014-05-28 21:26:03 +08:00
lib_rpc 工程文件整理 2014-01-13 21:27:38 +08:00
lib_tls 代码优化 2014-06-22 19:42:08 +08:00
samples acl.3.0.19 版本发布 2014-06-23 20:19:05 +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 常规性BUG修复及类功能增加 2014-05-28 21:26:03 +08:00
acl_cpp_vc2008.sln 常规性BUG修复及类功能增加 2014-05-28 21:26:03 +08:00
acl_cpp_vc2010.sln 整理VC工程 2014-04-10 22:18:25 +08:00
acl_cpp_vc2012.sln 常规性BUG修复及类功能增加 2014-05-28 21:26:03 +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.md Update README.md 2014-06-25 01:10:58 +08:00
readme.txt first commit acl to github 2013-08-18 17:42:25 +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
  • socket/file stream(sync stream and async stream)
  • http/icmp/smtp protocol
  • json/xml/mime/base64/qp/uucode, etc parse lib
  • thread/process pool
  • mysql/sqlite connection pool
  • event(select, poll, iocp, epoll, kqueue, devpoll, win32 message)
  • server framework(multi-process, multi-threads, aio, trigger, udp)
  • HttpServlet for C++; http client/server lib
  • log/configure lib
  • file queue
  • handler socket/memcached/beanstalkd client
  • zlib/iconv wrapper
  • session manager
  • unit test framework

Contact