Skip to content

Commit

Permalink
update tarsweb/tarscpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Aug 31, 2023
1 parent 289f451 commit 7850bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submodule/TarsCpp
Submodule TarsCpp updated 49 files
+43 −0 Changelist-3.x.md
+2 −0 Contributing.md
+1 −1 cmake/Common.cmake
+8 −7 examples/CustomDemo/CustomClient/main.cpp
+5 −4 examples/CustomDemo/CustomServer/CustomServer.cpp
+62 −34 servant/libservant/AdapterProxy.cpp
+3 −0 servant/libservant/Application.cpp
+14 −7 servant/libservant/Communicator.cpp
+29 −9 servant/libservant/CommunicatorEpoll.cpp
+51 −13 servant/libservant/EndpointManager.cpp
+18 −0 servant/libservant/ObjectProxy.cpp
+2 −0 servant/libservant/RemoteConfig.cpp
+1 −0 servant/libservant/RemoteNotify.cpp
+1 −82 servant/libservant/ServantHandle.cpp
+2 −2 servant/libservant/ServantHelper.cpp
+153 −45 servant/libservant/ServantProxy.cpp
+5 −1 servant/servant/AdapterProxy.h
+1 −1 servant/servant/AppProtocol.h
+1 −1 servant/servant/Application.h
+12 −6 servant/servant/CommunicatorEpoll.h
+5 −5 servant/servant/EndpointManager.h
+10 −10 servant/servant/Message.h
+6 −2 servant/servant/ObjectProxy.h
+12 −0 servant/servant/RemoteLogger.h
+5 −0 servant/servant/ServantHandle.h
+1 −1 servant/servant/ServantHelper.h
+59 −23 servant/servant/ServantProxy.h
+2 −2 tools/tars2cpp/tars2cpp.cpp
+133 −133 tools/tarsgrammar/tars.tab.cpp
+18 −18 tools/tarsparse/tars.lex.cpp
+133 −133 tools/tarsparse/tars.tab.cpp
+58 −0 unit-test/rpc/test_close.cpp
+38 −1 unit-test/rpc/test_push.cpp
+13 −13 unit-test/rpc/test_rpc.cpp
+7 −0 unit-test/server/Hello.tars
+17 −0 unit-test/server/HelloImp.cpp
+10 −0 unit-test/server/HelloImp.h
+13 −0 unit-test/util/test_tc_json.cpp
+63 −19 util/include/util/tc_epoll_server.h
+7 −1 util/include/util/tc_network_buffer.h
+730 −0 util/include/util/tc_socket_async.h
+11 −5 util/include/util/tc_transceiver.h
+36 −16 util/src/tc_epoll_server.cpp
+4 −0 util/src/tc_http.cpp
+1 −0 util/src/tc_json.cpp
+1 −1 util/src/tc_socket.cpp
+632 −0 util/src/tc_socket_async.cpp
+1 −0 util/src/tc_timer.cpp
+29 −16 util/src/tc_transceiver.cpp

0 comments on commit 7850bff

Please sign in to comment.