Commit Graph

56956 Commits

Author SHA1 Message Date
Alex Duan c927f8c7fb fix: memory leak at decode_with_fse 2023-09-24 23:45:22 +08:00
Alex Duan 995cd36d8d fix: long is 8 bytes in BigEndian 2023-09-24 23:28:59 +08:00
Alex Duan 293840d707 fix: compatible for open and close TSZ 2023-09-23 14:34:23 +08:00
Alex Duan b9631fee9e fix: cfgAddFloat with float params1 2023-09-23 12:04:41 +08:00
Alex Duan ea1fb3a195 fix: cfgAddFloat with float params 2023-09-23 12:03:01 +08:00
Alex Duan 141bba6be7 fix: build error 2023-09-23 11:59:30 +08:00
Alex Duan f947eb752a fix: define BUILDIN_CLZ_EX 2023-09-23 11:58:03 +08:00
Alex Duan 378bf09612 Merge branch '3.0' of github.com:lx1zhong/TDengine1 into 3.0 2023-09-23 11:26:30 +08:00
Alex Duan 6fa4bfb492 fix: cfgAddDouble set to fval is error 2023-09-23 11:22:22 +08:00
lx1zhong 5a97cf9fc9 add Windows support for ADT-FSE alogrithm 2023-09-20 21:59:52 +08:00
Alex Duan 0ca99ea9c9 feat: add TSZ algo test cases 2023-09-20 19:33:25 +08:00
Alex Duan 5251675b44 fix: windows gettimeofday 2023-09-20 11:24:27 +08:00
Alex Duan 09d91cc116 fix: windows build error 2023-09-20 09:26:59 +08:00
Alex Duan 2fdc06e62d fix: windows build error 2023-09-19 18:08:53 +08:00
Alex Duan 8066c68b2d fix: window and arm platform build 2023-09-19 16:07:15 +08:00
Alex Duan 20cded7d6e fix: build error 2023-09-19 12:57:18 +08:00
Alex Duan 4a4e778a6a fix: remove depends from util to common 2023-09-19 10:46:52 +08:00
Alex Duan 88c091e575
Update CMakeLists.txt
add common on util cmakefile.txt
2023-09-18 21:09:04 +08:00
Alex Duan 570ac79a79
Merge branch 'taosdata:3.0' into 3.0 2023-09-18 14:28:00 +08:00
Haojun Liao 82d3deb423
Merge pull request #22949 from taosdata/enh/disableIpWhiteListOnCommunity
disable white list on community
2023-09-18 13:41:08 +08:00
Haojun Liao de04090f04
Merge pull request #22940 from taosdata/fix/avoidConflictOfIdxName
reduce the confliction of first tag index name
2023-09-18 09:47:58 +08:00
lx1zhong 5f730fda4e fix compile error 2023-09-17 18:13:20 +08:00
yihaoDeng 3a3c5f69a6 fix test case 2023-09-16 09:08:46 +08:00
yihaoDeng d890ccbd3b disable white list on community 2023-09-15 20:27:41 +08:00
Haojun Liao 05e9f40834
Merge pull request #22828 from taosdata/enh/ipWhiteList
Enh/ip white list
2023-09-15 17:49:37 +08:00
Haojun Liao 06e55fad78
Merge pull request #22924 from taosdata/fix/TD-26325-3
fix race crash and add log
2023-09-15 17:49:27 +08:00
yihaoDeng a66145a494 reduce the possible of first tag index name 2023-09-15 17:41:04 +08:00
lx1zhong ffa9560b43 fix compile error: add libraries link 2023-09-15 17:38:46 +08:00
Alex Duan 1a613fe704
Merge pull request #22869 from taosdata/test/fix_ttl_case
update test case
2023-09-15 17:32:14 +08:00
lx1zhong abee7c0b80 fix compile error 2023-09-15 15:32:55 +08:00
yihaoDeng e958e18726 fix race crash and add log 2023-09-15 15:02:05 +08:00
yihaoDeng 2fe725de5e fix test case 2023-09-15 14:53:53 +08:00
lx1zhong 6da4088012 add TSZ and ADT-FSE algorithm 2023-09-15 14:30:23 +08:00
wade zhang d12539be1f
Merge pull request #22907 from taosdata/FIX/TD-26292-3.0
enh: ignore compact req during restoring
2023-09-15 11:05:35 +08:00
yihaoDeng 79fe29c848 fix compile error 2023-09-15 10:10:23 +08:00
Alex Duan cf7cc6b2f3
Merge pull request #22895 from taosdata/test/3.0/TD-26290
test:increase timeout of win testcase
2023-09-15 10:08:05 +08:00
yihaoDeng 167be7c519 rm dup ip 2023-09-14 19:09:56 +08:00
yihaoDeng 250fed499f Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 18:49:17 +08:00
wade zhang 5a556ef33a
Merge pull request #20896 from taosdata/doc/xsren/installDesOnMac
Doc/xsren/install des on mac
2023-09-14 18:32:27 +08:00
chenhaoran 0edcba0351 test:set mixed deployment of mnode and vnode in testpy 2023-09-14 18:21:00 +08:00
yihaoDeng 0e496ab0c5 Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 18:18:05 +08:00
yihaoDeng 2af180c763 Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 17:56:44 +08:00
dapan1121 8ef01584ee
Merge pull request #22629 from taosdata/feat/TD-25620
feat: optimize partition node, replace with sort node
2023-09-14 17:26:15 +08:00
yihaoDeng 02f5f4f017 Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 17:23:31 +08:00
yihaoDeng a7d4547a2d Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 17:01:06 +08:00
yihaoDeng 011aee7214 Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 16:56:47 +08:00
yihaoDeng 2d1d74d4e8 Merge branch 'enh/ipWhiteList' of https://github.com/taosdata/TDengine into enh/ipWhiteList 2023-09-14 16:52:23 +08:00
slzhou 972a6a133f Merge branch 'enh/ipWhiteList' of github.com:taosdata/TDengine into enh/ipWhiteList 2023-09-14 16:34:30 +08:00
slzhou 59020ff52d fix: for community version, use 0.0.0.0/0 as whitelist 2023-09-14 16:34:03 +08:00
Benguang Zhao bbcbe460d4 enh: ignore compact req during restoring 2023-09-14 16:17:17 +08:00