Migrated repository
Go to file
2015-07-05 22:51:31 +08:00
app add some functions in class string, HttpServletResponse 2015-07-05 22:51:31 +08:00
dist add win64 directory 2015-06-30 11:06:33 +08:00
doc acl 3.1.1 version release 2015-03-29 20:32:07 +08:00
include prepare for acl new version 2015-02-04 06:26:20 -08:00
lib_acl all samples can be built by vc2012 in x64 mode 2015-06-29 02:33:11 -07:00
lib_acl_cpp add some functions in class string, HttpServletResponse 2015-07-05 22:51:31 +08:00
lib_dict modify Makefile for MACOS 2015-01-05 17:25:09 +08:00
lib_protocol http module support range download; add http download example 2015-07-05 01:29:35 +08:00
lib_rpc all samples can be built by vc2012 in x64 mode 2015-06-29 02:33:11 -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
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 project file reorganize 2015-05-08 16:54:03 +08:00
acl_cpp_vc2008.sln add disque_cluster sample 2015-05-06 08:30:18 -07:00
acl_cpp_vc2010.sln add disque_cluster sample 2015-05-06 08:30:18 -07:00
acl_cpp_vc2012.sln add some functions in class string, HttpServletResponse 2015-07-05 22:51:31 +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
changes.txt The project can be built on MINGW32 2015-05-21 06:49:35 -07:00
dircopy add redis client lib 2015-01-14 07:35:23 -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 use redis cluster to store session for http module 2015-06-03 11:19:13 +08:00
README_EN.md prepare for acl new version 2015-02-04 06:26:20 -08: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
  • 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