forked from lizhenghn123/zl_reactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
18 lines (17 loc) · 880 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
______ ____ _____ _ ____ _____ ___ ____
|__ / | | _ \| ____| / \ / ___|_ _/ _ \| _ \
/ /| | | |_) | _| / _ \| | | || | | | |_) |
/ /_| |___| _ <| |___ / ___ \ |___ | || |_| | _ <
/____|_____|_| \_\_____/_/ \_\____| |_| \___/|_| \_\
ChangeLog
===========
2014年10月29日 21:52:48 增加基础工具类、线程相关类、网络封装接口;使用automake工具编译整个项目;
2014年10月30日 22:34:26 增加Socket封装类;
2014年10月31日 01:14:55 增加Poller接口;
2014年10月31日 01:14:55 增加EventLoop类;
2014年11月02日 11:22:09 一个初步可用的reactor模型;
2014年11月03日 19:28:53 在EventLoop中增加eventfd;
2014年11月04日 22:13:47 增加NetBuffer类;
2014年11月05日 20:38:55 增加Exception类,demangle实现;
2014年11月06日 00:50:18 增加Connector类;
2015年01月13日 23:59:37 完成poll/epoll/select三种poller的实现;