ubuntu14
|
a816bc5762
|
fixed bugs in dbuf and add a new xml parser
|
2015-11-27 07:07:43 -08:00 |
|
ubuntu14
|
e37d58557b
|
complete dbuf module and using it in many other modules
|
2015-11-20 07:29:10 -08:00 |
|
ubuntu14
|
a9101ebf0c
|
modify Makefile for MACOSX and FreeBSD
|
2015-11-09 06:11:21 -08:00 |
|
ubuntu14
|
21e0796f45
|
modify some codes
|
2015-10-20 06:07:23 -07:00 |
|
ubuntu14
|
b319c8742a
|
add mail builder class and sample; optimize http module; add some json samples for test
|
2015-09-27 05:59:21 -07: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 |
|
zsxxsz
|
33de35bfff
|
improvement dbuf pool's performance; add dbuf_pool sample
|
2015-07-22 00:41:11 +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
|
26ede3c85a
|
add some comments in wizard's source; add reset function for acl_dbuf_pool.c
|
2015-06-22 02:32:33 -07:00 |
|
zsx
|
062d87cea6
|
improve json parsing speed
|
2015-06-19 16:08:17 +08:00 |
|
zsx
|
4866e55c49
|
add thread queue sample: samples/thread_queue
|
2015-06-18 14:54:58 +08:00 |
|
zsx
|
3274df3b13
|
fixed some compile error on MACOSX
|
2015-06-14 02:47:59 +08:00 |
|
zsx
|
883b0681f5
|
use redis cluster to store session for http module
|
2015-06-03 11:19:13 +08:00 |
|
ubuntu14
|
9337889af3
|
The project can be built on MINGW32
|
2015-05-21 06:49:35 -07:00 |
|
zsxxsz
|
e74ac017f9
|
完善了连接池管理功能模块
|
2015-04-04 15:25:29 +08:00 |
|
zsxxsz
|
fb5ccddc4e
|
acl 3.1.1 version release
|
2015-03-29 20:32:07 +08:00 |
|
zsx
|
c28744324c
|
Ôö¼ÓÁË redis ¿ͻ§¶ËеÄÀ࣬¸ÃÀà¼̳ÐÁËÆäËüËùÓеÄ redis ¿ͻ§¶ËÀà
|
2015-03-27 17:05:12 +08:00 |
|
zsx
|
dfe63fc844
|
redis client lib support redis3.0 cluster
|
2015-02-27 13:33:00 +08:00 |
|
ubuntu14
|
d7b3d92ca8
|
complate redis_zset, redis_script; add redis_pubsub sample
|
2015-01-21 07:39:02 -08:00 |
|
ubuntu14
|
a674a864ab
|
add redis client lib
|
2015-01-14 07:35:23 -08:00 |
|
zsxxsz
|
9a7e7b07dd
|
整理工程,优化代码,添加阿里云 OSS 客户端接口
|
2015-01-04 22:51:01 +08:00 |
|
zsxxsz
|
f0249e0ca1
|
完善TCP连接派发器,从而更便于集群管理;其它功能模块的完善
|
2014-12-14 18:26:52 +08:00 |
|
zsxxsz
|
d8fd96aee8
|
整理工程,优化代码
|
2014-12-07 23:48:11 +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
|
7ad26a48a5
|
线程池服务模板功能改进及 protobuf 包更新
|
2014-11-25 19:44:37 +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
|
7e97baaf36
|
增加了套接字选项的设置及获取的方法
|
2014-10-25 20:33:21 +08:00 |
|
zsxxsz
|
037422b1e7
|
polarssl 库升级,一些 BUG 修复
|
2014-10-24 21:17:01 +08:00 |
|
zsxxsz
|
d8ec1e924d
|
线程池服务器模板支持 accept 回调处理过程在子线程中进行
可以通过配置项(ioctl_thread_accpet=1)将 accept 的回调处理过程交由线程池中的子线程处理,这样可以在 accept
回调过程处理一些比较花费时间的处理过程而不会阻塞主线程
|
2014-09-10 00:08:43 +08:00 |
|
zsxxsz
|
65ab0a7659
|
整理 lib_acl 库中的头文件
|
2014-09-06 23:08:25 +08:00 |
|
zsxxsz
|
d381b0117d
|
完善了针对 Polarssl 的支持
升级 polarssl 至1.3.8版本;支持服务端模式的 ssl 通信方式;增加了 SSL 的服务端测试用例
|
2014-08-20 22:31:35 +08:00 |
|
zsxxsz
|
9ce5d0d2c2
|
修复代码问题和VC工程
整理VC工程文件;修改了MIME解析中的问题
|
2014-07-21 22:32:11 +08:00 |
|
zsxxsz
|
97eb97fd67
|
添加示例,完善库函数
增加了 dircmp 示例;修改了 string 类;修改了 acl_set_eugid, acl_set_ugid 函数
|
2014-07-16 19:59:58 +08:00 |
|
zsxxsz
|
8e5ae88b1d
|
acl.3.0.19 版本发布
|
2014-06-23 20:19:05 +08:00 |
|
zsxxsz
|
2a75ab0cd0
|
代码优化
|
2014-06-22 19:42:08 +08:00 |
|
zsxxsz
|
1c565c875b
|
修复了C++库中连接池及HTTP模块中的BUG
C++库中连接池管理存在BUG;C++库的 HTTP 模块存在BUG;C库中的 master 服务器框架允许以非 ROOT
身份启动;C++库中增加了目录扫描类:scan_dir
|
2014-05-22 21:33:41 +08:00 |
|
zsxxsz
|
ad62afa90b
|
BUG修复及功能完善
修改了一些已知问题,完善了服务器生成向导程序,增加了目录拷贝程序dircopy
|
2014-05-16 21:08:52 +08:00 |
|
zsxxsz
|
af2b04eaf2
|
整理VC工程
将VC2008, 2010, 2012 的工程文件中的例子分类
|
2014-04-10 22:18:25 +08:00 |
|
zsxxsz
|
929ebc13be
|
服务器框架支持客户端连接平均分配的功能
增加了 master_dispatch 服务模板,由其接收外来客户端连接,同时将连接平均分配给后端的服务子进程
|
2014-03-27 23:55:38 +08:00 |
|
zsxxsz
|
26e96fcd8c
|
修改了服务器线程池模板(c++库)中 master_threads2.cpp 中漏内存的BUG,优化了多线程事件引擎
修改了服务器线程池模板(c++库)中 master_threads2.cpp 中漏内存的BUG,优化了多线程事件引擎
|
2014-03-21 20:54:21 +08:00 |
|
zsxxsz
|
b20e0b6c53
|
acl 3.0.16 版本发布!
该版本主要优化了线程池调度的性能,同时优化了多线程事件引擎的效率
|
2014-02-20 22:57:48 +08:00 |
|
zsxxsz
|
e2bbbac332
|
归整了代码格式
|
2014-02-16 12:23:17 +08:00 |
|
zsxxsz
|
5796debda4
|
优化了多线程事件引擎的效率,优化了线程池的任务处理能力,调整了部分代码的格式
|
2014-02-15 16:01:56 +08:00 |
|
zsxxsz
|
8017426b99
|
针对 gcc 或 vc 编译器,增加了一些编译属性开关
|
2014-02-06 19:59:59 +08:00 |
|
zsxxsz
|
22f1f139cb
|
优化了线程池调度算法
|
2014-01-26 19:19:55 +08:00 |
|
zsxxsz
|
a3b2e1f6d1
|
优化了线程池的性能
通过给线程池中的每一个线程一个独立的线程条件变量(之前是用同一个),大大减少了线程池在任务调度时的竞争问题
|
2014-01-19 23:59:13 +08:00 |
|
zsxxsz
|
fc3cae0a35
|
支持VC2008编译器
acl 重新支持VC2008编译器;在高版本VC编译器上,acl库尽量使用编译器建议安全的系统 API
|
2014-01-12 15:36:49 +08:00 |
|