云风
|
4dd6e566be
|
bugfix: pop error message when load file not exist
|
2013-12-17 19:57:33 +08:00 |
|
云风
|
45196be66a
|
add skynet.cache lib
|
2013-12-17 19:18:42 +08:00 |
|
云风
|
8e031c1b21
|
cache lua code load
|
2013-12-17 18:26:08 +08:00 |
|
云风
|
2bf65084cd
|
debug stat report boot time
|
2013-12-17 11:24:30 +08:00 |
|
云风
|
b6f57aee0b
|
define max client for example
|
2013-12-16 13:54:29 +08:00 |
|
云风
|
2d8b061970
|
add log for net building
|
2013-12-16 13:39:27 +08:00 |
|
云风
|
41ca0c92cb
|
add log for master connecting to harbor
|
2013-12-16 12:16:24 +08:00 |
|
云风
|
48f6d42264
|
remove feature: remote object. Issue #58
|
2013-12-16 11:05:49 +08:00 |
|
云风
|
e950ddd177
|
add keepalive to socket server
|
2013-12-13 18:22:48 +08:00 |
|
云风
|
747ed8bb00
|
add comment for service client
|
2013-12-13 18:07:02 +08:00 |
|
云风
|
f7730dc4be
|
add comment for message queue
|
2013-12-12 23:39:28 +08:00 |
|
云风
|
2c7dbddd50
|
bugfix: queue is 8
|
2013-12-12 23:32:14 +08:00 |
|
云风
|
6ea5a03996
|
bugfix: message queue support multi parm
|
2013-12-12 21:44:11 +08:00 |
|
云风
|
c07f4df172
|
skynet.call capture error
|
2013-12-10 15:20:03 +08:00 |
|
云风
|
4a49346da8
|
change name from exit to error
|
2013-12-10 14:59:03 +08:00 |
|
云风
|
294f6feb50
|
bugfix: remote object support term signal
|
2013-12-09 21:25:22 +08:00 |
|
云风
|
053e1e6b44
|
bugfix: trace switch after recv exit signal
|
2013-12-09 20:18:05 +08:00 |
|
云风
|
f7242294dd
|
add skynet.watch for skynet.call, read http://blog.codingnow.com/2013/12/skynet_monitor.html
|
2013-12-09 17:54:46 +08:00 |
|
云风
|
340148c152
|
add skynet.queryservice
|
2013-11-25 21:43:43 +08:00 |
|
云风
|
dca23999d0
|
bugfix: socket readall , clear buffer offset
|
2013-11-25 19:54:13 +08:00 |
|
云风
|
022119e22a
|
Merge pull request #57 from kezhuw/fixes
minor fix for rare case
|
2013-11-20 05:41:57 -08:00 |
|
Kezhu Wang
|
c286d89725
|
minor fix for rare case
|
2013-11-20 21:37:42 +08:00 |
|
云风
|
3808b56628
|
use table.unpack instead of unpack
|
2013-11-19 20:57:39 +08:00 |
|
云风
|
0234387a2c
|
redis auth
|
2013-11-19 20:41:04 +08:00 |
|
云风
|
b94abacf60
|
Merge pull request #55 from kezhuw/fixes
bugfix: missing setting socket to non blocking
|
2013-11-14 18:26:17 -08:00 |
|
Kezhu Wang
|
bd5f884c56
|
bugfix: missing setting socket to non blocking
after block connecting
|
2013-11-14 21:25:09 +08:00 |
|
云风
|
967155f8ab
|
Merge pull request #54 from kezhuw/fixes
Fixes
|
2013-11-13 17:14:19 -08:00 |
|
Kezhu Wang
|
8c24cd2777
|
correct odd format style
|
2013-11-14 01:43:31 +08:00 |
|
Kezhu Wang
|
94c92bf16b
|
explict return statement to suppress compiler warning
|
2013-11-14 01:39:02 +08:00 |
|
Kezhu Wang
|
3e2af60b34
|
bugfix: close pending socket when write_buffer drain
|
2013-11-14 01:22:03 +08:00 |
|
Kezhu Wang
|
d5e925688f
|
bugfix: missing FREE(buffer) when socket is closing
|
2013-11-14 00:54:06 +08:00 |
|
Kezhu Wang
|
f3a23a9485
|
bugfix: mistake return value from send_buffer
same with SOCKET_DATA, when it is propagated to
skynet_socket_poll(), may crash the program
|
2013-11-14 00:42:55 +08:00 |
|
云风
|
ec13a89ee4
|
bugfix: lua-bson , don't dec index when pack dict
|
2013-11-11 20:55:02 +08:00 |
|
云风
|
ffd48633c2
|
bugfix #53
|
2013-11-04 19:14:21 +08:00 |
|
云风
|
e20d550743
|
lua service init error behavior changed
|
2013-11-04 18:23:26 +08:00 |
|
云风
|
0689f4f094
|
redis support multi/exec. fix Issue #53
|
2013-11-01 14:54:01 +08:00 |
|
云风
|
3ac60913c4
|
mqueue.call don't return true when succ
|
2013-10-30 21:30:13 +08:00 |
|
云风
|
91b097cbbf
|
add error handle in skynet.fork and mqueue
|
2013-10-30 21:19:13 +08:00 |
|
云风
|
4291e0e4a1
|
Don't use assert in message queue dispatching
|
2013-10-30 19:51:29 +08:00 |
|
云风
|
9a8a9fd637
|
use pcall in message queue dispatch
|
2013-10-30 19:45:41 +08:00 |
|
云风
|
0b9d7d8a62
|
add message queue
|
2013-10-30 19:30:06 +08:00 |
|
云风
|
09242894a3
|
fix typo: coroutine_pool
|
2013-10-30 16:48:04 +08:00 |
|
云风
|
feb2efddbe
|
fix Issue #51
|
2013-10-30 14:48:58 +08:00 |
|
云风
|
ec0853bebb
|
bugfix: redis batch mode. fix Issue #51
|
2013-10-30 10:41:30 +08:00 |
|
云风
|
63433bd69e
|
fix issue #52
|
2013-10-29 14:34:33 +08:00 |
|
云风
|
3327bb7f82
|
queue lock request in socket, fix issue #51
|
2013-10-28 13:35:28 +08:00 |
|
云风
|
95584a0a88
|
Merge pull request #48 from codenot/master
hash list bug
|
2013-10-16 22:45:51 -07:00 |
|
unknown
|
9e2568a40b
|
hash list bug
|
2013-10-14 16:44:22 +08:00 |
|
云风
|
5fda7bdc1f
|
term socket thread , fix issue #47
|
2013-10-14 16:02:21 +08:00 |
|
云风
|
2d02f10396
|
bugfix: issue #46
|
2013-10-14 11:26:15 +08:00 |
|