Commit Graph

  • 872491e968 Add skynet.coroutine module Cloud Wu 2015-12-17 16:25:24 +08:00
  • 41252e8c21 Merge pull request #414 from DavidFeng/patch-1 cloudwu 2015-12-17 16:16:38 +08:00
  • a9fc577560 fix typo David Feng 2015-12-17 15:53:39 +08:00
  • 4f8427a23f close socket when sp_add failed Cloud Wu 2015-12-17 10:04:38 +08:00
  • 8ff5bcb372 Merge pull request #410 from kezhuw/bugfix_dangling_c_pointer_to_lua_string cloudwu 2015-12-15 00:56:40 +08:00
  • bfe8eeb4b3 Fix dangling c pointer to lua string value Kezhu Wang 2015-12-14 15:17:40 +08:00
  • ccb9cdbc9d update sproto schema Cloud Wu 2015-12-14 12:25:26 +08:00
  • 4006faac29 Merge pull request #407 from linse073/patch-3 cloudwu 2015-12-08 13:31:16 +08:00
  • 03617f23a1 loginserver.lua中的launch_slave的lua消息处理函数的return问题 linse073 2015-12-07 21:00:19 +08:00
  • d4d188541f add socket.close_fd Cloud Wu 2015-12-06 16:48:28 +08:00
  • 3a2766dd0e return results, see pr #403 Cloud Wu 2015-12-04 10:47:30 +08:00
  • 1431f55d28 update readme Cloud Wu 2015-12-03 15:37:43 +08:00
  • 22c0d3ab73 Merge pull request #396 from niuys/patch-6 cloudwu 2015-12-01 21:52:38 +08:00
  • 940a7ac58c close file handle clearly snail 2015-12-01 20:17:03 +08:00
  • 05605e62a9 core.querytype doesn't raise error, see issue #395 Cloud Wu 2015-12-01 17:09:32 +08:00
  • 3a527f0a66 update lua to 5.3.2 Cloud Wu 2015-11-30 20:31:56 +08:00
  • e47a4921fa bugfix. remote publish first, see issue #391 Cloud Wu 2015-11-27 18:13:50 +08:00
  • c180036bed use async dns resolve in httpc, and dns resolve cache by ttl. see about issue #253 Cloud Wu 2015-11-25 13:09:41 +08:00
  • d35388581f big number in sproto Cloud Wu 2015-11-23 16:12:57 +08:00
  • 2c3f3ac3c6 more sproto wire protocol examples Cloud Wu 2015-11-23 12:47:29 +08:00
  • 09670ee733 Merge pull request #383 from DavidFeng/patch-1 cloudwu 2015-11-22 19:39:30 +08:00
  • fbbda08bb2 fix typo David Feng 2015-11-21 15:36:25 +08:00
  • 0f454fe248 Merge branch 'master' of github.com:cloudwu/skynet Cloud Wu 2015-11-19 22:51:55 +08:00
  • 91c720ad6f add assert for socket fd reuse Cloud Wu 2015-11-19 22:51:43 +08:00
  • 3335ea11d7 dummy luaS_expandshr Cloud Wu 2015-11-19 21:02:46 +08:00
  • 8d83881808 use CLOCK_MONOTONIC maybe better Cloud Wu 2015-11-18 10:19:51 +08:00
  • f4437948ca fix Issue #377 Cloud Wu 2015-11-16 22:42:44 +08:00
  • 2252409eaa add skynet_now() for 64bit time Cloud Wu 2015-11-16 19:48:38 +08:00
  • 87bc0815f6 bugfix: add lightuserdata Cloud Wu 2015-11-13 17:28:02 +08:00
  • 30859a1244 make cache Cloud Wu 2015-11-13 13:25:33 +08:00
  • 107be7ee8c rewrite redis driver , avoid table.concat Cloud Wu 2015-11-13 12:30:46 +08:00
  • 86d9d52308 Merge branch 'gitfancode-master' Cloud Wu 2015-11-13 11:05:09 +08:00
  • 9982cb6652 Merge branch 'master' of https://github.com/gitfancode/skynet into gitfancode-master Cloud Wu 2015-11-13 11:04:51 +08:00
  • ce50c47c2b socket.send support strings table Cloud Wu 2015-11-13 11:04:02 +08:00
  • 34d9b5555d reds pipeline v2(support function as pipeline params) xiefan 2015-11-13 08:16:47 +08:00
  • 85062632bb Merge remote-tracking branch 'cloudwu/master' xiefan 2015-11-13 08:14:49 +08:00
  • d2396f9d20 Revert "redis pipeline" xiefan 2015-11-13 08:10:33 +08:00
  • 471aecd708 redis pipeline xiefan 2015-11-12 20:45:19 +08:00
  • d283d7fcaa check close return value Cloud Wu 2015-11-12 18:34:50 +08:00
  • b72f0921d4 remove unused local function Cloud Wu 2015-11-12 16:21:44 +08:00
  • 6be649c5cb Merge branch 'master' of github.com:cloudwu/skynet Cloud Wu 2015-11-12 15:42:05 +08:00
  • 5edde990d6 bugfix: skynet.fork use table.pack to pack table Cloud Wu 2015-11-12 15:41:41 +08:00
  • 77813b446c Merge pull request #374 from huanzai/master cloudwu 2015-11-12 12:08:49 +08:00
  • 7138144a68 Update lua-netpack.c huanzai 2015-11-12 11:15:50 +08:00
  • fa729d593b lua alloc use raw allocator Cloud Wu 2015-11-12 10:53:14 +08:00
  • 9f3baf2ee3 fix issue #372 Cloud Wu 2015-11-11 15:06:10 +08:00
  • 7521fe0530 socket.shutdown abandon unsend buffer now, see issue #371 Cloud Wu 2015-11-11 10:44:50 +08:00
  • c28ae25c70 release 1.0.0 beta v1.0.0-beta Cloud Wu 2015-11-10 12:19:04 +08:00
  • 9382454bcd update jemalloc to 4.0.4 Cloud Wu 2015-11-10 12:12:42 +08:00
  • d83fc0c00f sproto support all integer representation Cloud Wu 2015-11-02 19:50:51 +08:00
  • 31340cf346 Merge pull request #369 from kexiao8/patch-1 云风 2015-11-01 19:27:16 +08:00
  • d1b26a60eb repeated “struct table" of line 19 kexiao8 2015-10-31 17:43:33 +08:00
  • ac4d51b779 bugfix issue #368 Cloud Wu 2015-10-29 11:22:26 +08:00
  • 0efab15f45 Merge pull request #366 from fztcjjl/master 云风 2015-10-28 20:49:44 +08:00
  • 0199ba1382 sharedata support filename string Cloud Wu 2015-10-28 17:37:06 +08:00
  • 935863f434 report connect failed reason Cloud Wu 2015-10-28 16:12:01 +08:00
  • 1653b3213a add a callback for mysql auth fztcjjl 2015-10-24 06:37:25 +08:00
  • fe3954fb04 add a callback for mysql auth fztcjjl 2015-10-24 01:35:16 +08:00
  • 13d920e185 body may contain ascii 0, see issue #365 Cloud Wu 2015-10-27 15:40:15 +08:00
  • a4af35f442 fix issue #364 Cloud Wu 2015-10-27 14:00:25 +08:00
  • b1060478f7 Merge pull request #363 from nbwk1988/master 云风 2015-10-27 11:39:55 +08:00
  • 1999a03ff7 优化hmac nbwk1988 2015-10-27 10:44:23 +08:00
  • f5740e00b1 add hmac_md5 nbwk1988 2015-10-26 16:12:10 +08:00
  • 716ecccaed Merge pull request #1 from cloudwu/master great90 2015-10-23 14:33:54 +08:00
  • 26cbebfcfd verify callback overflow Cloud Wu 2015-10-21 12:58:57 +08:00
  • 2d27df6f46 change name Cloud Wu 2015-10-15 14:08:01 +08:00
  • bab91a3067 bugfix: don't use global wait_response Cloud Wu 2015-10-15 14:01:50 +08:00
  • c1c032eab4 bugfix: socketchannel order mode may blocked. (used by redis driver) Cloud Wu 2015-10-14 20:12:30 +08:00
  • 7486e53232 avoid circular reference while encodeing bson Cloud Wu 2015-10-14 15:44:09 +08:00
  • 9aaa35ef14 avoid lua stack overflow Cloud Wu 2015-10-14 15:24:51 +08:00
  • d2f2e299d5 call socket.abandon while auth error, see issue #355 Cloud Wu 2015-10-12 14:40:42 +08:00
  • d7e4e43a1b use spinlock macro Cloud Wu 2015-10-12 13:07:09 +08:00
  • 878110f9f7 add codecache.mode() Cloud Wu 2015-10-12 12:29:19 +08:00
  • 60692e58dc Merge pull request #354 from xjdrew/bugfix_warning 云风 2015-10-10 15:55:14 +03:00
  • 515326dadc bugfix: remove Wformat warning xjdrew 2015-10-10 18:39:42 +08:00
  • 4ee59edc44 Merge pull request #352 from xjdrew/gate 云风 2015-10-09 05:05:33 +03:00
  • 8dd9923cf6 gate: application could control when to start receiving data xjdrew 2015-10-08 16:55:29 +08:00
  • 8c1011c503 Add sproto:exist_type and sproto:exist_proto Cloud Wu 2015-10-08 15:30:15 +08:00
  • 8924b86ad7 check empty group, See pr #351 Cloud Wu 2015-10-08 15:15:35 +08:00
  • 14bc029864 Merge pull request #348 from xjdrew/unused_code 云风 2015-10-05 05:17:29 +03:00
  • 79e73d907e add target update3rd Cloud Wu 2015-10-05 10:09:22 +08:00
  • 3a06dcf534 update jemalloc to 4.0.3 Cloud Wu 2015-10-05 10:05:36 +08:00
  • 97fd5053c9 update lpeg to 1.0.0 Cloud Wu 2015-10-05 09:56:12 +08:00
  • 3a3159d429 Merge pull request #347 from zhengfangxin/master 云风 2015-10-05 04:51:22 +03:00
  • 97ff6afc84 removte unused code xjdrew 2015-09-29 17:29:33 +08:00
  • cb9feb34bd delete two no need call clear_closed_event zhengfangxin 2015-09-26 21:03:38 +08:00
  • 48f79fe6d4 Merge pull request #345 from great90/master 云风 2015-09-22 09:37:54 +08:00
  • 63942496fd 从check_wsz发送的SKYNET_SOCKET_TYPE_WARNING消息会assert失败,导致coredump great90 2015-09-21 23:50:18 +08:00
  • bf9fc0c7e9 Merge pull request #343 from bingo235/master 云风 2015-09-21 12:59:30 +08:00
  • 325452a242 Signed-off-by: bingo <heidan725@qq.com> bingo 2015-09-21 11:21:36 +08:00
  • 752a501f68 bugfix: remove DONTCOPY tag from type Cloud Wu 2015-09-21 10:40:09 +08:00
  • 008351573a raise error when DH param is 0 Cloud Wu 2015-09-18 14:13:16 +08:00
  • 00dbf6e996 DH key exchange can't be 0 , avoid attack Cloud Wu 2015-09-18 14:10:12 +08:00
  • 8cc5638f14 Merge branch 'master' of github.com:cloudwu/skynet Cloud Wu 2015-09-15 14:52:44 +08:00
  • b8f419eb69 more error message for socket, and close listen socket when reach limit of open files. See Issue #339 Cloud Wu 2015-09-15 14:52:30 +08:00
  • 8f284e2d7f Merge pull request #340 from sanikoyes/Pr-missing-exitshr 云风 2015-09-14 18:05:56 +08:00
  • 846d55eaef add missing luaS_exitshr call sanikoyes 2015-09-14 18:03:04 +08:00
  • 6c33f7bc44 see pr #332 Cloud Wu 2015-09-04 12:14:09 +08:00
  • 7797de85b4 bugfix: See PR #332 Cloud Wu 2015-08-31 16:36:57 +08:00
  • 7ec452c782 Merge pull request #332 from niuys/patch-4 云风 2015-08-30 22:08:37 +08:00