File tree
4 files changed
+29
-19
lines changed- .github/workflows
- lib
4 files changed
+29
-19
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Submodule websocketpp updated 77 files
- CMakeLists.txt+47-26
- Doxyfile+1-1
- SConstruct+4
- changelog.md+107-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+59-66
- websocketpp/transport/asio/endpoint.hpp+73-38
- websocketpp/transport/asio/security/none.hpp+9-7
- websocketpp/transport/asio/security/tls.hpp+12-22
- 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