Migrated repository
Go to file
2015-11-16 04:00:44 -08:00
app modify Makefile for MACOSX and FreeBSD 2015-11-09 06:11:21 -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 add mail builder class and sample; optimize http module; add some json samples for test 2015-09-27 05:59:21 -07: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 some functions in connection pool moudle 2015-11-13 00:26:30 -08:00
lib_acl_cpp add template function create in dbuf_guard class which make creating object derived from dbuf_obj more easily 2015-11-16 04:00:44 -08:00
lib_dict modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
lib_protocol add some functions in connection pool moudle 2015-11-13 00:26:30 -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 线程池服务模板功能改进及 protobuf 包更新 2014-11-25 19:44:37 +08:00
test modify Makefile for MACOSX and FreeBSD 2015-11-09 06:11:21 -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 modify some codes 2015-10-20 06:07:23 -07: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
changes.txt modify Makefile for MACOSX and FreeBSD 2015-11-09 06:11:21 -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 modify Makefile for MACOSX and FreeBSD 2015-11-09 06:11:21 -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
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