Migrated repository
Go to file
2013-08-27 22:09:27 +08:00
app first commit acl to github 2013-08-18 17:42:25 +08:00
dist first commit acl to github 2013-08-18 17:42:25 +08:00
doc first commit acl to github 2013-08-18 17:42:25 +08:00
include first commit acl to github 2013-08-18 17:42:25 +08:00
lib first commit acl to github 2013-08-18 17:42:25 +08:00
lib_acl fixed some bugs 2013-08-27 22:09:27 +08:00
lib_acl_cpp fixed some bugs 2013-08-27 22:04:32 +08:00
lib_dict first commit acl to github 2013-08-18 17:42:25 +08:00
lib_protocol first commit acl to github 2013-08-18 17:42:25 +08:00
lib_rpc first commit acl to github 2013-08-18 17:42:25 +08:00
lib_tls first commit acl to github 2013-08-18 17:42:25 +08:00
samples first commit acl to github 2013-08-18 17:42:25 +08:00
unit_test first commit acl to github 2013-08-18 17:42:25 +08:00
.gitignore Initial commit 2012-10-07 03:29:14 -07:00
acl_cpp_vc2003.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_cpp_vc2010.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_cpp_vc2012.sln first commit acl to github 2013-08-18 17:42:25 +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 fixed some bugs 2013-08-27 22:09:27 +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 first commit acl to github 2013-08-18 17:42:25 +08:00
README.md modified: README.md 2013-08-18 18:17:23 +08:00
readme.txt first commit acl to github 2013-08-18 17:42:25 +08:00
release-notes.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
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