Commit Graph

68 Commits

Author SHA1 Message Date
ruanshudong
6b383550a5 add unitttest 2021-08-23 15:35:24 +08:00
ruanshudong
09dd728c75 update changelist v2.4.20 2021-07-27 10:54:39 +08:00
wangguanfeng
fc8ccbaf05 support grpc and add GrpcDemo 2021-07-23 10:08:42 +08:00
ruanshudong
acd3eb3495 update mysql-client to support cmake 3.20 2021-05-18 16:23:34 +08:00
ruanshudong
00f1aa31e7 udpate changelist & update v2.4.18 2021-04-13 11:41:59 +08:00
ruanshudong
0e710ad2ec update common, update version: v2.4.17 2021-04-01 22:06:32 +08:00
ruanshudong
9f138eacb6 fix mysql-connector-c-6.1.11-src.fixed.tar.gz, compiler bug in cmake
3.20
2021-04-01 21:36:26 +08:00
ruanshudong
4ac35f6e7b add cmake/GenVersion.cmake 2021-03-28 22:46:01 +08:00
ruanshudong
557a2188db fix protocol 2021-03-28 22:27:52 +08:00
ruanshudong
b516d08eac update changelist & version v2.4.16 2021-03-24 10:11:27 +08:00
ruanshudong
834556d423 update changelist & version 2.4.15 2020-12-31 09:20:18 +08:00
ruanshudong
3fb0d12b29 add ONLY_LIB, not build examples/servers by default, if you want build
examples, please cmake .. -DONLY_LIB=ON && make -j4
2020-12-31 09:20:18 +08:00
ruanshudong
a476cce64e update version & changelist 2020-11-09 15:34:21 +08:00
ruanshudong
44630bdceb update common.cmake, version 2020-10-11 12:39:45 +08:00
ruanshudong
189c9fac93 update changelist.md v2.4.12 2020-09-23 18:30:04 +08:00
ruanshudong
5181b33fe3 ifx gtest compiler bug 2020-09-13 14:57:15 +08:00
ruanshudong
7a6f1d2d9e Merge commit '152b960' into release/2.4 2020-09-05 21:37:28 +08:00
ruanshudong
152b960e42 fix epoll memory leak in windows 2020-09-05 21:36:46 +08:00
ruanshudong
251ec33f07 update changelist 2020-09-02 14:26:57 +08:00
ruanshudong
dfab1cf070 update v2.4.8 2020-08-05 11:41:43 +08:00
ruanshudong
e902b8d3bf fix tc_gzip memory leak, update Common.cmake version, update Changelist 2020-07-19 10:45:25 +08:00
kivenchen
8bd591afb7
Update Common.cmake
motify version for tars2node, support json version
2020-07-03 10:13:13 +08:00
kivenchen
31113c50ba
Update Common.cmake
modify tars-version to 2.4.4
2020-06-20 18:17:21 +08:00
ruanshudong
b7e9be5a5b tag v2.4.1 2020-06-02 11:21:49 +08:00
ruanshudong
7b0b7abac0 windows: tc_epoll_server when send pending add epoll mod; TarsTypes.h long long add tars_ntohll support 2020-05-06 11:17:36 +08:00
ruanshudong
94f8cf8d18 fix netthread spell bug 2020-04-06 21:09:28 +08:00
ruanshudong
794a44e8ff try remove libncurses5 2020-04-01 20:47:52 +08:00
ruanshudong
6d5f517be7 support http1, change file name same to taf 2020-04-01 20:29:29 +08:00
ruanshudong
329ffd8271 fix windows cmake not include iconv 2020-03-31 17:34:59 +08:00
315317396
2233513426 fix util/src/tc_epoll_server.cpp warning 2020-03-31 15:06:04 +08:00
ruanshudong
fc4578e0c0 tc_port add getEnv/setEnv, exec command 2020-03-30 18:13:05 +08:00
ruanshudong
0aa338b06b install in windows 2020-03-27 19:26:42 +08:00
ruanshudong
08228ba588 fix windows deploy, use mysql-tool & fix cmakelist, remote DEBUG/RELEASE 2020-03-24 22:31:26 +08:00
ruanshudong
76cc6dc5ac Merge branch 'ruanshudong_dev' of https://github.com/TarsCloud/TarsCpp into ruanshudong_dev 2020-03-24 21:49:32 +08:00
ruanshudong
dd2c1549bb fix Thirdparty.cmake 2020-03-24 21:49:16 +08:00
ruanshudong
3df918dce2 fix windows debug/release 2020-03-24 21:47:20 +08:00
ruanshudong
0977f2f946 add zlib check 2020-03-12 17:46:15 +08:00
ruanshudong
f71f253808 fix thirdparty gtest install bug 2020-03-12 15:23:46 +08:00
ruanshudong
614f02646f fix Thirdparty.cmake install 2020-03-12 14:08:46 +08:00
ruanshudong
0339acf26a fix tars-tools.cmake support multi server compiler & upload 2020-03-10 19:24:43 +08:00
ruanshudong
3100950932 add gtest 2020-03-10 10:42:12 +08:00
ruanshudong
46a78d383d support windows compiler 2020-03-09 16:06:59 +08:00
ruanshudong
171841445b fix mysql-lib install bug 2020-03-04 10:50:29 +08:00
ruanshudong
21f58d250b 1 udp in ipv6 bug
2 add tars.resource
3 fix rsp queue
4 add max buffer limit
5 send queue, data accumulate clear
6 Adjust cmake third library path
7 tc_network_buffer add iterator
8 optimize tc_http tc_http_async, improve http parser performance
2020-03-04 10:33:14 +08:00
ruanshudong
80d1c6351e fix mac linux compiler, create nghttp2 protobuf both dynamic and static lib 2020-02-28 09:37:06 +08:00
jarodruan
5bd0b9a2aa update Thirdparty, use mysql client lib 2020-02-27 22:07:29 +08:00
ruanshudong
42a105648a update mysql to 5.6.46 2020-02-27 17:16:51 +08:00
jarodruan
04def7c219 fix mysql include path 2020-02-27 14:44:02 +08:00
jarodruan
0eb936e4bc update cmake/Thirdparty.cmake not open ssl in unix 2020-02-27 14:44:02 +08:00
ruanshudong
06b5e24a48 close ssl in linux default 2020-02-27 12:01:43 +08:00