File tree
8 files changed
+292
-117
lines changed- lib
- src
- internal
8 files changed
+292
-117
lines changed+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
94 | 104 |
| |
95 | 105 |
| |
96 | 106 |
| |
| |||
130 | 140 |
| |
131 | 141 |
| |
132 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
133 | 147 |
| |
134 | 148 |
| |
135 | 149 |
| |
|
Submodule websocketpp updated 77 files
- CMakeLists.txt+40-23
- Doxyfile+1-1
- SConstruct+4
- changelog.md+95-5
- cmake/CMakeHelpers.cmake+12-12
- docs/config.dox+138
- docs/faq.dox+77-1
- docs/logging.dox+102
- docs/manual.dox+2
- examples/debug_client/debug_client.cpp+3-3
- examples/debug_server/debug_server.cpp+5-5
- examples/dev/main.cpp+1-1
- 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+3-3
- examples/echo_server_tls/server.pem+55-53
- examples/external_io_service/external_io_service.cpp+3-3
- examples/iostream_server/iostream_server.cpp+2-2
- examples/print_client/CMakeLists.txt+12
- examples/print_client/SConscript+23
- examples/print_client/print_client.cpp+78
- examples/print_client_tls/CMakeLists.txt+17
- examples/print_client_tls/SConscript+24
- examples/print_client_tls/ca-chain.cert.pem+66
- examples/print_client_tls/print_client_tls.cpp+249
- examples/scratch_server/scratch_server.cpp+5-5
- examples/telemetry_client/telemetry_client.cpp+13-2
- readme.md+2-2
- test/connection/connection.cpp+23-20
- test/endpoint/endpoint.cpp+4-1
- test/extension/permessage_deflate.cpp+128-25
- test/http/parser.cpp+12
- test/message_buffer/pool.cpp+6-6
- test/processors/hybi00.cpp+6-6
- test/processors/hybi07.cpp+7-7
- test/processors/hybi08.cpp+7-7
- test/processors/hybi13.cpp+7-7
- test/processors/processor.cpp+2-2
- test/roles/server.cpp+15-15
- test/transport/asio/timers.cpp+13-6
- test/transport/integration.cpp+56-22
- test/transport/iostream/connection.cpp+13-3
- test/utility/close.cpp-1
- websocketpp-config.cmake.in+8-1
- websocketpp-configVersion.cmake.in-11
- websocketpp/close.hpp+12-1
- websocketpp/common/asio.hpp+13-3
- websocketpp/common/memory.hpp-1
- websocketpp/common/thread.hpp+6-2
- websocketpp/config/core.hpp+13-1
- websocketpp/connection.hpp+6-15
- websocketpp/endpoint.hpp+24-24
- websocketpp/extensions/permessage_deflate/disabled.hpp+1
- websocketpp/extensions/permessage_deflate/enabled.hpp+84-19
- websocketpp/frame.hpp+3
- websocketpp/http/impl/parser.hpp+4
- websocketpp/http/parser.hpp+10
- websocketpp/impl/connection_impl.hpp+150-147
- websocketpp/impl/endpoint_impl.hpp+4-4
- websocketpp/processors/base.hpp+1-1
- websocketpp/processors/hybi13.hpp+47-25
- websocketpp/roles/client_endpoint.hpp+3-3
- websocketpp/roles/server_endpoint.hpp+14-9
- websocketpp/sha1/sha1.hpp+189-189
- websocketpp/transport/asio/connection.hpp+54-61
- websocketpp/transport/asio/endpoint.hpp+70-31
- websocketpp/transport/asio/security/none.hpp+8-5
- websocketpp/transport/asio/security/tls.hpp+11-20
- websocketpp/transport/base/endpoint.hpp+1-1
- websocketpp/transport/debug/connection.hpp+11-11
- websocketpp/transport/debug/endpoint.hpp+1-1
- websocketpp/transport/iostream/connection.hpp+13-13
- websocketpp/transport/iostream/endpoint.hpp+3-3
- websocketpp/transport/stub/connection.hpp+8-8
- websocketpp/uri.hpp+1
- websocketpp/utilities.hpp+2-4
- websocketpp/version.hpp+3-3
0 commit comments