Skip to content

Commit

Permalink
rollback to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Aug 16, 2019
1 parent e7b9c51 commit 76ee849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SocketIOClient.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.12",
"VersionName": "1.0.18",
"EngineVersion" : "4.22.0",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time networking library Socket.IO Client usable from blueprints and c++.",
Expand Down
2 changes: 1 addition & 1 deletion Source/ThirdParty/websocketpp
Submodule websocketpp updated 77 files
+24 −41 CMakeLists.txt
+1 −1 Doxyfile
+0 −4 SConstruct
+5 −95 changelog.md
+12 −12 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
+1 −1 examples/dev/main.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
+20 −23 test/connection/connection.cpp
+1 −4 test/endpoint/endpoint.cpp
+25 −128 test/extension/permessage_deflate.cpp
+0 −12 test/http/parser.cpp
+6 −6 test/message_buffer/pool.cpp
+6 −6 test/processors/hybi00.cpp
+7 −7 test/processors/hybi07.cpp
+7 −7 test/processors/hybi08.cpp
+7 −7 test/processors/hybi13.cpp
+2 −2 test/processors/processor.cpp
+15 −15 test/roles/server.cpp
+6 −13 test/transport/asio/timers.cpp
+22 −56 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
+1 −1 websocketpp/processors/base.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
+20 −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 76ee849

Please sign in to comment.