Commit Graph

  • 99bceb5bff examples & tests use context instead of coroutine. Klemens 2023-01-02 10:00:03 +08:00
  • 1841a592d6 Minimalistic method examples. Klemens 2022-12-21 15:30:58 +08:00
  • 51a73f2e64 Adjusted append docs. Klemens 2022-12-21 14:37:16 +08:00
  • 11b267e724 s390x clang is disabled. Klemens Morgenstern 2023-02-02 10:02:09 +08:00
  • 4f3ba278c6 Fields is not declared deprecated. Klemens Morgenstern 2023-01-25 11:19:03 +08:00
  • 8fc6df2a98 Drone: use generate function to build jobs sdarwin 2023-01-12 14:16:00 -07:00
  • 947b225c9e No unused function in awaitable examples. (#2605) Klemens Morgenstern 2023-01-24 09:55:05 +08:00
  • c9900625ea buffers_cat uses BOOST_NORETURN. Klemens 2023-01-04 09:22:14 +08:00
  • e88185f765 basic_stream doesn't use try-catch with no-exceptions. Klemens 2023-01-04 09:22:03 +08:00
  • 7453ce3260 Fix incorrect ssl_stream async_handshake concept Jeremiah Rodriguez 2023-01-16 01:38:13 -06:00
  • aef9c88c9d error categories use numeric id Klemens Morgenstern 2023-01-21 18:37:25 +08:00
  • 97ece405b8 rebind test uses ignore_unused. Klemens 2023-01-02 10:00:30 +08:00
  • bfd5e55093 advanced_server_flex_awaitable doesn't rely on transitive include. Klemens 2023-01-02 09:58:29 +08:00
  • 334b9871be Fixed timer usage inside basic_stream. Klemens 2022-12-23 16:54:55 +08:00
  • 5032a20d9d operator= is used to assign ecs without loc. Klemens 2022-12-21 15:54:53 +08:00
  • f7079044a7 websocket tests have larger timeouts. Klemens 2022-12-20 15:29:14 +08:00
  • 027c544a3a test::handler copies the source location. Klemens 2022-12-20 15:08:40 +08:00
  • b9ed7fa6d3 FreeBSD drone tests sdarwin 2022-10-17 13:56:55 -06:00
  • 48f82ac817 Switched self-posting to the io-object's executor. Klemens Morgenstern 2022-12-07 14:49:36 +08:00
  • 860bfbdeab Added source-location to all ecs. Klemens 2022-12-17 18:22:18 +08:00
  • ce99605ef9 C++17 builds on clang-5 are disabled. Klemens 2022-12-20 11:27:38 +08:00
  • 5c48142df8 Update actions/checkout in GitHub Actions workflows to v3 Dirk Stolle 2022-11-14 11:48:56 +01:00
  • 5e55b558e0 Set version to 345. boost-1.81.0 Klemens Morgenstern 2022-12-07 13:52:54 +08:00
  • af46c89068 Fix typo in bind_handler.hpp Dirk Stolle 2022-11-16 08:07:22 +01:00
  • 6e1eb76b1d typo in the json client comment Greg Glover 2022-11-29 21:12:27 -06:00
  • b49d4e5d9c Avoid warnings about unused variable Mojca Miklavec 2022-12-04 10:13:49 +01:00
  • b986b3b1b0 Set version to 344. boost-1.81.0.beta1 Klemens Morgenstern 2022-11-01 14:48:21 +08:00
  • 19f91bcb32 Tests adopting asio code changes for asio 1.25.0. Christopher Kohlhoff 2022-11-01 02:44:58 +08:00
  • 4a8ced4b6f boost 1.81 release notes. Klemens Morgenstern 2022-10-31 12:11:39 +08:00
  • 62e1b0e2fe Set version to 343. Klemens Morgenstern 2022-10-27 23:05:46 +08:00
  • 09bfca1fa1 awaitable examples. Klemens Morgenstern 2022-10-11 23:28:25 +08:00
  • 1fc340713c beast support default completion & rebind. Klemens Morgenstern 2022-10-11 18:01:48 +08:00
  • d3b82a2fb0 Set version to 342. Klemens Morgenstern 2022-10-11 16:43:22 +08:00
  • 3ebff60b1a beast support per-op cancellation Klemens 2022-08-31 10:03:35 +08:00
  • 0bf3d971a0 get-boost.sh fetches describe. Klemens Morgenstern 2022-10-23 21:26:17 +08:00
  • f4d1936bb2 error_codes use source_location. Klemens Morgenstern 2022-10-23 11:28:55 +08:00
  • 9473c10dde s390x architecture drone jobs sdarwin 2022-02-09 16:15:34 -06:00
  • 5db6da9aa4 libs/variant2 is available for windows ci runs. Klemens Morgenstern 2022-10-17 23:15:26 +08:00
  • 32b56cb0b2 Set version to 341. Klemens Morgenstern 2022-10-12 10:13:22 +08:00
  • 2820d256e8 Buffers have a feature table. Klemens 2022-10-04 14:37:26 +08:00
  • 3869d472ec buffer_adaptors uses the correct begin function. Klemens 2022-10-04 13:54:58 +08:00
  • 9d680df683 buffer_ref allows using beast buffers with asio. Klemens 2022-10-04 13:47:24 +08:00
  • 606d776ebb async_read works with dynamic_buffer v2. Klemens 2022-10-04 12:30:57 +08:00
  • 73922b72f9 Set version to 340. Klemens Morgenstern 2022-10-12 11:11:23 +08:00
  • b0c49748a2 Support expect continue in upgrade. Klemens Morgenstern 2022-10-10 17:31:09 +08:00
  • b30e4fbbda test-handlers use source location Klemens Morgenstern 2022-10-10 16:23:27 +08:00
  • 1a02413638 unquote takes s by reference. Klemens Morgenstern 2022-10-12 02:00:25 +08:00
  • 8f74e0d464 Field function state they're case-insensitive. Klemens Morgenstern 2022-10-12 01:42:20 +08:00
  • f10c0aae21 api version is documented in the docs Klemens Morgenstern 2022-10-11 23:37:26 +08:00
  • 01dd53d665 Empty header values are allowed & documented. Klemens 2022-10-08 10:18:32 +08:00
  • 541a6bf453 base64::decode initializes local variables. Klemens 2022-10-04 15:00:27 +08:00
  • 4f5ec46002 Exampe CMakeLists.txt is fixed. Klemens 2022-10-04 09:17:56 +08:00
  • 7300ef463b Removed BOOST_BEAST_USE_STD_STRING_VIEW (#2451) sehe 2022-10-03 07:29:21 +02:00
  • 12c2d14ebc streaming JSON body is an example Klemens Morgenstern 2022-10-03 09:53:05 +08:00
  • bd69638e9d per-message compression options alandefreitas 2022-07-05 20:19:29 -03:00
  • 677a3e0179 Added changelog for 5ccb33b7 Klemens 2022-10-03 09:18:49 +08:00
  • fbcc16301d Fix API reference alandefreitas 2022-06-30 14:44:02 -03:00
  • c4b555e764 Switch to mac-11 in GHA sdarwin 2022-08-03 17:58:17 -06:00
  • 5ccb33b71c Websocket timeout option APIs alandefreitas 2022-06-15 19:53:26 -03:00
  • 5866e50438 Add multiple content length error alandefreitas 2022-06-28 18:37:45 -03:00
  • b4e0f0d560 Update CI sdarwin 2022-09-28 15:45:21 +00:00
  • 3ae7e3023f Set version to 336 Richard Hodges 2022-09-01 17:41:45 +02:00
  • d86a61f458 Remove incorrect ASSERT in websocket read Richard Hodges 2022-09-01 15:44:22 +02:00
  • af79b4d0fd Set version to 335 Richard Hodges 2022-08-24 21:45:52 +02:00
  • 78fc61a9f7 Remove unnecessary constant_time_size for multi_buffer: Ed Catmur 2022-08-17 18:58:08 +01:00
  • 177855b4bc Upgrading OS on certain drone jobs sdarwin 2022-08-11 16:11:15 -06:00
  • 76043dec2c Set version to 334 Richard Hodges 2022-08-16 15:59:25 +02:00
  • f700e85b0f Set version to 333 Richard Hodges 2022-08-16 11:57:52 +02:00
  • 3f7f2572b0 Workaround TSAN CI bug Richard Hodges 2022-08-16 10:26:23 +02:00
  • 00293a6adb Set version to 332 alandefreitas 2022-06-22 15:15:31 -03:00
  • 4f3276fd70 Exclude unused zlib sources from build sehe 2022-06-15 19:53:18 +02:00
  • e0e5cbd8f9 Fix doc include file alandefreitas 2022-06-15 20:09:18 -03:00
  • 46729654c1 Remove unused method alandefreitas 2022-06-15 21:25:02 -03:00
  • eaa51201bd Fix broken links alandefreitas 2022-06-17 22:55:24 -03:00
  • 3272dc0aeb Document fields::equal_range alandefreitas 2022-06-18 17:34:01 -03:00
  • 0ed09e59d9 Fix zlib warnings alandefreitas 2022-06-18 18:39:27 -03:00
  • a634616ebc Release documentation alandefreitas 2022-06-20 16:26:23 -03:00
  • 34c4647caf Correct common name of example server certificate Utsav Munendra 2021-07-05 19:08:30 -07:00
  • 7f6adb91f7 Fix large files transfer on Windows Petre Pircalabu 2022-06-01 02:53:10 +03:00
  • d362b68edd Set version to 331 alandefreitas 2022-06-07 14:07:30 -03:00
  • c2cff2254a Remove mention of Boost Property Tree sehe 2022-06-07 00:29:43 +02:00
  • 925043e1e8 Update Beast zlib streams alandefreitas 2022-06-01 23:01:31 -03:00
  • ca824f607c Update zlib from 1.2.11 to 1.2.12 JackyYin 2022-05-25 16:52:38 +08:00
  • 2fdbc2cb01 Update Drone - clang-14 and gcc-12 sdarwin 2022-05-23 14:01:38 -06:00
  • 00b5c92b2d Update GHA, remove windows-2016 sdarwin 2022-05-03 10:14:33 -05:00
  • 5799f159c5 typo Liviu Andron 2022-05-22 21:30:11 +02:00
  • 87ddb16151 Examples use http::message_generator sehe 2022-05-20 17:05:18 -07:00
  • 740879a995 Add http::message_generator sehe 2022-05-20 17:04:57 -07:00
  • 84e689c447 Add buffers_generator sehe 2022-05-20 09:54:04 -07:00
  • 344c10ff1e serializer::is_done is const sehe 2022-05-20 09:44:44 -07:00
  • 746c1bb598 silence nodiscard warning in test Vinnie Falco 2022-05-20 16:03:46 -07:00
  • d3f24157b8 silence unreachable code warning Vinnie Falco 2022-05-20 09:36:58 -07:00
  • 6c9e9ea243 Tests are fat binaries Vinnie Falco 2022-05-20 08:22:38 -07:00
  • 9201210d5e fields_alloc does not leak Daniel Engelke 2022-05-22 03:08:36 +02:00
  • 9d23bec2bc Use core string_view sehe 2022-05-02 06:57:14 +02:00
  • 90e37ae40b return statement to exit reading loop oerol 2022-04-25 14:08:59 +02:00
  • 95d9587ea7 Use span from Boost.Core Glen Fernandes 2022-04-21 09:10:14 -04:00
  • 24275ac0c6 Use static_string from Boost.StaticString Glen Fernandes 2022-04-16 10:11:24 -04:00
  • 17141a331a Set version to 330 boost-1.80.0.beta1 boost-1.80.0 Richard Hodges 2022-03-16 19:12:10 +01:00
  • e3fa77a4a4 Update release notes for Boost 1.79 Richard Hodges 2022-03-16 19:10:09 +01:00