518 Commits

Author SHA1 Message Date
云风
1d0d2678ed mongo driver support request_id 2013-07-31 16:41:46 +08:00
云风
8c51540c8d add lua-bson 2013-07-30 14:56:08 +08:00
云风
940abe6dff add mongo driver from lua-mongo project (wip) 2013-07-30 14:51:26 +08:00
云风
1b4b46d271 add skynet.context_ptr() & noneblocking socket.close 2013-07-29 21:24:57 +08:00
云风
ba22224a4a add QUERY command to query local service address 2013-07-29 21:05:03 +08:00
云风
f58206f6c2 coroutine clear when gc 2013-07-25 14:32:04 +08:00
云风
4270b68873 skynet reuse coroutine 2013-07-25 14:29:36 +08:00
云风
e6667d5a32 socket.write return nil when write to a closed fd 2013-07-24 14:22:04 +08:00
云风
cb31f144f1 gate event loop timeout change to 10ms 2013-07-24 13:56:20 +08:00
云风
9ec4267965 improve socket lib 2013-07-24 12:16:31 +08:00
云风
4fe5f3738b remove error message: invalid socket 2013-07-24 10:55:41 +08:00
云风
61c5a4b8a9 bugfix: socket force close more than once 2013-07-23 20:36:13 +08:00
云风
e564406695 minor fix 2013-07-23 14:39:38 +08:00
云风
39126c120f socket.open can return error 2013-07-23 12:13:46 +08:00
云风
300300853b 1. none blocking connect ; 2. socket.readall ; 3.socket.readline will return last line ; 4. lua service report launcher error 2013-07-22 21:09:38 +08:00
云风
5516eca93a remove xmalloc 2013-07-19 11:18:32 +08:00
云风
a018077472 sigign 2013-07-19 10:43:04 +08:00
云风
f998e988dc bugfix: socket id alloc 2013-07-16 18:19:40 +08:00
云风
a06846710a bugfix: HARBOR should be unsigned 2013-07-15 10:36:55 +08:00
云风
965dabd906 remove luaL_traceback 2013-07-13 18:51:44 +08:00
云风
9d231e4dd6 remove luaL_traceback & fix lua_tounsignedx 2013-07-13 18:48:39 +08:00
云风
fce4b6fee8 dispatch must before skynet.start 2013-07-02 20:59:17 +08:00
云风
52a4ef8d13 register launcher name at skynet_start 2013-07-02 10:48:22 +08:00
云风
40c77e7739 socket read all data once 2013-06-28 19:02:50 +08:00
云风
67610a9614 exit after lua service launch failed 2013-06-28 16:39:19 +08:00
云风
c2b4a5c555 two-step launch lua service 2013-06-28 16:19:04 +08:00
云风
e8f1b271de bugfix : typo 2013-06-28 13:36:10 +08:00
云风
fb298aaf2c bugfix: socket read lock/unlock 2013-06-28 13:32:07 +08:00
云风
4878488ee3 don't copy when forward 2013-06-26 18:13:02 +08:00
云风
f01680d9a5 remove unused field 2013-06-26 15:55:44 +08:00
云风
756d7f2a93 typo 2013-06-24 14:12:40 +08:00
云风
f51e043dd6 bugfix: socket read 2013-06-24 12:11:00 +08:00
云风
682f5c0eb6 Merge pull request #20 from yinqiang/master
config_log
2013-06-22 14:48:19 -07:00
yinqiang
616c189866 launch socket
在启动console之前启动socket,不然console.lua调用socket.stdin()报错。
2013-06-23 00:56:25 +08:00
云风
cade22fe72 Merge pull request #19 from yinqiang/master
Little slip
2013-06-22 08:35:22 -07:00
yinqiang
4abbad7acc fix some thing for kqueue 2013-06-22 23:27:48 +08:00
云风
65d27f4179 Merge pull request #18 from kezhuw/bugfix
bugfix: mistake when linking write_buffer to existing list in socket ser...
2013-06-21 10:06:21 -07:00
Kezhu Wang
5cec366f7c a little improvement to previous commit 2013-06-22 01:05:40 +08:00
Kezhu Wang
33ec39a21f bugfix: mistake when linking write_buffer to existing list in socket service 2013-06-21 22:55:50 +08:00
云风
b6f94e5adc redis: sismember 2013-06-21 17:07:26 +08:00
云风
d8204357a8 redis api back compatible 2013-06-21 16:09:52 +08:00
云风
277b6957cb new socket service and socket lib instead of old connection, and rewrite redis lib 2013-06-21 13:02:51 +08:00
云风
0ffd9b8b8e bugfix: typo 2013-06-20 17:01:17 +08:00
云风
1d2b6fb87c bugfix 2013-06-19 15:27:20 +08:00
云风
991ff14aab add comment 2013-06-18 15:40:49 +08:00
云风
48528d97ad add some comment, and free data where error 2013-06-18 15:33:06 +08:00
云风
9c1e59b690 fix typo 2013-06-17 11:55:06 +08:00
云风
0e34fdd249 Merge pull request #17 from footer/master
bug fix in gate
2013-06-16 02:58:07 -07:00
footer
e2c33c3ef6 bug fix about epoll event cache machanism: socket may be closed by a previous epoll event's processing 2013-06-16 13:04:09 +08:00
Cloud
c8b5c9ed89 bugfix in Mac OSX 2013-06-12 01:29:33 +08:00