Commit Graph

  • 892189ff90 Update websocket.lua Fanrncho 2020-03-27 11:35:07 +08:00
  • f6b8eba01e https://tools.ietf.org/html/rfc6455#section-5.5.3 shuax 2020-03-03 14:06:22 +08:00
  • 3c425b76bc ignore comment line in resolv.conf Jay Li 2020-02-28 10:06:50 +08:00
  • 6de4a012a7 fix #1154 Cloud Wu 2020-02-18 16:05:47 +08:00
  • 99d43388ab fix handshake error zixun 2020-02-14 18:02:31 +08:00
  • ac38fd620b see #1150 Cloud Wu 2020-02-14 16:08:51 +08:00
  • 409646a240 happy new year Cloud Wu 2020-01-19 20:23:26 +08:00
  • da4360787f Improve socketchannel, try the next host in backup list when auth failed. See issue #1145 Cloud Wu 2020-01-10 09:38:07 +08:00
  • d3a6b8d80b fix #1141 v1.3.0 Cloud Wu 2019-12-30 10:57:44 +08:00
  • 672bdcf39f 增加mysql存贮过程和blob读写示例 yxt945 2019-12-17 21:21:35 +08:00
  • d232af70f2 fix #1139 Cloud Wu 2019-12-25 17:58:03 +08:00
  • c075de7425 use SSL_CTX_use_certificate_chain_file instead of SSL_CTX_use_certificate_file zixun 2019-12-23 14:45:29 +08:00
  • f2d3bc3e5c 测试单元 冉朋 2019-12-17 19:10:38 +08:00
  • 386c709f42 修改制表符 冉朋 2019-12-17 18:58:04 +08:00
  • 64d6baa176 修改制表符 冉朋 2019-12-17 18:55:47 +08:00
  • ed6dd39670 支持预处理句柄重置和释放 冉朋 2019-12-17 18:31:12 +08:00
  • 5527e9e32e 增加 查询错误 提示 fisherman 2019-12-13 10:33:19 +08:00
  • 3c7279a6b7 1. disambiguation: testdb --> testcoll (test collection) 2. let c as cllient, db as c[db_name] 3. clear up as lua-check Hanlei Qin 2019-12-10 11:38:18 +08:00
  • b2e50c3bfa fixed Hanlei Qin 2019-12-10 11:17:42 +08:00
  • 99a7d745fb use socket_channle:changehost, this may also fix #1130 Cloud Wu 2019-12-04 15:33:01 +08:00
  • b295b875c8 fix sharedata emptyslot wudeng 2019-11-29 14:47:34 +08:00
  • a15c64a73b fix sharetable update when match self coroutine zixun 2019-11-28 21:42:28 +08:00
  • b7b595e53a fix kqueue read with eof zixun 2019-11-28 10:08:59 +08:00
  • 0e3f37f38b Call tls.closefunc Jay Li 2019-11-22 11:50:38 +08:00
  • a6293f27cd 1.3.0 rc Cloud Wu 2019-11-19 16:42:03 +08:00
  • 8450e7f366 add result of accept zixun 2019-10-30 14:14:28 +08:00
  • 4585da9cbd bug fixed Hanlei Qin 2019-09-30 11:49:23 +08:00
  • 38c47b8a5d add websocket address and url param zixun 2019-08-16 20:07:24 +08:00
  • 21d680d5b7 triger handle close when force close zixun 2019-07-31 14:23:23 +08:00
  • ec8e518abc only server websocket check frame size zixun 2019-07-26 23:01:42 +08:00
  • 082fb732e5 fix httpver zixun 2019-07-26 22:49:41 +08:00
  • b5ea18f44b check full frame size zixun 2019-07-26 22:45:52 +08:00
  • 8aac2114e3 delete debug print zixun 2019-07-26 22:29:33 +08:00
  • 0e96c761f8 add write with masked and limit payload zixun 2019-07-26 22:20:03 +08:00
  • 60f4f26b85 fix closed and delete send_buf zixun 2019-07-24 21:33:05 +08:00
  • 7240de08a9 use sockethelper connect zixun 2019-07-21 16:57:50 +08:00
  • 4341106364 fix mask and close zixun 2019-07-21 16:32:58 +08:00
  • 81a7c44a05 add ws/wss server and client support zixun 2019-07-20 06:02:36 -07:00
  • 80d1082b42 bugfix Cloud Wu 2019-11-11 17:16:06 +08:00
  • 9d7ea09789 Add socket_sendbuffer Cloud Wu 2019-11-05 16:23:11 +08:00
  • 58291a2a48 restore some styles as before. Hanlei Qin 2019-10-29 15:29:28 +08:00
  • 49c21916a2 format up by vscode plugin Hanlei Qin 2019-10-29 15:05:00 +08:00
  • 6b4050bf2c format up : 0. remove some useless multiple blank lines. 1. uniform indent as white-space. 2. add some expression white-space pad. Hanlei Qin 2019-10-29 15:01:29 +08:00
  • f4d54182e9 may improve Intermediate variables. Hanlei Qin 2019-10-29 14:48:38 +08:00
  • f6679a778f remove useless Intermediate variables Hanlei Qin 2019-10-29 14:28:32 +08:00
  • 082430147f 使用toingeger代替math.floor判断是否整数 yxt945 2019-10-29 11:44:34 +08:00
  • 6dd47e6690 COM_STMT_EXECUTE改为'\x17',保持COM_XXX变量类型统一 整数除法改为//,不再使用math.floor _compose_packet改为使用string.pack编码 yxt945 2019-10-29 10:36:26 +08:00
  • d3c4bee0c9 _compose_packet取消size参数,直接从#req读取数据大小 read_prepare_result使用string.unpack一次性读取数据 _get_datetime使用string.unpack一次性读取数据 _parse_row_data_binary计算null_count修改为 mathfloor((ncols+9)/8) yxt945 2019-10-28 17:27:35 +08:00
  • 15ae26b8bc 取消变量 pow_2_16,pow_2_24,改为立即数 1<<16,1<<24 取消预处理语句缓存,由用户自行管理 COM_QUERY,COM_PING,COM_STMT_PREPARE改为字符类型,避免使用时转换 yxt945 2019-10-28 14:44:30 +08:00
  • 29e7256948 替换换行符 \r 为unix风格 \n yxt945 2019-10-24 11:01:49 +08:00
  • 4f050fa987 增加mysql.ping测试网络状态 增加blob数据格式支持 增加mysql.execute支持预处理语句和存储过程调用 yxt945 2019-10-23 16:43:48 +08:00
  • 066c2c3a54 增加mysql.ping测试网络状态 增加blob数据格式支持 增加mysql.execute支持预处理语句和存储过程调用 yxt945 2019-10-23 15:31:23 +08:00
  • 41c66d1b20 add skynet.trace_timeout(on), see #1098 Cloud Wu 2019-10-22 16:10:57 +08:00
  • 82ed7efb1b use traceback Cloud Wu 2019-10-22 15:25:39 +08:00
  • f17c17b8c7 fix match intern mt and stackvalues zixun 2019-10-21 11:38:08 +08:00
  • 8a1d7006eb fix match thread, table key zixun 2019-10-19 11:25:42 +08:00
  • 4ddc1577ef fix: coroutine leak when dispatch failed wudeng 2019-10-10 10:59:00 +08:00
  • 9c4e0d5bb7 add senders command in clusterd service Sean Feng 2019-09-28 19:26:33 +08:00
  • 21b1c449de luaH_set check shared table hong 2019-09-21 14:51:49 +08:00
  • e485aae55b This may fix #1080 Cloud Wu 2019-08-30 10:11:51 +08:00
  • 5025e6887f fix #1079 Cloud Wu 2019-08-29 16:21:01 +08:00
  • e4224137f1 fix #1078 Cloud Wu 2019-08-28 20:19:15 +08:00
  • 478575436b uniqtask for gm wudeng 2019-08-27 19:41:30 +08:00
  • 65eb351a3b fix replace mt when sharetable update zixun 2019-08-15 18:59:11 +08:00
  • 2e8659d5fc dns: remove unused variable xjdrew 2019-08-15 18:54:12 +08:00
  • baf5987b0b fix #1062 Cloud Wu 2019-08-07 10:20:38 +08:00
  • 7e42653f80 fix #1057 Cloud Wu 2019-07-29 16:53:11 +08:00
  • 89f487e0a4 bugfix: init the lock of code cache at start Cloud Wu 2019-07-02 23:08:54 +08:00
  • 9193035767 Improve error message , see issue #1050 Cloud Wu 2019-07-01 20:26:53 +08:00
  • 4fa1ba57cb add SSL_CTX_new error string zixun 2019-06-27 15:16:15 +08:00
  • 10fd5791f7 dec id would be better Cloud Wu 2019-06-18 14:40:29 +08:00
  • 5d26fb3f18 remove ssm and add string id Cloud Wu 2019-06-18 14:09:36 +08:00
  • 7032f21d18 bugfix Proto is gcobject hong 2019-06-17 21:14:26 +08:00
  • c80b462412 remove l_G from Proto Cloud Wu 2019-06-17 11:21:01 +08:00
  • 744fbea7ee update jemalloc 5.2.0 Cloud Wu 2019-06-17 10:19:17 +08:00
  • 5750b2d5ee Merge branch 'bugfix' Cloud Wu 2019-06-17 09:57:11 +08:00
  • e9581adfc4 pass sharedtable match zixun 2019-06-15 11:26:40 +08:00
  • 6803f45aa1 add sharetable update zixun 2019-06-14 22:22:21 +08:00
  • 8e2facbfb8 fix crash of sharedata by incref before sharedated.monitor return cobj to client. lwkienun 2019-06-15 12:11:37 +08:00
  • 6f0e88dc59 bugfix, See issue #1027 Cloud Wu 2019-06-15 00:29:05 +08:00
  • 5a0f68999e fix #1032 Cloud Wu 2019-06-14 11:04:20 +08:00
  • 24b333a5e9 add api lua_sharestring Cloud Wu 2019-06-13 20:01:10 +08:00
  • b45384cc9f short string in matrix should be in fixed set Cloud Wu 2019-06-13 17:55:45 +08:00
  • 7fed938593 mark all short string shared, see #1027 Cloud Wu 2019-06-13 16:58:57 +08:00
  • ca4f549f0d free all objects in matrix Cloud Wu 2019-06-13 14:55:57 +08:00
  • a04e6b5b29 lua_checksig LUA_CACHELIB hong 2019-06-06 11:13:19 +08:00
  • 82f3e80e06 collectref的时候减少nuse hong 2019-06-04 19:42:01 +08:00
  • 9ffa0c6e30 markref冲突时候刷新 cache hong 2019-06-04 18:53:23 +08:00
  • 64d99c1bd5 nuse计数错误 hong 2019-06-04 16:07:15 +08:00
  • da87df6b86 有概率出现total为0的时候garbage不为0的情况 hong 2019-05-27 16:18:18 +08:00
  • fafc4cad34 do not makeshared to LUA_TSHRSTR hong 2019-05-27 16:34:27 +08:00
  • 1b60c522b0 字符串引用计数BUG hong 2019-05-25 15:32:51 +08:00
  • a8c1828786 fix #1011 Cloud Wu 2019-05-11 22:11:27 +08:00
  • ff9b0538a4 Reserve SHAREDBIT in GC hong 2019-05-05 10:36:01 +08:00
  • bed5f878dc use ttnov in shareproto hong 2019-05-05 10:05:23 +08:00
  • 505da68cb6 Should not link shared table to gray hong 2019-04-27 16:33:41 +08:00
  • 68e94b2792 add sharetable.loadtable Cloud Wu 2019-04-23 19:58:42 +08:00
  • e3c5d63a97 setmetatable raise error Cloud Wu 2019-04-18 19:17:49 +08:00
  • 3a0981661c don't use SSM.garbage Cloud Wu 2019-04-18 15:59:21 +08:00
  • 47d1047004 sweep garbage strings Cloud Wu 2019-04-18 15:36:14 +08:00