Skip to content

Commit

Permalink
[websocketpp] update submodule and provide patched version via separa…
Browse files Browse the repository at this point in the history
…te repository
  • Loading branch information
xeroc committed Feb 14, 2018
1 parent 1193bbe commit 025edb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "vendor/diff-match-patch-cpp-stl"]
path = vendor/diff-match-patch-cpp-stl
url = https://github.com/leutloff/diff-match-patch-cpp-stl
[submodule "vendor/secp256k1-zkp"]
path = vendor/secp256k1-zkp
url = https://github.com/bitshares/secp256k1-zkp.git
[submodule "vendor/websocketpp"]
path = vendor/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
url = https://github.com/bitshares/websocketpp.git
2 changes: 1 addition & 1 deletion vendor/websocketpp
Submodule websocketpp updated 68 files
+23 −40 CMakeLists.txt
+1 −1 Doxyfile
+0 −4 SConstruct
+5 −80 changelog.md
+6 −9 cmake/CMakeHelpers.cmake
+0 −138 docs/config.dox
+1 −77 docs/faq.dox
+0 −102 docs/logging.dox
+0 −2 docs/manual.dox
+3 −3 examples/debug_client/debug_client.cpp
+5 −5 examples/debug_server/debug_server.cpp
+3 −3 examples/echo_server/echo_server.cpp
+3 −3 examples/echo_server_both/echo_server_both.cpp
+3 −3 examples/echo_server_tls/echo_server_tls.cpp
+53 −55 examples/echo_server_tls/server.pem
+3 −3 examples/external_io_service/external_io_service.cpp
+2 −2 examples/iostream_server/iostream_server.cpp
+0 −12 examples/print_client/CMakeLists.txt
+0 −23 examples/print_client/SConscript
+0 −78 examples/print_client/print_client.cpp
+0 −17 examples/print_client_tls/CMakeLists.txt
+0 −24 examples/print_client_tls/SConscript
+0 −66 examples/print_client_tls/ca-chain.cert.pem
+0 −249 examples/print_client_tls/print_client_tls.cpp
+5 −5 examples/scratch_server/scratch_server.cpp
+2 −13 examples/telemetry_client/telemetry_client.cpp
+2 −2 readme.md
+3 −6 test/connection/connection.cpp
+1 −4 test/endpoint/endpoint.cpp
+25 −128 test/extension/permessage_deflate.cpp
+0 −12 test/http/parser.cpp
+6 −13 test/transport/asio/timers.cpp
+21 −55 test/transport/integration.cpp
+3 −13 test/transport/iostream/connection.cpp
+1 −0 test/utility/close.cpp
+1 −8 websocketpp-config.cmake.in
+11 −0 websocketpp-configVersion.cmake.in
+1 −12 websocketpp/close.hpp
+3 −13 websocketpp/common/asio.hpp
+1 −0 websocketpp/common/memory.hpp
+2 −6 websocketpp/common/thread.hpp
+1 −13 websocketpp/config/core.hpp
+15 −6 websocketpp/connection.hpp
+24 −24 websocketpp/endpoint.hpp
+0 −1 websocketpp/extensions/permessage_deflate/disabled.hpp
+19 −84 websocketpp/extensions/permessage_deflate/enabled.hpp
+0 −3 websocketpp/frame.hpp
+0 −4 websocketpp/http/impl/parser.hpp
+0 −10 websocketpp/http/parser.hpp
+147 −150 websocketpp/impl/connection_impl.hpp
+4 −4 websocketpp/impl/endpoint_impl.hpp
+25 −47 websocketpp/processors/hybi13.hpp
+3 −3 websocketpp/roles/client_endpoint.hpp
+9 −14 websocketpp/roles/server_endpoint.hpp
+189 −189 websocketpp/sha1/sha1.hpp
+61 −54 websocketpp/transport/asio/connection.hpp
+31 −70 websocketpp/transport/asio/endpoint.hpp
+5 −8 websocketpp/transport/asio/security/none.hpp
+16 −11 websocketpp/transport/asio/security/tls.hpp
+1 −1 websocketpp/transport/base/endpoint.hpp
+11 −11 websocketpp/transport/debug/connection.hpp
+1 −1 websocketpp/transport/debug/endpoint.hpp
+13 −13 websocketpp/transport/iostream/connection.hpp
+3 −3 websocketpp/transport/iostream/endpoint.hpp
+8 −8 websocketpp/transport/stub/connection.hpp
+0 −1 websocketpp/uri.hpp
+4 −2 websocketpp/utilities.hpp
+3 −3 websocketpp/version.hpp

0 comments on commit 025edb8

Please sign in to comment.