Migrated repository
Go to file
zsxxsz 9527c34565 提高了 ipc 通信安全性,修复了新的线程池服务器模版的初始化问题
ipc 通信时进行了安全校验,防止外来连接攻击;新的线程池服务器模版调整了初始化调用顺序,便于在设定定时器时可以取得事件引擎句柄
2014-01-06 21:08:57 +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 提高了 ipc 通信安全性,修复了新的线程池服务器模版的初始化问题 2014-01-06 21:08:57 +08:00
lib_acl_cpp 提高了 ipc 通信安全性,修复了新的线程池服务器模版的初始化问题 2014-01-06 21:08:57 +08:00
lib_dict first commit acl to github 2013-08-18 17:42:25 +08:00
lib_protocol acl.3.0.14 release 2013-12-07 20:31:59 +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 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 json 编码器需要兼容旧的标志位 2014-01-03 20:04:28 +08:00
acl_cpp_vc2010.sln first commit acl to github 2013-08-18 17:42:25 +08:00
acl_cpp_vc2012.sln add some lost files 2013-10-20 18:12:47 +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 acl.3.0.14 release 2013-12-07 20:31:59 +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 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