614 Commits

Author SHA1 Message Date
云风
0505b88f5e add debug_console service 2014-02-25 20:04:50 +08:00
云风
486da653e4 bugfix: logger service id is an uint32_t 2014-02-25 18:54:04 +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
云风
2166ce3c96 optimize timing call 2014-02-24 20:28:28 +08:00
云风
542163aeae bugfix: disptch 2014-02-24 18:32:01 +08:00
云风
665b2fae93 move fd_set from stack to heap (in socket_server) , It avoid FD_ZERO every time. 2014-02-24 17:03:34 +08:00
云风
4fd53c1364 socket.readall return false when disconnected 2014-02-24 16:46:49 +08:00
云风
fa09c74ffc output version in endless loop detecting 2014-02-24 12:27:31 +08:00
云风
e077bd3231 format timing result 2014-02-24 10:36:52 +08:00
云风
45bc6e71f9 skynet.timing_call return last information table 2014-02-23 18:44:27 +08:00
云风
c1e6737711 timing remote call 2014-02-23 17:13:58 +08:00
云风
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