Commit Graph

  • 6d4d9f8758 use a patch to hotfix Cloud Wu 2014-04-17 13:49:25 +08:00
  • 58dfe38c4b hotfix snax supported Cloud Wu 2014-04-16 23:23:51 +08:00
  • df5c619a29 snax : a simple skynet auxliliary framework Cloud Wu 2014-04-16 20:12:17 +08:00
  • 2308ce3905 fixnetpack mercury landed 2014-04-16 17:11:21 +08:00
  • a420fe498f Merge pull request #87 from cloudwu/priority 云风 2014-04-16 14:10:22 +08:00
  • 7b2be206e5 simplify send_buffer Cloud Wu 2014-04-16 11:13:02 +08:00
  • 6adf5435b5 Add low priority list to socket send buffer Cloud Wu 2014-04-15 21:35:34 +08:00
  • 0279144db1 cleanall clear lualib.a Cloud Wu 2014-04-15 14:32:52 +08:00
  • 720297b6ec fix include path for lua-cjson and add cleanall target Cloud Wu 2014-04-15 14:29:40 +08:00
  • 006e9be185 Fix Issue #86 Cloud Wu 2014-04-15 10:56:20 +08:00
  • 285b6b9310 Merge branch 'netpack' Cloud Wu 2014-04-14 22:31:46 +08:00
  • 47167ea2e8 remove old client Cloud Wu 2014-04-14 22:31:23 +08:00
  • 2a22f00bea Merge pull request #84 from cloudwu/netpack 云风 2014-04-14 21:25:25 +08:00
  • 98c9059a60 c/s json protocol example Cloud Wu 2014-04-14 21:21:47 +08:00
  • 904b68b5a5 rewrite client demo by lua, remove old C version client demo Cloud Wu 2014-04-14 17:00:42 +08:00
  • 1e9a27232b rewrite watchdog/agent, use new gate Cloud Wu 2014-04-14 14:21:31 +08:00
  • 476fd10889 netpack for gate Cloud Wu 2014-04-13 22:43:45 +08:00
  • 8e92930413 move platform.mk out from makefile Cloud Wu 2014-04-12 12:24:22 +08:00
  • eebb7017b4 Merge pull request #82 from nopsky/master 云风 2014-04-09 20:33:35 +08:00
  • c18ea761a4 修改harbor_init里的一个小bug nopsky 2014-04-09 19:14:54 +08:00
  • 3be4e3c44b rewrite example testping Cloud Wu 2014-04-04 11:50:10 +08:00
  • 1a07e94ad5 add skynet.error Cloud Wu 2014-04-02 16:35:24 +08:00
  • 7c43421784 add mongo auth support, and copy a md5 lib to 3rd Cloud Wu 2014-04-02 14:35:17 +08:00
  • 043311e654 bugfix: fork a new thread when message dispatch error Cloud Wu 2014-04-01 20:58:49 +08:00
  • b02d07f124 throw an error only session !=0 Cloud Wu 2014-03-28 15:15:02 +08:00
  • f772fc4ce8 remote call will raise an error when the harbor disconnected Cloud Wu 2014-03-28 15:08:20 +08:00
  • aa85b2bd55 Merge pull request #78 from kezhuw/makefile_switch_compiler 云风 2014-03-28 14:23:37 +08:00
  • d233450cb0 simplify compiler switch Kezhu Wang 2014-03-28 13:10:16 +08:00
  • bca009bf32 LUA_LIB can be override Cloud Wu 2014-03-26 18:03:38 +08:00
  • d01a75f105 you can export PLAT first now Cloud Wu 2014-03-26 17:53:10 +08:00
  • e2267a62f4 add SKYNET_BUILD_PATH to makefile Cloud Wu 2014-03-26 16:33:23 +08:00
  • 0985b33f0f modify lua Cloud Wu 2014-03-26 15:58:56 +08:00
  • 58aa7556a5 rewrite makefile, and remove luacode cache. Cloud Wu 2014-03-26 15:13:30 +08:00
  • 103602259a bugfix: socket.block will block socket.close Cloud Wu 2014-03-26 14:48:28 +08:00
  • 8a8353458c bugfix: Issue #77 Cloud Wu 2014-03-26 11:04:25 +08:00
  • 381ab7ca96 Merge branch 'channel' of github.com:cloudwu/skynet into channel Cloud Wu 2014-03-25 13:41:07 +08:00
  • 05ecd61015 bugfix: mongo driver, reply result Cloud Wu 2014-03-24 17:12:32 +08:00
  • 911380d8b2 socketchannel is an independent mod now, channel:request will throw channel.error when disconnected. Cloud Wu 2014-03-24 16:12:02 +08:00
  • 20db82dc97 bugfix: auth before connected Cloud Wu 2014-03-24 11:14:39 +08:00
  • 90c947047c add socket.response to support redis watch mode Cloud Wu 2014-03-23 19:46:21 +08:00
  • 2e1de9a64a bugfix: use so:close instead of socket.close Cloud Wu 2014-03-23 16:35:56 +08:00
  • 1eb775a326 introduce socket.channel, and rewrite redis/mongo driver Cloud Wu 2014-03-23 16:05:36 +08:00
  • fd6e9a8bd1 bugfix: coroutine pool Cloud Wu 2014-03-25 13:30:51 +08:00
  • 11464a3373 bugfix: mongo driver, reply result Cloud Wu 2014-03-24 17:12:32 +08:00
  • 1052b510ad socketchannel is an independent mod now, channel:request will throw channel.error when disconnected. Cloud Wu 2014-03-24 16:12:02 +08:00
  • 6c98bb2e19 bugfix: auth before connected Cloud Wu 2014-03-24 11:14:39 +08:00
  • ffbc22e088 add socket.response to support redis watch mode Cloud Wu 2014-03-23 19:46:21 +08:00
  • 76498502df bugfix: use so:close instead of socket.close Cloud Wu 2014-03-23 16:35:56 +08:00
  • 255753a577 introduce socket.channel, and rewrite redis/mongo driver Cloud Wu 2014-03-23 16:05:36 +08:00
  • 1fdce9941b bugfix: mongo disconnect. self.__sock can't be nil because of metatable Cloud Wu 2014-03-21 11:03:16 +08:00
  • 55f60ab002 disable code cache by default and always register skynet.codecache Cloud Wu 2014-03-21 10:36:54 +08:00
  • 84ec9c4123 shift time before dispatch timer message Cloud Wu 2014-03-14 15:05:41 +08:00
  • 5fa3040a85 more example for echo socket service Cloud Wu 2014-03-14 11:14:03 +08:00
  • c6efe2cd19 support socket.abandon / socket.start , Issue #73 Cloud Wu 2014-03-14 11:02:00 +08:00
  • c9358873da remove testconnection Cloud Wu 2014-03-13 16:13:53 +08:00
  • b502d34da3 change api name bson.encode_order Cloud Wu 2014-03-12 15:01:13 +08:00
  • b9aefc3ebc add comment for socket.close Cloud Wu 2014-03-12 14:39:30 +08:00
  • 7989daf9bb bugfix: mongo driver runCommand , and fix socket.close Cloud Wu 2014-03-12 14:11:45 +08:00
  • 1a7d960a36 return string in env would be better 云风 2014-03-01 16:26:14 +08:00
  • 89b63126db fix typo 云风 2014-02-28 13:53:01 +08:00
  • 6ba28cd442 Do not timing response session 云风 2014-02-27 18:19:55 +08:00
  • 66d339b398 support local command by debug_console 云风 2014-02-25 20:38:56 +08:00
  • 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:51:48 +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 云风 2014-02-21 14:11:23 +08:00
  • 59e6029432 a little improvement of hashid code: move the calculation of hashcap into the hashid_init function and remove the assertions Chen Puqing 2014-02-19 00:07:34 +08:00
  • 224a1eebfb optimize the search of empty slot in the hashid_node array Chen Puqing 2014-02-18 23:18:29 +08:00
  • 5aeba52bf9 Merge pull request #65 from hongling0/master 云风 2014-02-18 19:44:02 +08:00
  • a425ca098d timerBUG hongling0 2014-02-18 19:24:59 +08:00
  • 2445d9954f Merge pull request #64 from vontio/master 云风 2014-02-17 19:41:51 +08:00
  • 6a16340490 add lua like path search for skynet module vontio 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