-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
b276403
commit 9ac383d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cpp
updated
8 files
+24 −0 | servant/libservant/AdapterProxy.cpp | |
+12 −1 | servant/libservant/Application.cpp | |
+255 −0 | servant/libservant/AuthLogic.cpp | |
+62 −7 | servant/libservant/Transceiver.cpp | |
+1 −1 | servant/protocol | |
+28 −0 | servant/servant/AuthLogic.h | |
+15 −0 | servant/servant/Transceiver.h | |
+1 −1 | unittest |
Submodule framework
updated
11 files
+42 −0 | AdminRegistryServer/AdminRegistryImp.cpp | |
+5 −0 | AdminRegistryServer/AdminRegistryImp.h | |
+2 −2 | CMakeLists.txt | |
+44 −0 | NodeServer/NodeImp.cpp | |
+13 −0 | NodeServer/NodeImp.h | |
+22 −4 | NodeServer/main.cpp | |
+2 −1 | deploy/framework/servers/tarsnode/util/execute.sh | |
+16 −12 | deploy/linux-install.sh | |
+1 −0 | deploy/tar-server.sh | |
+5 −3 | deploy/tars-install.sh | |
+1 −1 | tarscpp |
Submodule web
updated
68 files