-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
41 lines (33 loc) · 995 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: 1.3
1. 修改连接关联map结构,取消handler_Id
2. 取消win32相关定义,整个框架只在linux环境编译
2013/08/05
1. 修改接受缓冲区大小动态支持,通过修改makefile变量获得 TCP_BUFFER_SIZE
Todo:
1. 同步请求的支持;
2. redis功能的取消,放在lua ffi中实现;
3. 协议解析中支持a[d]数组
2013/09/05
1. 添加pidfile的支持;
kill -9 `cat server.pid`
2. 添加memcached的支持,将CMemcachedHandler对象导入到lua中;
local mc = mc.CMemcachedHandler:new("--SERVER=192.168.0.45")
if mc then
mc:Set(key, value)
end
3. fixed SocketHandler::cleanup() + this->reset()
2013/09/27
1. fixed MapSendByte MapRecvByte to inline;
2. tuning EncryptBuffer CrevasseBuffer method;
2013/12/3
1. new trunk v1.4
1. fixed memcached support;
2. modify epoll event loop;
2013/12/05/
1. add reload config;
2013/12/11
1. add connection timeout timewheel;
2. delete EPOLLHUP
3. add global time cache;
2014/01/14
1. add server_stat