Skip to content

Releases: zsummer/zsummerX

v6.1.0_stable

03 Dec 02:40
Compare
Choose a tag to compare
Merge pull request #15 from zsummer/optimize

性能优化

v6.0.0_stable

05 Jan 14:33
Compare
Choose a tag to compare

new frame layer design, core is the 'options', all customizable properties integrated into 'options'.
remove windows select implement, current zsummerX have bottom implement is 'iocp, epoll lt, linux/mac select'.
setUserParam change implement. current use std::tuple.
add lua performance code and memory leak check code.
some easily use optimize.
support continuum via travis.

v5.1.0

31 Aug 02:53
Compare
Choose a tag to compare

优化lua胶水代码
命名优化
优化部分性能
优化定时器ID的产生规则.

v5.0.0

12 May 14:34
Compare
Choose a tag to compare

change interface, remove sessionID and add session pointer
add unsigned long long user param
add string user param
gracefully stop zsummerX
fix frame multi-initilize bug when accept new session.

v4.7.3

02 May 15:36
Compare
Choose a tag to compare

release

v4.7.2

07 Feb 17:29
Compare
Choose a tag to compare

update protocol

v4.7.1

01 Feb 15:22
Compare
Choose a tag to compare

lua_pcall出错后打印日志.

v4.7.0_stable

18 Jan 05:12
Compare
Choose a tag to compare

add lua client test used by proto4z and summer bounding.

v4.6.0_stable

19 Dec 14:29
Compare
Choose a tag to compare

new naming notations
support iOS

v4.2.0_stable

23 Nov 15:23
Compare
Choose a tag to compare

add trace log when use frame send orgData.
frame protocol max size default set limit 48 k.
catch runtime error when call user OnPostHandler and OnTimerHandler.
support flash policy request
support http chunked header
optimize performance used c++11 move