Commit Graph

  • 0b68ed651b
    Set version to 277 cc Vinnie Falco 2019-11-09 03:02:57 -0800
  • dd64bf1c18 Update release notes Vinnie Falco 2019-11-09 03:02:29 -0800
  • 718aef721a
    Set version to 276 Vinnie Falco 2019-11-02 08:30:31 -0700
  • d895906bcc
    Refactor zlib tests and fix typo: AeroStun 2019-10-23 13:09:52 +0200
  • 26a156e300 Fix async_close error code when async_read times out Cristian Morales Vega 2019-11-01 23:29:42 +0000
  • dcc30bcc40 https_get example sends the Host header: Roel Standaert 2019-10-31 18:22:19 +0100
  • bb85859e96
    Set version to 275 Vinnie Falco 2019-10-31 06:17:52 -0700
  • 21137f2708 Disable broken tests Vinnie Falco 2019-10-31 06:49:48 -0700
  • 32bbd38387 Support Concepts for completion token params Vinnie Falco 2019-10-31 05:15:01 -0700
  • 9f468ec1c1 Use automatically deduced return types for all async operations: Vinnie Falco 2019-10-31 05:10:22 -0700
  • d64e5f718c Add basic_stream::rebind_executor Vinnie Falco 2019-10-30 19:50:54 -0700
  • 7cc8759261 Async init-fns use the executor's default token Vinnie Falco 2019-10-30 19:36:41 -0700
  • 2ccb110dc9
    Set version to 274 Vinnie Falco 2019-10-18 05:11:10 -0700
  • 1abe92f524 Fix leftovers in basic_parser corner case: Peter Jankuliak 2019-10-18 10:09:49 +0200
  • cee64b5223
    Set version to 273 Vinnie Falco 2019-10-15 15:47:56 -0700
  • 087bcc4ef5 Use the executor type in basic_stream timer Vinnie Falco 2019-10-15 15:47:15 -0700
  • bafce23853 Squelch spurious websocket timer assert Vinnie Falco 2019-10-09 11:58:55 -0700
  • 045dfeb47f
    Set version to 272 Vinnie Falco 2019-10-07 12:48:52 -0700
  • da3b5a664c Fixed null pointer ASAN error introduced in commit d41b7c23 AeroStun 2019-10-06 20:23:25 +0200
  • 37f75773ef Added missing error handling in deflate stream test AeroStun 2019-10-06 15:52:46 +0200
  • dbdf49e313 Added missing header inclusions in deflate stream test AeroStun 2019-10-06 15:52:30 +0200
  • 5984212e77 Silence integer narrowing in inflate stream tests AeroStun 2019-10-06 15:45:39 +0200
  • 2ce0a10a01 Add a known string to the inflate matrix Damian Jarek 2019-09-24 14:23:19 +0200
  • c76ef3bf31 Test flush after emitting a dist code Damian Jarek 2019-09-16 16:28:22 +0200
  • fd57b0a73d Test for match length exceeding lookahead in deflate stream Damian Jarek 2019-09-16 14:27:30 +0200
  • 3d9ee6acee Add test for flush when literal buffer is full Damian Jarek 2019-09-16 13:09:30 +0200
  • 962f01e1f0 Use memcpy to avoid putting one byte at a time when copying blocks Damian Jarek 2019-09-09 03:14:39 +0200
  • 85ab7a3fd0 Add test for partial flush in deflate stream Damian Jarek 2019-09-09 02:55:39 +0200
  • 01c200d2ef Add test checking for writes into a stream in finished state Damian Jarek 2019-09-09 02:53:56 +0200
  • ba42517897 Fix typo in inflate stream doc Damian Jarek 2019-08-27 09:35:37 +0200
  • d785666738 Fix nontrivial memeset initialization warning in zlib bench tests Damian Jarek 2019-08-27 08:44:33 +0200
  • d1ff4405aa Add test for flush::trees with uncompressed strategy Damian Jarek 2019-08-27 08:39:27 +0200
  • 0b8c285bb7 Add test for flush::trees with fixed Huffman strategy Damian Jarek 2019-08-27 08:38:25 +0200
  • 3b585f660c Add excess data inflate test Damian Jarek 2019-08-20 00:45:29 +0200
  • 610a2681e4 Throw on invalid argument Damian Jarek 2019-08-20 00:23:19 +0200
  • 11ee655f97 Expand deflate matrix to check for different memLevel values Damian Jarek 2019-08-19 23:08:16 +0200
  • 8ee65054a6 Add success test cases from zlib test suite Damian Jarek 2019-08-12 20:21:46 +0200
  • b0aa3df714 Import more failure test cases from zlib test suite Damian Jarek 2019-08-12 19:42:00 +0200
  • 5937c06cd0 Add test for invalid inflate stream settings Damian Jarek 2019-08-12 18:03:21 +0200
  • 4be185eb2b Add test for invalid deflate stream settings Damian Jarek 2019-07-29 20:24:33 +0200
  • 84bf4c5362 Add failure test cases from zlib's inflate test suite Damian Jarek 2019-07-29 20:05:50 +0200
  • 7dbb3bd417 Add BEAST_THROWS Vinnie Falco 2019-10-06 15:15:54 -0700
  • d6bc3da94c
    Set version to 271 Vinnie Falco 2019-10-06 08:05:05 -0700
  • 1401422557 Add configuration macros doc page Damian Jarek 2019-07-22 18:18:31 +0200
  • 651f2ce011 Add clang-9 to AZP CI build Damian Jarek 2019-07-22 18:08:17 +0200
  • 5521b91d8c Tidy up cmake files and examples Vinnie Falco 2019-10-06 08:04:15 -0700
  • 3eebf420f0 Add async-ssl-system-executor http client example Damian Jarek 2019-07-29 20:06:57 +0200
  • 0f5d1edcd8 Fix data race in websocket examples Damian Jarek 2019-07-15 21:27:29 +0200
  • 3817fb4c94 Fix data race in http server examples Damian Jarek 2019-07-14 20:19:58 +0200
  • 9170a0daaa Add async-ssl-system-executor http client example Damian Jarek 2019-07-14 19:34:49 +0200
  • 1261e7773f
    Set version to 270 Vinnie Falco 2019-10-04 18:48:48 -0700
  • 0f932d589b Silence unused variables Vinnie Falco 2019-10-04 18:56:06 -0700
  • 5f9c14af2e Fix typo Vinnie Falco 2019-10-04 18:48:09 -0700
  • 628e620e0c
    Set version to 269 Vinnie Falco 2019-10-04 06:10:23 -0700
  • 9efa3fd1c3 Add test for issue 1717 Vinnie Falco 2019-10-04 06:01:49 -0700
  • 8e7ef7aa0f Fix doc typo Vinnie Falco 2019-10-03 02:56:55 -0700
  • f3118b75de Fix /permissive- missing include Vinnie Falco 2019-09-27 06:46:02 -0700
  • 55fd67b874
    Set version to 268 Vinnie Falco 2019-09-15 16:09:55 -0700
  • 418f1931f9 Add doc/docca submodule Vinnie Falco 2019-09-15 17:39:59 -0700
  • d864156ef5 Remove doc/docca subtree before submodule add Vinnie Falco 2019-09-15 17:39:45 -0700
  • ec81771fdd root_certificates.hpp is not for production Vinnie Falco 2019-09-13 09:03:33 -0700
  • acdfeb4bdc Fix doc URL typo Vinnie Falco 2019-09-11 09:15:16 -0700
  • e2887ae867
    Update README.md: snoe925 2019-09-09 15:12:19 -0500
  • b7230f12f1
    Set version to 267 Vinnie Falco 2019-08-29 11:01:29 -0700
  • c5d8c7b64c Multiple I/O of the same type is not supported Vinnie Falco 2019-08-29 10:55:47 -0700
  • e681f9d212 Add default dtors to satisfy -Wnon-virtual-dtor Mike Ellery 2019-07-23 09:39:23 -0700
  • 6eb55b21da cmake: check policy first Xiaofeng Wang 2019-08-28 08:06:40 +0800
  • db2f0052ff basic_stream dtor cannot throw Vinnie Falco 2019-08-27 08:22:57 -0700
  • 70f232f6dd Fix signed/unsigned mismatch in file_stdio::seek Aurelien Chartier 2019-08-23 12:56:11 -0700
  • 0c7fbc74f0 Add package for Travis config Vinnie Falco 2019-08-15 07:15:52 -0700
  • 6d614cf9a8
    Set version to 266 Vinnie Falco 2019-08-12 09:49:10 -0700
  • 52657ca5a1 Fix some missing deduced return types in the docs Vinnie Falco 2019-08-12 09:48:41 -0700
  • 0ca107bb5c
    Set version to 265 Vinnie Falco 2019-07-29 10:36:02 -0700
  • 9f77867f0a Fix outgoing websocket message compression Vinnie Falco 2019-07-29 10:35:41 -0700
  • 2ed1c92e03
    Set version to 264 Damian Jarek 2019-07-08 20:32:57 +0200
  • e3c580e26b Revert "Set version to 264" Vinnie Falco 2019-07-09 11:07:17 -0700
  • 53378ea6fb Set version to 264 Damian Jarek 2019-07-08 20:32:57 +0200
  • 373642886a Workaround for miscompilation in MSVC 14.2 Damian Jarek 2019-07-08 20:24:50 +0200
  • dc6602b5d3 Fix header-only compilation errors in some configurations Damian Jarek 2019-07-07 19:39:05 +0200
  • 0b04c82e2b Fix unused variable warning in multi_buffer Damian Jarek 2019-07-07 19:36:21 +0200
  • 261193fc9c Remove unused functions in impl/static_string.hpp Damian Jarek 2019-07-07 17:17:40 +0200
  • c1565e1ff7 Fix missing initializer warning in basic_fields Damian Jarek 2019-07-07 16:58:00 +0200
  • 2c2ac8027c Fix unused variable warnings in tests Damian Jarek 2019-07-07 16:56:56 +0200
  • 63ef7f65bc Handle overflow in max size calculation in basic_dynamic_body Damian Jarek 2019-07-06 18:40:31 +0200
  • 881405a816
    Set version to 263 Vinnie Falco 2019-07-07 12:51:00 -0700
  • a25bf2af03 Revert "Set version to 262" Vinnie Falco 2019-07-07 15:01:27 -0700
  • 4b5719ec83
    Set version to 262 Vinnie Falco 2019-07-07 12:51:00 -0700
  • 67452b23ff Update documentation Vinnie Falco 2019-07-06 12:04:52 -0700
  • 8848ced9ab
    Set version to 262 Vinnie Falco 2019-07-03 17:21:36 -0700
  • 89c922e02b Fix deallocate in multi_buffer Vinnie Falco 2019-07-03 17:21:00 -0700
  • ff2c0ca91e
    Set version to 261 Damian Jarek 2019-07-01 20:06:33 +0200
  • 9e0564044f Tidy up buffers_range Vinnie Falco 2019-07-01 10:42:43 -0700
  • ce1c6d3222 Fix multi_buffer allocation alignment Vinnie Falco 2019-06-30 19:18:37 -0700
  • d5cd3e829b Don't over-allocate in http::basic_fields Vinnie Falco 2019-06-30 19:00:18 -0700
  • 5f0939e771 Simplify websocket::detail::prng: Damian Jarek 2019-06-16 23:03:26 +0200
  • a7e932b13c
    Remove redundant includes in websocket Damian Jarek 2019-06-28 21:19:34 +0200
  • a5a28c3b7d
    Fix UB in websocket read tests Damian Jarek 2019-06-25 20:00:33 +0200
  • fea681b459
    Deduplicate websocket::read_size_hint definition Damian Jarek 2019-06-25 04:21:52 +0200
  • 10b8f90749
    Set version to 260 Damian Jarek 2019-06-24 01:00:16 +0200
  • 9847fd6e69 Remove redundant includes in core Damian Jarek 2019-06-24 16:19:08 +0200