Migrated repository
Go to file
zsxxsz fc6ecf6a4b 工程文件整理
添加了lib_protocol_vc2008.vcproj;修改了 lib_rpc 的工程文件
2014-01-13 21:27:38 +08:00
app acl.3.0.14 release 2013-12-07 20:31:59 +08:00
dist acl.3.0.14 release 2013-12-07 20:31:59 +08:00
doc first commit acl to github 2013-08-18 17:42:25 +08:00
include add new master service template 2013-12-20 21:03:12 +08:00
lib add feature for json lib and add some json samples 2013-12-27 22:38:17 +08:00
lib_acl 支持VC2008编译器 2014-01-12 15:36:49 +08:00
lib_acl_cpp 工程文件整理 2014-01-13 21:27:38 +08:00
lib_dict first commit acl to github 2013-08-18 17:42:25 +08:00
lib_protocol 工程文件整理 2014-01-13 21:27:38 +08:00
lib_rpc 工程文件整理 2014-01-13 21:27:38 +08:00
lib_tls first commit acl to github 2013-08-18 17:42:25 +08:00
samples add new master service template 2013-12-20 21:03:12 +08:00
unit_test add new master service template 2013-12-20 21:03:12 +08:00
.gitignore Initial commit 2012-10-07 03:29:14 -07:00
acl_cpp_vc2003.sln 支持VC2008编译器 2014-01-12 15:36:49 +08:00
acl_cpp_vc2008.sln 支持VC2008编译器 2014-01-12 15:36:49 +08:00
acl_cpp_vc2010.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_cpp_vc2012.sln 工程文件整理 2014-01-13 21:27:38 +08:00
acl_vc2003.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_vc2010.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_vc2012.sln first commit acl to github 2013-08-18 17:42:25 +08:00
changes.txt 支持VC2008编译器 2014-01-12 15:36:49 +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.14 release 2013-12-07 20:31:59 +08:00
README.md http_request 类增加了网络超时接口 2014-01-08 20:14:24 +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

website: http://www.iteye.com/ tar download: https://sourceforge.net/projects/acl/