-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01ba328
commit 63ac42c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tarscpp
updated
10 files
+2 −2 | cmake/Thirdparty.cmake | |
+2 −1 | examples/QuickStartDemo/HelloServer/Client/main.cpp | |
+164 −12 | servant/libservant/EndpointInfo.cpp | |
+40 −0 | servant/servant/EndpointInfo.h | |
+4 −0 | unit-test/CMakeLists.txt | |
+62 −0 | unit-test/util/test_tc_mysql.cpp | |
+45 −0 | unit-test/util/test_tc_socket.cpp | |
+1 −1 | util/include/util/tc_socket.h | |
+3 −0 | util/src/tc_mysql.cpp | |
+57 −126 | util/src/tc_socket.cpp |