Commit Graph

  • cf72589ae9 Add 'SSL/TLS Shutdown Procedure' section to documentation Mohammad Nejati 2024-05-28 09:54:07 +00:00
  • 9bf2184b33 Fix error handling in SSL shutdown operations in examples Mohammad Nejati 2024-05-28 09:31:17 +00:00
  • 0afa15e8cb Remove macOS-11 from CI matrix Mohammad Nejati 2024-05-21 06:31:05 +00:00
  • d425048fe0 Expand CI matrix Mohammad Nejati 2024-05-20 06:33:50 +00:00
  • 55035d17c5 zlib: Annotate fallthrough case Orgad Shaneh 2024-05-19 15:10:10 +03:00
  • 2dcdef3890 Handle expired timers in basic_stream transfer_op Mohammad Nejati 2024-05-13 07:36:11 +00:00
  • 95f0cfb926 Expand CI matrix to include msvc-14.3 with C++14 and C++17 Mohammad Nejati 2024-05-11 08:41:11 +00:00
  • 59310dddac Fix ambiguity in test::basic_stream constructor overloads Mohammad Nejati 2024-05-11 06:24:00 +00:00
  • 3461ad1a2b fix asserts, it's possible that we reach code only with 3 symbols Ruslan Zakirov 2024-05-08 12:55:30 +03:00
  • 67b615ca29 Add test for partial parsing of the final chunk Mohammad Nejati 2024-05-09 14:20:59 +00:00
  • 9ce8c8581b Limit the scope of definitions in the top-level Jamfile Mohammad Nejati 2024-05-08 19:59:17 +00:00
  • 98b8be489f Exclude Asio executor type traits from docs boost-1.85.0 Mohammad Nejati 2024-04-05 17:18:06 +00:00
  • c5679e40da Turn off warnings for building zlib in the unit tests Mohammad Nejati 2024-03-29 10:21:45 +00:00
  • 54ad4ba714 Fix dereferenced null pointer warning in test::immediate_executor Mohammad Nejati 2024-03-29 11:15:53 +00:00
  • bcd65c828e Fix unused parameter warnings in tests Mohammad Nejati 2024-03-29 06:47:11 +00:00
  • 3d2f982255 Fix narrowing conversion warning in zlib tests Mohammad Nejati 2024-03-29 06:30:31 +00:00
  • 92d68e8cc2 Fix OpenSSL builds in drone.bat Mohammad Nejati 2024-03-28 13:21:00 +00:00
  • 3e91357daa Fix OpenSSL builds in GHA CI Mohammad Nejati 2024-03-26 15:53:07 +00:00
  • 26714aceee Specialize traits for beast::test::immediate_executor Mohammad Nejati 2024-03-28 07:30:34 +00:00
  • 068f954575 Replace use of context valgrind feature. René Ferdinand Rivera Morell 2024-03-17 16:18:05 -05:00
  • c9afa3bbbc Add release notes for Boost 1.85 Mohammad Nejati 2024-03-04 10:24:47 +00:00
  • 9d825d1928 Fix typo in documentation yhzx233 2024-02-26 21:03:56 +08:00
  • 4abb787b96 Use BUILD_TESTING as the default value for Beast_BUILD_TESTS. Johannes Wilde 2024-02-24 09:47:57 +01:00
  • 075db2fc37 Add Boost.Scope to get-boost.sh boost-1.85.0.beta1 Mohammad Nejati 2024-02-22 06:28:17 +00:00
  • 1f20c4b29c Set version to 353 Mohammad Nejati 2024-02-20 13:46:34 +00:00
  • e42cf8a1e4 Remove BOOST_BEAST_USE_STD_STRING_VIEW deprecation warning Mohammad Nejati 2024-02-14 16:25:03 +00:00
  • dc154bc0bd Update host string after SSL_set_tlsext_host_name Mohammad Nejati 2024-02-14 15:20:31 +00:00
  • 40c22cbfa7 Update documentation for websocket::permessage_deflate Mohammad Nejati 2024-02-14 07:34:23 +00:00
  • 7d4da621ac Update bytes_transferred documentation for http reads operations Mohammad Nejati 2024-02-12 10:30:26 +00:00
  • f8ff44d072 Improve documentation of http::serializer Mohammad Nejati 2024-02-09 15:41:50 +00:00
  • e0a9da265f buffers_adaptor::subrange conforms to concept Mohammad Nejati 2024-02-06 16:22:15 +00:00
  • 25105e476a Update status code list to conform with IANA registry Mohammad Nejati 2024-02-06 07:41:08 +00:00
  • dc8798c917 Fix zlib name conflicts Mohammad Nejati 2024-01-31 11:38:03 +00:00
  • 5f088b72ca Clarify teardown and async_teardown are customization points Mohammad Nejati 2024-01-26 09:17:23 +00:00
  • 3b837c6982 Fix unreachable code warning in buffers_cat.hpp Mohammad Nejati 2024-01-19 10:48:43 +00:00
  • 6adca47bbe Fix unused-result warning in deferred.cpp Mohammad Nejati 2024-01-18 13:49:56 +00:00
  • c9858357f8 Fix documentation for basic_stream::expires_after Mohammad Nejati 2024-01-18 12:53:36 +00:00
  • a1784e3093 Add missing headers to file_test.hpp Mohammad Nejati 2024-01-18 13:21:58 +00:00
  • 9d05ef58d1 Set version to 352 Mohammad Nejati 2024-01-11 13:46:18 +00:00
  • ea424f1da6 Fix the issue of paragraph separation in the documentation Mohammad Nejati 2024-01-10 14:54:39 +00:00
  • a0a80359fe Fix list format in documentation for http::message::prepare_payload Mohammad Nejati 2024-01-06 17:54:37 +00:00
  • b7f635dce0 Remove extra spaces from documentation Mohammad Nejati 2024-01-06 07:50:11 +00:00
  • d3afd7fad6 Improve documentation for http::message::prepare_payload() Mohammad Nejati 2024-01-05 14:44:31 +00:00
  • 2216adc013 Stronger buffer contract on flat_buffer and flat_static_buffer Mohammad Nejati 2024-01-05 07:39:44 +00:00
  • 9d5ee3fc43 Update Visual Studio instructions in README Mohammad Nejati 2024-01-04 11:34:35 +00:00
  • 9e16754dd5 Add non-allocating overload for error category message function Mohammad Nejati 2024-01-03 10:03:46 +00:00
  • 5998feda44 Fix write loop in advanced server examples Mohammad Nejati 2024-01-01 16:35:56 +00:00
  • 0d1e2d64f8 Replace beast::bind_front_handler uses with asio::prepend Mohammad 2023-10-27 05:52:28 +00:00
  • 3df5d980d0 Specialize asio::associator for bind_wrapper and bind_front_wrapper Mohammad Nejati 2023-12-28 19:49:45 +00:00
  • b1779ced98 fix: unhandled connection closing in websocker_server_awaitable Anefu 2023-12-23 14:30:29 +01:00
  • f05413912e fix: unhandled connection closing in websocker_server_awaitable Anefu 2023-12-23 08:49:47 +01:00
  • 192b7d5a43 Fix the link to the http_client_methods.cpp example Mohammad Nejati 2023-12-18 11:34:15 +00:00
  • d0dd9c5069 Update release notes for Boost 1.84 boost-1.84.0 Mohammad Nejati 2023-11-21 07:08:26 +00:00
  • 5886653683 Set version to 351 Mohammad Nejati 2023-11-21 06:58:30 +00:00
  • dd3f692e7d Use the explicit type std::size_t when completing the transfer_op Mohammad Nejati 2023-11-14 17:24:38 +00:00
  • 788e07916c Add release notes for Boost 1.84 boost-1.84.0.beta1 Mohammad Nejati 2023-11-08 10:18:54 +00:00
  • 49ec654b5f Set version to 350 Mohammad 2023-10-30 13:45:58 +00:00
  • 667e9ea251 Remove detail::bind_default_executor helper Mohammad 2023-10-26 08:05:55 +00:00
  • 3996cae768 allocate & invoke hooks are removed. Klemens Morgenstern 2023-10-26 11:23:03 +08:00
  • a7927988ea Update documentation for websocket::stream::async_write_some Mohammad 2023-10-25 09:26:42 +00:00
  • 19976ff016 Set version to 349. Fernando Pelliccioni 2023-10-13 10:52:15 +02:00
  • dd875463ff immediate_executor is supported. (#2672) Klemens Morgenstern 2023-10-13 16:33:23 +08:00
  • 177a1222a6 Fix typo in documentation Shukant Pal 2023-09-25 19:38:36 -07:00
  • 45d4f7f306 Replace BOOST_ASIO_INITFN_RESULT_TYPE with BOOST_ASIO_INITFN_AUTO_RESULT_TYPE Mohammad 2023-08-21 11:40:31 +00:00
  • 35d533299c work_guard has license info. Klemens Morgenstern 2023-08-18 15:39:26 +08:00
  • 2952b670d8 Handler requirements of ping/pong are correct. Klemens Morgenstern 2023-08-14 18:16:53 +08:00
  • 668dcf51c1 Drone caching (#2655) Sam Darwin 2023-08-18 01:23:02 -06:00
  • ba25a117a7 server-flex-awaitable example resets parser. Klemens Morgenstern 2023-08-17 09:47:07 +08:00
  • 902df30f10 openssl is set to 1.1.1.2100 for x86 Klemens Morgenstern 2023-08-17 10:07:46 +08:00
  • 915b80a157 set minimum gcc version to 5.0. Klemens Morgenstern 2023-08-15 13:59:42 +08:00
  • b0f6f9c39c Self-hosted github actions runners sdarwin 2023-07-06 12:58:43 -06:00
  • f9433d22d0 Set version to 348. Klemens Morgenstern 2023-06-28 12:35:52 +08:00
  • 296317f757 boost 1.83 release notes Klemens Morgenstern 2023-06-28 12:33:15 +08:00
  • af5240f6f1 cancel test allows reset connection in tests. Klemens Morgenstern 2023-06-20 14:20:02 +08:00
  • 099dcb58e8 disabled asan - clang ubasan checks, too. Klemens Morgenstern 2023-05-26 10:19:41 +08:00
  • a4a90af541 all asan uses ucontext. Klemens Morgenstern 2023-05-25 22:42:20 +08:00
  • edf11b77fd gh action runs in the correct path. Klemens Morgenstern 2023-05-18 16:11:50 +08:00
  • c9874bfd60 jamfile uses openssl.jam Klemens Morgenstern 2023-05-18 14:46:15 +08:00
  • 19d5992def drone.bat actually runs the tests. Klemens Morgenstern 2023-05-15 10:18:15 +08:00
  • 72c2eeb398 ssl_stream doesn't use BOOST_BEAST_ASYNC_TPARAM1 due to clang errors. Klemens Morgenstern 2023-05-12 22:40:31 +08:00
  • ae01f0201d Documentation has less typos. Klemens Morgenstern 2023-05-15 09:17:11 +08:00
  • a23e24ffee Reimplement (C++23) deprecated std::aligned_storage (#2680) Ed Catmur 2023-05-15 02:03:10 +01:00
  • cd6b79db5a headers using std::int8_t et al. include <csdint>. Edward Nolan 2023-05-01 13:10:03 -04:00
  • a4718ee87b change upgrade to Upgrade as connection header value Michiel De Witte 2023-04-01 19:59:47 +02:00
  • fd18cfa242 Remove unused failure reporting code slowriot 2023-04-24 17:47:00 +01:00
  • e65aff42f5 msvc scripts work again. Klemens Morgenstern 2023-05-12 13:56:58 +08:00
  • 7625ec7531 OSX ASan uses ucontext. Klemens Morgenstern 2023-05-12 11:42:47 +08:00
  • c316c6bd35 Merge branch 'develop' boost-1.83.0.beta1 boost-1.83.0 Vinnie Falco 2023-05-10 16:42:41 -07:00
  • 42b6387ae4 Fixes for MSVC 2022 issues. boost-1.82.0 Klemens Morgenstern 2023-03-21 12:07:49 +08:00
  • 0e5cf9ff79 awaitable-ssl example belongs to right directory Klemens 2023-03-21 09:41:32 +08:00
  • b0996f099a Fixes for MSVC 2022 issues. Klemens Morgenstern 2023-03-21 12:07:49 +08:00
  • 685722c505 awaitable-ssl example belongs to right directory Klemens 2023-03-21 09:41:32 +08:00
  • 3dddb5fecf Set version to 347. boost-1.82.0.beta1 Klemens Morgenstern 2023-02-20 14:06:17 +08:00
  • 99787227cb boost 1.82 release notes. Klemens Morgenstern 2023-02-20 14:01:55 +08:00
  • 2bd65b27e1 awaitable server close fix. Klemens Morgenstern 2023-02-20 13:58:07 +08:00
  • 78c21308fa Doc grammar & reference corrections. Klemens Morgenstern 2023-02-17 13:54:34 +08:00
  • 8dc6daa507 Address bind_handler ambiguous overload error when boost/bind/std_placeholders.hpp is included (#2638) Edward Nolan 2023-02-17 00:50:04 -05:00
  • 341ac7591b Set version to 346. Klemens Morgenstern 2023-02-06 04:22:37 +08:00
  • 1d965752b2 beast file_body & file support seek. Klemens 2022-12-17 17:59:48 +08:00
  • 4ff4c79d5b file_body buffer size can be configured. Klemens 2022-12-17 16:12:31 +08:00