Commit Graph

  • 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 云风 2013-11-20 05:41:57 -08:00
  • c286d89725 minor fix for rare case Kezhu Wang 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 云风 2013-11-14 18:26:17 -08:00
  • bd5f884c56 bugfix: missing setting socket to non blocking after block connecting Kezhu Wang 2013-11-14 21:25:09 +08:00
  • 967155f8ab Merge pull request #54 from kezhuw/fixes 云风 2013-11-13 17:14:19 -08:00
  • 8c24cd2777 correct odd format style Kezhu Wang 2013-11-14 01:43:31 +08:00
  • 94c92bf16b explict return statement to suppress compiler warning Kezhu Wang 2013-11-14 01:27:10 +08:00
  • 3e2af60b34 bugfix: close pending socket when write_buffer drain Kezhu Wang 2013-11-14 01:22:03 +08:00
  • d5e925688f bugfix: missing FREE(buffer) when socket is closing Kezhu Wang 2013-11-14 00:54:06 +08:00
  • f3a23a9485 bugfix: mistake return value from send_buffer same with SOCKET_DATA, when it is propagated to skynet_socket_poll(), may crash the program Kezhu Wang 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 云风 2013-10-16 22:45:51 -07:00
  • 9e2568a40b hash list bug unknown 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
  • 554a8b59f4 fix Issue #44 云风 2013-10-08 10:40:16 +08:00
  • ec4ae98536 id reserve bugfix 云风 2013-10-08 10:26:25 +08:00
  • e402d114bf remove skynet_error length limit 云风 2013-09-25 11:05:58 +08:00
  • 1676713b09 skynet message length limit 16M 云风 2013-09-21 15:19:56 +08:00
  • c972b647bd error on call an invalid address 云风 2013-09-18 17:41:25 +08:00
  • 5feaf9f593 error on untraced time 云风 2013-09-18 16:55:30 +08:00
  • e5e73c2efe return 0 when send to an invalid address 云风 2013-09-18 16:42:23 +08:00
  • ed09f28481 function:current time 云风 2013-09-18 16:14:50 +08:00
  • e5382cf876 fix issue #39 云风 2013-09-17 11:19:11 +08:00
  • 2a00dc652a fix issue #39 云风 2013-09-17 10:41:56 +08:00
  • 97001faf4c remove so 云风 2013-09-16 13:37:25 +08:00
  • 7263b3d0f9 trace throw error instead of assert in C 云风 2013-09-16 13:01:37 +08:00
  • 36676afc03 Never throw error when sending message to invalid address 云风 2013-09-12 16:22:49 +08:00
  • 0a584d5872 remove debug line 云风 2013-09-12 13:36:59 +08:00
  • 8743a6b030 bugfix: Issue #38 云风 2013-09-12 13:35:23 +08:00
  • efb8ecbe84 bugfix: Issue #37 云风 2013-09-11 17:21:05 +08:00
  • 80fe468e8e add block connect for harbor 云风 2013-09-10 23:21:30 +08:00
  • a15b93cbcf bugfix: kqueue api Cloud 2013-09-10 21:44:32 +08:00
  • fd67d2f968 push message back to queue before harbor connect to master 云风 2013-09-10 18:09:04 +08:00
  • fc1710826d change function name 云风 2013-09-10 16:48:23 +08:00
  • f547317414 simple reconnect support 云风 2013-09-09 19:02:00 +08:00
  • e9eec36b47 fix typo 云风 2013-09-04 19:57:04 +08:00
  • 25a1f17a16 remove some unused code 云风 2013-09-04 10:49:48 +08:00
  • 8b4cd92ae5 bugfix: clear connected flag when update address 云风 2013-09-03 11:57:20 +08:00
  • fb3dd69f03 bugfix: don't use table.insert when nil can be insert 云风 2013-09-02 11:18:42 +08:00
  • 56f6e0e62d add some check for pthread api 云风 2013-09-01 22:20:48 +08:00
  • dba3e1562b bugfix: socket.write return true when success 云风 2013-08-28 17:40:01 +08:00
  • 1d91483369 bugfix: init connection id 云风 2013-08-26 17:48:53 +08:00
  • c826d4d246 bugfix: dispatch all message in one socket message 云风 2013-08-26 14:25:42 +08:00
  • caaa8fcdbe move databuffer and hashid out of service_gate.c 云风 2013-08-26 13:10:42 +08:00
  • e1375669d0 bugfix: reset event_n to 0 when sp_wait error 云风 2013-08-26 11:26:55 +08:00
  • dab0570936 fix client/watchdog 云风 2013-08-24 00:24:29 +08:00
  • 52cf864037 some bugfix for gate/socket lib 云风 2013-08-24 00:14:01 +08:00
  • 424c84915b remove unused source 云风 2013-08-23 21:29:19 +08:00
  • c99f9a12d8 fix comment 云风 2013-08-23 21:01:19 +08:00
  • 1b5652e374 add cond_wait for socket message 云风 2013-08-23 19:41:11 +08:00
  • 1fc601612c bugfix: gate start 云风 2013-08-23 10:40:14 +08:00
  • 35b0f28fcc socket accept can do more than once for transfer 云风 2013-08-22 18:58:52 +08:00
  • 4d8390ba66 redis driver: unlock before assert failed 云风 2013-08-22 18:09:45 +08:00
  • e074076c8d socket lock/unlock 云风 2013-08-22 17:56:20 +08:00
  • 02ff250e02 Merge branch 'master' into socket 云风 2013-08-22 17:29:38 +08:00
  • b6373ce495 bugfix: redis sismember 云风 2013-08-22 17:29:30 +08:00
  • 06ee4297df new socket lib 云风 2013-08-22 17:28:26 +08:00
  • 83db25fe92 service_harbor use skynet_socket now 云风 2013-08-21 16:56:16 +08:00
  • db92f4abbf socket server added 云风 2013-08-21 15:02:23 +08:00
  • 6981dd3009 bugfix: turn trace off before request return 云风 2013-08-20 18:29:18 +08:00
  • 8455c45b83 add test trace 云风 2013-08-20 18:07:26 +08:00
  • 97a4844094 reserved protocol type id 云风 2013-08-19 17:15:14 +08:00
  • 93c0e257e7 event_add return 1 when failed 云风 2013-08-17 14:51:30 +08:00
  • dd188fd528 bugfix: don't free buffer where DONTCOPY tag was not set 云风 2013-08-16 16:03:57 +08:00