zhengshuxin
|
e2bb0ad167
|
support cmake.
|
2017-01-18 08:51:28 +08:00 |
|
zhengshuxin
|
6265718c20
|
acl 3.2.2 released!
|
2016-11-01 20:53:39 +08:00 |
|
zhengshuxin
|
495f4c55c0
|
rename acl_init to acl_lib_init and acl_end to acl_lib_end.
|
2016-10-25 10:45:37 +08:00 |
|
zhengshuxin
|
3846cda043
|
add websocket in lib_acl_cpp.
|
2016-09-20 19:55:38 +08:00 |
|
ubuntu14
|
1148788f2b
|
optimize some codes
|
2016-05-10 21:58:47 +08:00 |
|
ubuntu14
|
69d2ee1118
|
compile acl on vc2015 successfully
|
2016-04-30 11:49:41 +08:00 |
|
ubuntu14
|
162f645c53
|
acl_threads_server.c can be used for windows; fixed some bugs
|
2016-02-28 17:48:17 +08:00 |
|
ubuntu14
|
3f74c26a14
|
modify redis interface; make socket more safty
|
2016-01-17 13:35:12 +08:00 |
|
ubuntu14
|
be3062a505
|
update polarssl to 1.2.18; prepare for releasing new acl version
|
2015-12-08 06:28:10 -08:00 |
|
ubuntu14
|
7056fb952d
|
delete dummy files
|
2015-11-27 07:11:18 -08:00 |
|
ubuntu14
|
a816bc5762
|
fixed bugs in dbuf and add a new xml parser
|
2015-11-27 07:07:43 -08:00 |
|
ubuntu14
|
e8548986f6
|
add some functions in connection pool moudle
|
2015-11-13 00:26:30 -08:00 |
|
ubuntu14
|
a9101ebf0c
|
modify Makefile for MACOSX and FreeBSD
|
2015-11-09 06:11:21 -08:00 |
|
zsxxsz
|
e24d2ced28
|
fix one bug in db_mysql class for using charset to reconnect the mysql server;
reconsture db module
|
2015-10-25 14:15:07 +08:00 |
|
zsx
|
eeb5ae39ae
|
fixed some bugs in redis and disque; add mail compose and smtp client module
|
2015-09-08 17:21:04 +08:00 |
|
ubuntu14
|
75cb070932
|
acl 3.1.3 version release!
|
2015-08-26 06:05:52 -07:00 |
|
ubuntu14
|
2fb84c4056
|
optimize some codes
|
2015-08-26 05:45:40 -07:00 |
|
zsxxsz
|
70a3a12b94
|
compile option "-pedantic" not support __FUNCTION__
|
2015-07-23 23:46:17 +08:00 |
|
ubuntu14
|
24b6cfd05b
|
compile option "-pedantic" not support __FUNCTION__
|
2015-07-23 06:38:34 -07:00 |
|
zsxxsz
|
1c469fea3b
|
http module support range download; add http download example
|
2015-07-05 01:29:35 +08:00 |
|
zsxxsz
|
1c43c88be1
|
fixed bugs in http_hdr.c and redis_hash.cpp; add som http head operation functions
|
2015-07-02 10:35:12 +08:00 |
|
ubuntu14
|
2a35f4992d
|
all samples can be built by vc2012 in x64 mode
|
2015-06-29 02:33:11 -07:00 |
|
zsxxsz
|
fc22796257
|
lib_acl, lib_protocol, lib_acl_cpp can be built by VC2012 in x64 mode
|
2015-06-28 20:27:51 +08:00 |
|
ubuntu14
|
cbdce56059
|
fixed one bug in acl_vstring.c; modify http module
|
2015-06-24 06:38:28 -07:00 |
|
ubuntu14
|
9337889af3
|
The project can be built on MINGW32
|
2015-05-21 06:49:35 -07:00 |
|
zsxxsz
|
fb5ccddc4e
|
acl 3.1.1 version release
|
2015-03-29 20:32:07 +08:00 |
|
ubuntu14
|
4909a6bd6f
|
modify some projects and samples
|
2015-03-08 06:34:00 -07:00 |
|
zsx
|
d22029bfb9
|
fixed acl_master framework bug; add some functions to redis_command; modify some Makefile
|
2015-02-10 17:23:24 +08:00 |
|
zsx
|
d4e5726585
|
modify some redis samples
|
2015-02-02 16:50:06 +08:00 |
|
ubuntu14
|
9af2777301
|
support extend http request method
|
2015-01-30 07:08:42 -08:00 |
|
zsxxsz
|
7b89629f9b
|
修改 Makefile 文件
|
2015-01-06 23:24:02 +08:00 |
|
zsx
|
3ad53235d1
|
modify Makefile for MACOS
|
2015-01-05 17:25:09 +08:00 |
|
zsxxsz
|
9a7e7b07dd
|
整理工程,优化代码,添加阿里云 OSS 客户端接口
|
2015-01-04 22:51:01 +08:00 |
|
zsxxsz
|
cf2528eb7c
|
完善了非阻塞IO的SSL功能;将 samples 移到 lib_acl 目录下
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
|
2014-11-30 21:15:35 +08:00 |
|
zsxxsz
|
bafd2218a4
|
整理了一些文件格式
|
2014-11-19 00:25:21 +08:00 |
|
zsxxsz
|
550b1095de
|
Revert "修复了使用 _vsnprintf_s 的BUG和 stream 类中打开文件流时的BUG"
This reverts commit dff6771da7 .
|
2014-11-19 00:06:40 +08:00 |
|
zsxxsz
|
dff6771da7
|
修复了使用 _vsnprintf_s 的BUG和 stream 类中打开文件流时的BUG
|
2014-11-18 23:08:34 +08:00 |
|
zsxxsz
|
037422b1e7
|
polarssl 库升级,一些 BUG 修复
|
2014-10-24 21:17:01 +08:00 |
|
zsxxsz
|
8fe7a1c4ac
|
修复了HTTP 请求头缓存数据未被清理的问题
|
2014-08-08 20:57:30 +08:00 |
|
zsxxsz
|
e864adeb9c
|
常规性BUG修复及类功能增加
修复了新加类 scan_dir 的一些问题;
string 增加按行读数据功能;
http_client/http_request 增加按行读数据功能
|
2014-05-28 21:26:03 +08:00 |
|
zsxxsz
|
ad62afa90b
|
BUG修复及功能完善
修改了一些已知问题,完善了服务器生成向导程序,增加了目录拷贝程序dircopy
|
2014-05-16 21:08:52 +08:00 |
|
zsxxsz
|
fc6ecf6a4b
|
工程文件整理
添加了lib_protocol_vc2008.vcproj;修改了 lib_rpc 的工程文件
|
2014-01-13 21:27:38 +08:00 |
|
zsxxsz
|
fc3cae0a35
|
支持VC2008编译器
acl 重新支持VC2008编译器;在高版本VC编译器上,acl库尽量使用编译器建议安全的系统 API
|
2014-01-12 15:36:49 +08:00 |
|
zsxxsz
|
4a219509b9
|
acl.3.0.14 release
some new features, and some bug fixed
|
2013-12-07 20:31:59 +08:00 |
|
zsxxsz
|
415de6f5c6
|
acl.3.0.13 release
acl.3.0.13 release
|
2013-11-05 22:23:23 +08:00 |
|
zsxxsz
|
ff2495f962
|
add some lost files
|
2013-10-20 18:12:47 +08:00 |
|
zsxxsz
|
ef9e6de684
|
add some feature for udp
support udp; modify event interface
|
2013-09-28 09:00:07 +08:00 |
|
zsxxsz
|
cc05b877a2
|
first commit acl to github
first commit acl to github
|
2013-08-18 17:42:25 +08:00 |
|