forked from Tencent/phxsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
taohe
committed
Aug 2, 2017
1 parent
08f6c53
commit 6e47491
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule colib
updated
from 44c4ae to 7e8d00
Submodule phxpaxos
updated
63 files
Submodule phxrpc
updated
25 files
+1 −1 | AUTHORS | |
+46 −9 | README.md | |
+54 −19 | codegen/client_code_render.cpp | |
+4 −3 | codegen/client_code_render.h | |
+105 −0 | codegen/client_template.cpp | |
+6 −0 | codegen/client_template.h | |
+51 −5 | codegen/phxrpc_pb2client.cpp | |
+12 −6 | codegen/phxrpc_pb2server.cpp | |
+9 −5 | codegen/phxrpc_pb2service.cpp | |
+22 −6 | codegen/server_code_render.cpp | |
+3 −3 | codegen/server_code_render.h | |
+205 −0 | codegen/server_template.cpp | |
+6 −4 | codegen/server_template.h | |
+20 −5 | codegen/service_code_render.cpp | |
+2 −2 | codegen/service_code_render.h | |
+17 −2 | phxrpc/network/uthread_epoll.cpp | |
+10 −3 | phxrpc/network/uthread_epoll.h | |
+4 −0 | phxrpc/network/uthread_runtime.cpp | |
+1 −0 | phxrpc/network/uthread_runtime.h | |
+130 −33 | phxrpc/rpc/hsha_server.cpp | |
+39 −7 | phxrpc/rpc/hsha_server.h | |
+6 −4 | phxrpc/rpc/server_base.h | |
+23 −1 | phxrpc/rpc/server_config.cpp | |
+8 −0 | phxrpc/rpc/server_config.h | |
+12 −0 | phxrpc/rpc/thread_queue.h |