Commit Graph

106 Commits (master)

Author SHA1 Message Date
ruanshudong e0f1a47b84 unit-test support TARS_SHARED_PTR 2024-02-26 16:17:10 +08:00
ruanshudong 4a8a27c8f5 fix mysql 8.0 2024-02-22 10:24:17 +08:00
ruanshudong 5911d2da26 rolllog only init once 2023-11-14 16:47:10 +08:00
ruanshudong 24b1dee7a1 Optimize the initialization process of Current to improve performance 2023-10-30 17:19:28 +08:00
ruanshudong 24bbc52b7d remove customserver/customclient package length limit 2023-08-10 17:33:55 +08:00
ruanshudong dbfb941625 rm examples/PushCallbackDemo/Server/Hello.h examples/PushCallbackDemo/Server/Push.h 2023-04-15 21:28:33 +08:00
ruanshudong f2b6892213 add PushCallbackDemo 2023-04-15 21:28:33 +08:00
ruanshudong 04c97f3284 update changelist retag: v3.1.13 2022-11-07 15:06:15 +08:00
ruanshudong 019b0c914c feat: tc_http dorequest support https 2022-10-26 21:18:20 +08:00
ruanshudong 15a440aece add PushCallbackDemo 2022-09-07 14:52:15 +08:00
ruanshudong 0a708f6d55 Fix the problem that the core will be when the independent communicator
client Ctrl + C exits
2021-11-15 16:23:12 +08:00
ruanshudong 8b6fc35145 fix TC_Coroutine rpc all not open co
fix co examples bug
2021-11-15 11:29:18 +08:00
jarodruan 7d908b3797 fix windows encode utf8bom 2021-10-17 11:07:18 +08:00
ruanshudong b8bfceeae4 add clientdemo 2021-09-26 10:33:31 +08:00
julianyang 68e20b7cf6 Add promise package. 2021-09-26 10:33:30 +08:00
ruanshudong 6b383550a5 add unitttest 2021-08-23 15:35:24 +08:00
ruanshudong a89b013c9d fix tc_grpc compiler 2021-07-27 09:54:32 +08:00
wangguanfeng fc8ccbaf05 support grpc and add GrpcDemo 2021-07-23 10:08:42 +08:00
cachebyte 0e590fdc56 change format of some files to UTF-8 BOM to fix compile errors under windows without changing any codes in these files. 2020-12-10 16:24:26 +08:00
ruanshudong a9374c833e Merge branch 'release/2.4' of https://github.com/TarsCloud/TarsCpp into release/2.4 2020-11-09 15:44:16 +08:00
ruanshudong b3863883bd fix helloserver config bug 2020-11-09 15:43:44 +08:00
ruanshudong 2d8df7d8cc hello server add hash test 2020-11-09 15:43:18 +08:00
ruanshudong e06e7d1e4d fix helloserver config bug 2020-11-09 15:34:21 +08:00
ruanshudong 5e95c4e577 get rid of the singleton. You can start multiple applications in
a process!
2020-11-09 15:34:21 +08:00
ruanshudong 173eff8b1d hello server add hash test 2020-11-09 15:34:20 +08:00
ruanshudong daf8c4b756 fix helloserver config bug 2020-11-09 15:18:18 +08:00
ruanshudong 1b82da8faf get rid of the singleton. You can start multiple applications in
a process!
2020-11-09 13:51:03 +08:00
ruanshudong a21c4e51a9 fix tc_sha, __LITTLE_ENDIAN bug in windows/mac 2020-11-09 10:43:42 +08:00
ruanshudong 126078cb1d add hello server config-1 2020-11-09 10:43:42 +08:00
ruanshudong ea717ae869 hello server add hash test 2020-11-09 10:43:42 +08:00
ruanshudong 7f8a010375 add hello server config-1 2020-10-16 13:51:19 +08:00
ruanshudong 6150dc813a hello server add hash test 2020-10-16 11:25:32 +08:00
ruanshudong 97f7c22e98 fix tc_encoder crash, fix servantproxy get host info crash 2020-09-22 16:55:37 +08:00
ruanshudong a0182dcbb9 - fix gtest compiler bug
- fix epoll memory leak in windows
- fix tc_encoder crash bug
- fix tc_clientsocket bug
- fix tc_timer memory leak
- fix tc_openssl mode not be used
- fix TC_ Http2 failure problem (header cannot use temporary variables)
- always set thread data host info
- Adding the initialization of enumeration value in the resetDefautlt
function
- Part of the file encoding format is adjusted to utf8 BOM to ensure
that there is no problem in Windows compilation
- tc_common add various date processing functions
- tc_common add floating point comparison function
- tc_thread add multi thread hash logic
- tc_port add environment variable acquisition and system event
registration callback (compatible with multi platform)
- Adjust tc_sem_mutex event name (under Windows) to facilitate
subsequent maintenance
- rpc add support for http/sock4/sock5 proxy
- application add ssl bind check
- Fix the bug of RPC in HTTP short SSL package connection  (under
Windows)
- communicator add update endpoint
- fix communicator exit logic to avoid possible crash in exit
- optimize the memory copy problem, reduce the memory copy, and improve
the performance
- Adjust the custom callback and put it in servantproxy
2020-09-17 21:35:19 +08:00
ruanshudong 152b960e42 fix epoll memory leak in windows 2020-09-05 21:36:46 +08:00
linguokun da1418b480 enable callback to application when accept new clients 2020-07-15 21:29:17 +08:00
ruanshudong 626fd86131 fix tc_http parse header bug 2020-07-07 23:00:04 +08:00
ruanshudong e642785516 add tc_http auto test 2020-06-09 21:03:58 +08:00
ruanshudong fbc66a2ad9 remove QuickStartDemo log 2020-04-06 21:33:43 +08:00
ruanshudong 6d5f517be7 support http1, change file name same to taf 2020-04-01 20:29:29 +08:00
ruanshudong 158e08b0c2 fix linux compiler link gtest error 2020-03-31 18:22:25 +08:00
ruanshudong 0f1a542e02 add gtest 2020-03-31 16:56:10 +08:00
ruanshudong 121adade0d fix tc_file get ext bug, add cmake_tars_server.bat for windows 2020-03-29 19:28:25 +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
jarodruan 4b2a906525 rename HelloServer.cpp 2020-02-28 22:08:09 +08:00
jarodruan 30b29a09d1 rename file SSLServer.cpp 2020-02-28 14:45:37 +08:00
ruanshudong 42a105648a update mysql to 5.6.46 2020-02-27 17:16:51 +08:00
jarodruan 1b9c92c436 support all thirdparty lib compiler and install in linux 2020-02-26 12:05:15 +08:00
ruanshudong 3896bddbbf windows compiler succ, support mysql & openssl 2020-02-26 10:16:18 +08:00
jarodruan 271e46b310 update cmakefile, support windows 2020-02-25 10:14:27 +08:00