Cloud Wu
|
c130a93a91
|
bson : check string length
|
2014-06-02 11:53:55 +08:00 |
|
Cloud Wu
|
88700c2c90
|
cluster support
|
2014-05-22 21:04:32 +08:00 |
|
Cloud Wu
|
1fbee1ac0b
|
update lua-bson to fix the 32bit signed int bug
|
2014-05-21 11:21:01 +08:00 |
|
Cloud Wu
|
8c886023c9
|
avoid warning
|
2014-05-05 19:18:09 +08:00 |
|
Cloud Wu
|
1c2654e117
|
change multicast api
|
2014-04-30 12:17:27 +08:00 |
|
Cloud Wu
|
5ce65055d2
|
multicast support remote publish/subscribe
|
2014-04-29 21:56:58 +08:00 |
|
Cloud Wu
|
d16159c166
|
add lua loader
|
2014-04-29 19:59:04 +08:00 |
|
Cloud Wu
|
0a40d9c5c6
|
local multicast support
|
2014-04-28 21:10:24 +08:00 |
|
Cloud Wu
|
bd3aa3f3c5
|
remove service_lua.h
|
2014-04-28 15:29:15 +08:00 |
|
Cloud Wu
|
4abfc2ced2
|
return 0 while task_info error
|
2014-04-22 20:00:59 +08:00 |
|
Cloud Wu
|
94f6c63849
|
use macro NANOSEC MICROSEC
|
2014-04-22 19:52:19 +08:00 |
|
Cloud Wu
|
277bc79fb7
|
bugfix: profile queue accept
|
2014-04-22 19:38:20 +08:00 |
|
Cloud Wu
|
960bd23c56
|
add profile module, and use it in snax
|
2014-04-22 18:27:41 +08:00 |
|
Cloud Wu
|
61c8c765f4
|
use skynet_malloc api
|
2014-04-22 15:17:16 +08:00 |
|
xjdrew
|
c081816f06
|
1. 可以在服务运行中动态require socket
2. 添加方法skynet.retpack/skynet.dispatch_unknown_request
3. skynet.filter透传参数
|
2014-04-21 17:50:04 +08:00 |
|
Cloud Wu
|
7d835d222b
|
use macro for replace malloc api (see skynet_malloc.h)
|
2014-04-18 22:38:18 +08:00 |
|
Cloud Wu
|
ac1a0a4c99
|
malloc hook for jemalloc and c memory info dump
|
2014-04-18 17:38:18 +08:00 |
|
Cloud Wu
|
d568e54c63
|
delete unused feature : group/localcast/forward, etc
|
2014-04-18 14:25:36 +08:00 |
|
云风
|
e9277dda93
|
Merge pull request #88 from wsk3201/fixnetpack
bugfix: netpack
|
2014-04-17 19:51:39 +08:00 |
|
mercury landed
|
2308ce3905
|
fixnetpack
不一定两次读完。没有读完的时候把uc放回queue。
|
2014-04-16 17:11:21 +08:00 |
|
Cloud Wu
|
6adf5435b5
|
Add low priority list to socket send buffer
|
2014-04-15 21:35:34 +08:00 |
|
Cloud Wu
|
904b68b5a5
|
rewrite client demo by lua, remove old C version client demo
|
2014-04-14 17:04:02 +08:00 |
|
Cloud Wu
|
476fd10889
|
netpack for gate
|
2014-04-13 22:43:45 +08:00 |
|
Cloud Wu
|
58aa7556a5
|
rewrite makefile, and remove luacode cache.
|
2014-03-26 15:13:30 +08:00 |
|
Cloud Wu
|
8a8353458c
|
bugfix: Issue #77
|
2014-03-26 11:04:25 +08:00 |
|
Cloud Wu
|
1eb775a326
|
introduce socket.channel, and rewrite redis/mongo driver
|
2014-03-25 13:31:06 +08:00 |
|
Cloud Wu
|
b502d34da3
|
change api name bson.encode_order
|
2014-03-12 15:01:13 +08:00 |
|
Cloud Wu
|
7989daf9bb
|
bugfix: mongo driver runCommand , and fix socket.close
|
2014-03-12 14:11:45 +08:00 |
|
云风
|
6ba28cd442
|
Do not timing response session
|
2014-02-27 18:19:55 +08:00 |
|
云风
|
918433bd58
|
make buffer larger for number to string
|
2014-02-25 15:52:20 +08:00 |
|
云风
|
eb188eeaa3
|
bugfix: call lua_tolstring for bson dict key
|
2014-02-25 14:58:19 +08:00 |
|
云风
|
c1e6737711
|
timing remote call
|
2014-02-23 17:13:58 +08:00 |
|
云风
|
6e3ef7fe09
|
bugfix: Issue #60
|
2013-12-30 19:48:30 +08:00 |
|
云风
|
2bf65084cd
|
debug stat report boot time
|
2013-12-17 11:24:30 +08:00 |
|
云风
|
48f6d42264
|
remove feature: remote object. Issue #58
|
2013-12-16 11:05:49 +08:00 |
|
云风
|
c07f4df172
|
skynet.call capture error
|
2013-12-10 15:20:03 +08:00 |
|
云风
|
dca23999d0
|
bugfix: socket readall , clear buffer offset
|
2013-11-25 19:54:13 +08:00 |
|
Kezhu Wang
|
94c92bf16b
|
explict return statement to suppress compiler warning
|
2013-11-14 01:39:02 +08:00 |
|
云风
|
ec13a89ee4
|
bugfix: lua-bson , don't dec index when pack dict
|
2013-11-11 20:55:02 +08:00 |
|
云风
|
c972b647bd
|
error on call an invalid address
|
2013-09-18 17:41:25 +08:00 |
|
云风
|
5feaf9f593
|
error on untraced time
|
2013-09-18 16:55:30 +08:00 |
|
云风
|
e5e73c2efe
|
return 0 when send to an invalid address
|
2013-09-18 16:42:23 +08:00 |
|
云风
|
ed09f28481
|
function:current time
|
2013-09-18 16:14:50 +08:00 |
|
云风
|
7263b3d0f9
|
trace throw error instead of assert in C
|
2013-09-16 13:01:37 +08:00 |
|
云风
|
36676afc03
|
Never throw error when sending message to invalid address
|
2013-09-12 16:22:49 +08:00 |
|
云风
|
80fe468e8e
|
add block connect for harbor
|
2013-09-10 23:21:30 +08:00 |
|
云风
|
fc1710826d
|
change function name
|
2013-09-10 16:48:23 +08:00 |
|
云风
|
e9eec36b47
|
fix typo
|
2013-09-04 19:57:04 +08:00 |
|
云风
|
dba3e1562b
|
bugfix: socket.write return true when success
|
2013-08-28 17:40:01 +08:00 |
|
云风
|
52cf864037
|
some bugfix for gate/socket lib
|
2013-08-24 00:14:01 +08:00 |
|