Commit Graph

553 Commits

Author SHA1 Message Date
facetosea d8d3492011 fix semaphore on mac 2023-09-27 00:39:21 +08:00
xsren a24817e85c semaphore test 2023-09-26 20:48:56 +08:00
kailixu 42c83d8f87 fix: unlock before return 2023-09-21 13:10:27 +08:00
kailixu 70704ee906 Merge branch 'fix/TD-23089-3.0C' of https://github.com/taosdata/TDengine into fix/TD-23089-3.0C 2023-09-21 10:17:11 +08:00
kailixu 72ac6c09fa fix: return value for cond 2023-09-21 10:16:55 +08:00
kailixu fa9afb25e7 chore: code optimization for mutex 2023-09-20 18:59:19 +08:00
kailixu a19cfcd587 chore: code optimization for file 2023-09-20 17:33:31 +08:00
kailixu 0800698774 fix: typo of ol 2023-09-20 16:28:36 +08:00
kailixu 3bb5a5f1d4 enh: lock and file adaption for windows 2023-09-20 15:40:39 +08:00
kailixu 97c87bdbdc enh: mutex/rwlock/pread/pwrite adaption for windows 2023-09-20 15:35:38 +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
yihaoDeng a66145a494 reduce the possible of first tag index name 2023-09-15 17:41:04 +08:00
Yihao Deng fa302ac6b9
Merge branch '3.0' into enh/ipWhiteList 2023-09-13 10:14:08 +08:00
wade zhang 86c990d33d
Merge pull request #22868 from taosdata/fix/xsren/TS-3957/readLineOnWindows
free old pointer as realloc failed.
2023-09-12 18:52:18 +08:00
xsren 51359ad99d free old pointer as realloc failed. 2023-09-12 18:24:50 +08:00
wade zhang e832908589
Merge pull request #22858 from taosdata/fix/xsren/TS-3957/readLineOnWindows
fix read line on windows
2023-09-12 18:15:07 +08:00
wade zhang b2e9578de9
Merge pull request #22853 from taosdata/fix/TD-26139/fileHandlesLimitOnWindows
reset file handles limit on windows
2023-09-12 18:14:40 +08:00
yihaoDeng 7ce8f694dc Merge branch 'enh/dev3New' into enh/ipWhiteList 2023-09-12 15:54:06 +08:00
xsren e5120fade2 fix read line on windows 2023-09-12 14:12:21 +08:00
kailixu 2f9ab38fd0 fix: set stack size to 8 MB for windows and dup fd for gzdopen 2023-09-12 13:33:12 +08:00
xsren a003db7e1a reset file handles limit on windows 2023-09-12 10:44:11 +08:00
yihaoDeng 30a60be214 add rpc update interface 2023-09-11 09:26:00 +08:00
dapan1121 ed9085281d
Merge pull request #22623 from taosdata/feat/TD-25964-3.0
feat: get cpu cores from quota
2023-09-06 16:03:33 +08:00
wade zhang f00efbdf11
Merge pull request #22695 from taosdata/fix/xsren/renamefile_on_windows
atomic rename file on windows
2023-09-06 10:55:32 +08:00
yihaoDeng 685bdea44a add rpc update interface 2023-09-04 21:15:46 +08:00
xsren 91275a065f linux link 2023-09-04 18:39:47 +08:00
xsren 549ee9f2e0 atomic rename file on windows 2023-09-01 16:37:51 +08:00
kailixu d5b0d39c40 fix: typo when get cpu cores 2023-08-31 08:59:09 +08:00
kailixu f4dd1895b2 Merge branch '3.0' into feat/TD-25964-3.0 2023-08-31 08:56:53 +08:00
kailixu eb7d2d495a chore: supports obtaining physical/virtual CPU cores 2023-08-30 15:21:03 +08:00
dapan1121 f6321d0c4f Merge remote-tracking branch 'origin/main' into fix/m23.1 2023-08-30 11:03:33 +08:00
kailixu f09429f089 feat: get cpu cores from quota 2023-08-29 14:37:22 +08:00
kailixu 66f0a69752 feat: get cpu cores from quota 2023-08-29 14:31:47 +08:00
dapan1121 b00aa1a992
Merge pull request #22458 from taosdata/fix/TD-25719
fix: fix non-root users cannot create log files even if they have write
2023-08-28 13:28:59 +08:00
Ganlin Zhao 2f46b2eefd fix 2023-08-28 10:10:16 +08:00
dapan1121 0cce255a02 Merge remote-tracking branch 'origin/3.0' into fix/m23.0 2023-08-28 10:06:53 +08:00
Haojun Liao 88f6596965
Merge pull request #22464 from taosdata/feat/TD-18789
feat:support varbinary type
2023-08-28 09:45:57 +08:00
Ganlin Zhao c60ac2b8ae fix 2023-08-28 09:45:50 +08:00
dapan1121 1f40da6fef Merge remote-tracking branch 'origin/main' into 3.0 2023-08-28 09:28:55 +08:00
wangmm0220 26e025d78d feat:[TD-18789]support varbinary type 2023-08-25 15:43:45 +08:00
Ganlin Zhao c8c30e0a00 fix 2023-08-25 10:15:52 +08:00
shenglian zhou 250a8a7c39 fix: taosCompressFile mem leak 2023-08-25 10:06:59 +08:00
Ganlin Zhao af130cc92f Revert "add seperate function for createLogs"
This reverts commit 13d2d72bb6.
2023-08-25 09:55:50 +08:00
Ganlin Zhao 13d2d72bb6 add seperate function for createLogs 2023-08-24 14:56:14 +08:00
Minglei Jin 0c768f5beb fix(file/stat): fix atime 2023-08-24 14:02:25 +08:00
Ganlin Zhao 962a0cd403 fix 2023-08-23 23:34:02 +08:00
wangmm0220 b3f945c4c5 fix:conflict 2023-08-16 19:35:05 +08:00
wangmm0220 f266d51764 feat:support varbinary type 2023-08-16 19:05:07 +08:00
Ganlin Zhao 89ff78d99c fix: fix non-root users cannot create log files even if they have write
permission of the directory
2023-08-16 17:32:08 +08:00
Haojun Liao 63bc50a723
Merge pull request #22427 from taosdata/feature/rebuildIndex0
rebuild index at tag0
2023-08-16 09:47:43 +08:00