-
Notifications
You must be signed in to change notification settings - Fork 649
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fc
updated
16 files
+70 −51 | include/fc/exception/exception.hpp | |
+3 −3 | include/fc/io/raw.hpp | |
+2 −2 | include/fc/io/raw_fwd.hpp | |
+3 −1 | include/fc/network/http/connection.hpp | |
+5 −4 | include/fc/network/http/websocket.hpp | |
+2 −2 | include/fc/network/ip.hpp | |
+6 −2 | include/fc/rpc/api_connection.hpp | |
+15 −12 | include/fc/rpc/state.hpp | |
+4 −6 | include/fc/rpc/websocket_api.hpp | |
+5 −5 | include/fc/variant.hpp | |
+19 −0 | src/exception.cpp | |
+9 −6 | src/network/http/websocket.cpp | |
+3 −2 | src/rpc/state.cpp | |
+125 −63 | src/rpc/websocket_api.cpp | |
+6 −6 | src/variant.cpp | |
+1 −0 | tests/api_tests.cpp |