Commit Graph

229 Commits

Author SHA1 Message Date
xiehan
ec88b474cd Merge pull request #1049 from Barenboim/master
Update some codes
2022-09-18 03:05:11 +08:00
XieHan
ddbcc0708d Reorder some member functions. 2022-09-18 02:24:52 +08:00
XieHan
06bb8869a2 Fix grammar 2022-09-18 02:05:18 +08:00
XieHan
0201e332b3 modify some code styles 2022-09-05 22:00:51 +08:00
XieHan
309604fef3 Add copy constructors for KafkaDataTypes 2022-09-03 23:28:53 +08:00
XieHan
b737366290 Allow leading spaces in inline command 2022-08-25 22:08:55 +08:00
kedixaliu
1c8c37aef9 fix redis parse response bug 2022-08-25 19:24:59 +08:00
kedixa
3562427afc simplify code 2022-08-22 21:53:06 +08:00
kedixa
4848ebfa8d redis parser support inline command 2022-08-22 20:49:16 +08:00
xiehan
b450051781 Merge pull request #1013 from Barenboim/master
Fix error codes when kafka sasl auth failed.
2022-08-10 00:48:54 +08:00
XieHan
eb1315d2ff Fix return value of KafkaResponse::parse_response 2022-08-09 16:25:02 +08:00
XieHan
0b94481c6c error init to 0 2022-08-08 22:49:03 +08:00
XieHan
1b77788357 Fix EBADMSG bug when sasl auth failed 2022-08-08 22:25:04 +08:00
XieHan
433346c520 fix kafka sasl handshake bug 2022-08-08 12:28:11 +08:00
XieHan
8f36783a14 Fix error codes when kafka sasl auth failed. 2022-08-07 00:10:12 +08:00
xiehan
efb58113ca Merge pull request #1011 from holmes1412/master
MySQL : check NEWDECIMAL as string
2022-08-04 18:35:17 +08:00
holmes1412
19d5391446 MySQL : check NEWDECIMAL as string 2022-08-04 18:31:38 +08:00
XieHan
d412fbb391 optimize code style 2022-08-03 19:22:44 +08:00
zhuleiwang
a6076cac10 kafka: fix sasl parse error 2022-08-03 19:02:42 +08:00
zhuleiwang
8d5e3c773b kafka: fix sasl parse error 2022-08-03 18:59:35 +08:00
xiehan
209b35fa2b Add 'const' for duplicate() 2022-07-27 21:24:48 +08:00
XieHan
d0ddb33e9a Add HttpMessage::append_output_body_nocopy() with std::string 2022-07-11 23:01:28 +08:00
XieHan
ca6122ea5d Add HttpMessage::append_output_body() with C style string 2022-07-11 23:01:28 +08:00
XieHan
1d537b6a64 Update KafkaMessage::append 2022-07-11 19:49:43 +08:00
XieHan
2be07760ae remove 'KAFKA_NONE' 2022-07-11 19:49:43 +08:00
xiehan
a78aea37b8 Update kafka_parser.c 2022-07-11 17:32:00 +08:00
XieHan
0f618751a7 set kafka response's correlation id when parsing 2022-06-24 18:48:21 +08:00
kedixa
cb958f4ded set kafka correlation id 2022-06-24 17:38:36 +08:00
xiehan
3f115cf627 Merge pull request #948 from Barenboim/master
kafka parsing to avoid data types casting
2022-06-16 23:29:23 +08:00
XieHan
c080c0b96f Kafka message parsing to avoid data types casting 2022-06-16 23:28:29 +08:00
xiehan
d9b13d2915 Merge pull request #946 from Barenboim/master
Update KafkaMessage.cc to avoid potential bug.
2022-06-16 19:46:09 +08:00
XieHan
1625a225a9 Update KafkaMessage.cc to avoid potential bug. 2022-06-16 19:27:48 +08:00
XieHan
60af18408f Redis max array size to 4M. 2022-06-15 00:43:28 +08:00
XieHan
6b19ab036d __read_record->__redis_read_record 2022-06-14 21:03:02 +08:00
XieHan
3d5d4aeae4 Add redis array size limit 2022-06-14 20:57:05 +08:00
XieHan
44af29ce6d Update redis parser. Add reply depth limit 2022-06-14 20:11:05 +08:00
XieHan
db738e56f5 remove some inline functions 2022-06-02 03:22:34 +08:00
XieHan
335bd9c591 Fix data type and remove unused function 2022-06-02 02:54:49 +08:00
XieHan
d36c703253 Fix kafka message warning 2022-06-01 22:00:37 +08:00
xiehan
06a9ef3fa5 Update ConsulDataTypes.h 2022-04-29 16:58:57 +08:00
xiehan
4da517343f Merge pull request #880 from Barenboim/master
remove no-rtti flag for some files
2022-04-28 17:42:46 +08:00
XieHan
80cc2445b8 remove no-rtti flag for some files 2022-04-28 16:49:47 +08:00
xiehan
87d338afb6 Merge pull request #871 from Barenboim/master
Add CommMessageIn::renew() to reset begin time
2022-04-23 19:07:31 +08:00
XieHan
d2f6c484da Add CommMessageIn::renew() to reset begin time 2022-04-23 18:49:04 +08:00
xiehan
3179d8b8e1 Merge pull request #870 from Barenboim/master
update MySQLCell::as_XXX error return values
2022-04-22 19:30:45 +08:00
XieHan
dc6fd172a2 update MySQLCell::as_XXX error return values 2022-04-22 19:27:49 +08:00
xiehan
fbc1e124c9 Merge pull request #865 from holmes1412/master
fix MySQLResult Cell get data
2022-04-21 17:11:18 +08:00
liyingxin
ed61edf09f fix MySQLResult Cell get data 2022-04-21 16:50:38 +08:00
zhuleiwang
1a63d25faf kafka: fix bug for record ptr error when fetch 2022-04-17 17:49:02 +08:00
wzl12356
35f2c2a4b3 kafka: refactor logic 2022-04-14 15:22:47 +08:00