Commit Graph

402 Commits

Author SHA1 Message Date
云风
5944668796 driver.drop need 2 argument 2014-02-21 15:48:57 +08:00
云风
658d284521 Fix Issue #67 2014-02-21 15:18:30 +08:00
云风
758eea3583 bugfix: read cap in lock 2014-02-21 15:08:18 +08:00
云风
46febacbb9 Merge branch 'master' of github.com:cloudwu/skynet 2014-02-21 15:03:32 +08:00
云风
69e179a52e add skynet command MQLEN for debug 2014-02-21 15:03:20 +08:00
云风
989d2c67c5 Merge pull request #66 from puqing/master
optimize the search of empty slot in the hashid_node array
2014-02-21 14:11:23 +08:00
Chen Puqing
59e6029432 a little improvement of hashid code: move the calculation of hashcap into the hashid_init function and remove the assertions 2014-02-19 00:07:34 +08:00
Chen Puqing
224a1eebfb optimize the search of empty slot in the hashid_node array 2014-02-18 23:37:36 +08:00
云风
5aeba52bf9 Merge pull request #65 from hongling0/master
fix: timer will rewind after 194 days
2014-02-18 19:44:02 +08:00
hongling0
a425ca098d timerBUG
linux系统在特定的时间点,_gettime()会溢出,timer将不会触发timeout事件
2014-02-18 19:24:59 +08:00
云风
2445d9954f Merge pull request #64 from vontio/master
add lua like path search for skynet module
2014-02-17 19:41:51 +08:00
vontio
6a16340490 add lua like path search for skynet module
path/?.so;another_path/?.so
2014-02-14 16:35:46 +08:00
云风
ac6a140130 fix typo 2014-02-06 18:33:58 +08:00
云风
750e0733f3 bugfix: close socket once when harbor disconnected 2014-01-13 15:54:47 +08:00
云风
1230ea1a17 add log when socket send blocked by large data stream 2014-01-13 11:59:33 +08:00
云风
95105697ce define NOCODECACHE to disable lua code cache 2014-01-10 11:15:13 +08:00
云风
7c218a4e85 master close socket on harbor error 2014-01-06 18:10:33 +08:00
云风
6e3ef7fe09 bugfix: Issue #60 2013-12-30 19:48:30 +08:00
云风
8274709924 bugfix: service manager dead lock 2013-12-23 11:13:58 +08:00
云风
7b50e01627 check command pipe in high freq 2013-12-20 00:31:26 +08:00
云风
fd45a3b003 fix issue #59 2013-12-19 21:52:30 +08:00
云风
40281a8853 skynet defined lua alloc 2013-12-19 17:00:07 +08:00
云风
331c8009f8 remove magic number in lua 2013-12-18 22:42:10 +08:00
云风
f54776e181 bugfix: log 2013-12-18 14:22:56 +08:00
云风
5ccb666a8b use skynet_error for log 2013-12-18 12:25:58 +08:00
云风
bb20628ebe bugfix: monitor exit 2013-12-18 11:54:01 +08:00
云风
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