Commit Graph

  • 5a7a1a3f6c
    Set version to 210 Vinnie Falco 2019-02-05 14:05:10 -0800
  • 34362256c0 Fixes to test::stream::async_read: Damian Jarek 2019-02-04 15:43:41 +0100
  • adcd4bc0c9 is_completion_handler, type_traits.hpp are deprecated (API Change): Vinnie Falco 2019-02-05 13:02:19 -0800
  • 11c708e29d Tidy up inline variable macro definition Vinnie Falco 2019-02-05 10:45:08 -0800
  • d2669d2a78 is_invocable is in its own header file Vinnie Falco 2019-02-05 09:52:35 -0800
  • 8ea8f41bba is_file is in file_base.hpp (API Change): Vinnie Falco 2019-02-05 09:08:25 -0800
  • 44d9eaba4d Tidying Vinnie Falco 2019-02-05 08:24:26 -0800
  • 98aed8ed49 Fix hexadecimal string conversion table: Vinnie Falco 2019-02-05 08:13:54 -0800
  • 477cd75153 Stream traits are in stream_traits.hpp (API Change): Vinnie Falco 2019-02-05 07:40:30 -0800
  • 9cee4e053f Add executor_type trait Vinnie Falco 2019-02-04 21:52:54 -0800
  • 42d83b221a Add stream_traits.hpp: Vinnie Falco 2019-02-04 20:06:56 -0800
  • 4b7c33d781 Remove unnecessary file Vinnie Falco 2019-02-04 19:53:11 -0800
  • 28858c60fd Better handling of stream timeouts Vinnie Falco 2019-02-04 06:45:45 -0800
  • 8814ac4b35 Remove unused file Vinnie Falco 2019-02-04 07:17:34 -0800
  • b70966ad47 Fix stable_async_op_base javadoc Vinnie Falco 2019-02-03 16:53:22 -0800
  • e082caae76 Update interim release notes Vinnie Falco 2019-02-03 12:57:52 -0800
  • bc74cc2374 Spaces not tabs Vinnie Falco 2019-02-03 08:25:32 -0800
  • 9b88446ab8 Tidy up read implementation Vinnie Falco 2019-02-03 07:25:59 -0800
  • 18a5f43639
    Set version to 209 Vinnie Falco 2019-02-02 17:08:00 -0800
  • 35dbd140d4 Add buffer_size Vinnie Falco 2019-02-02 20:44:04 -0800
  • 64149f434a Refactor quickref.xml Vinnie Falco 2019-02-02 16:46:52 -0800
  • 17ada67f0d Add dynamic_buffer_ref Vinnie Falco 2019-02-02 16:14:10 -0800
  • bfb500110b Spelling Vinnie Falco 2019-02-02 13:19:30 -0800
  • a142969c5d Qualify buffer_copy, don't qualify buffer_size: Vinnie Falco 2019-02-02 10:53:54 -0800
  • 5b0b218d96 test::stream maintains a handler work guard Vinnie Falco 2019-02-02 10:30:12 -0800
  • 599104c16a async_echo supports move-only handlers Vinnie Falco 2019-02-02 10:20:38 -0800
  • e0db595760 Faster http::string_to_field: Peter Dimov 2019-02-02 15:27:39 +0200
  • 150614cc9a Change exe to run for bench-parser Peter Dimov 2019-02-02 15:26:55 +0200
  • be29ce4c1e
    Set version to 208 Vinnie Falco 2019-02-01 15:14:14 -0800
  • 74f02f8ac5 Doc work Vinnie Falco 2019-02-01 04:16:05 -0800
  • 49deee4a69 Add close_socket, beast_close_socket customization: Vinnie Falco 2019-01-28 22:05:01 -0800
  • 6a658b5c3a Remove lowest_layer, add get_lowest_layer (API Change): Vinnie Falco 2019-01-10 20:25:10 -0800
  • ff32f44682 Get openssl in appveyor Damian Jarek 2019-01-30 19:11:25 +0100
  • 5361224a7d
    Set version to 207 Vinnie Falco 2019-01-23 04:39:53 -0800
  • 1da611fa04 Pass the correct handler in basic_timeout_stream Vinnie Falco 2019-01-22 20:16:21 -0800
  • 60c96104ec lowest_layer is removed (API Change): Vinnie Falco 2019-01-22 04:49:22 -0800
  • 29f838b9d9 Remove unused enum Vinnie Falco 2019-01-21 18:58:08 -0800
  • 383b9cb7f2 Send from the strand Vinnie Falco 2019-01-21 16:07:00 -0800
  • 2dcb11b89a
    Set version to 206 Vinnie Falco 2019-01-21 12:06:11 -0800
  • 3081f52ad5 Add websocket-chat-multi example: Vinnie Falco 2019-01-21 10:18:45 -0800
  • 9a8e22950f websocket stream uses shared_ptr<impl_type> Vinnie Falco 2019-01-19 07:24:00 -0800
  • 944b5dcda7 Clear error codes idiomatically Vinnie Falco 2019-01-20 09:50:43 -0800
  • 9ea70bfbe5
    Set version to 205 Vinnie Falco 2019-01-20 07:02:00 -0800
  • 4d0849595c Add detail/prng.hpp Vinnie Falco 2019-01-19 07:23:47 -0800
  • 785c0ad93d Add detail/soft_mutex.hpp Vinnie Falco 2019-01-19 07:17:23 -0800
  • d7cc7a6d1e Doc work Vinnie Falco 2019-01-18 07:41:45 -0800
  • 949fa967b9
    Set version to 204 Vinnie Falco 2019-01-17 17:20:49 -0800
  • 4fcd6601b3 Doc work Vinnie Falco 2019-01-17 17:04:33 -0800
  • 03bf9144b7 Unit test macros use the global suite Vinnie Falco 2019-01-16 06:39:10 -0800
  • 72ea142c5c Add basic_timeout_stream: Vinnie Falco 2019-01-14 10:15:07 -0800
  • cfd9b46014
    Set version to 203 Vinnie Falco 2019-01-12 18:41:04 -0800
  • 03c2a8e54c Boost.System is header-only: Andrey Semashev 2019-01-14 21:47:13 +0300
  • ca5a70a3cd parse_until is not static Vinnie Falco 2019-01-12 17:51:07 -0800
  • b337abe076 examples use flat_buffer Vinnie Falco 2019-01-12 17:44:29 -0800
  • abb8203cbe session_alloc is thread-safe Vinnie Falco 2019-01-12 17:42:53 -0800
  • cf2dbdc0be Use new saved_handler in websocket Vinnie Falco 2019-01-12 15:32:12 -0800
  • 3092e43879 saved_handler is a public interface: Vinnie Falco 2019-01-12 14:13:20 -0800
  • be800436ea Include error code in call to set_option Johan Rönnkvist 2019-01-05 13:59:46 +0100
  • 3595eb2221 Update networking refresher doc Vinnie Falco 2019-01-11 12:34:04 -0800
  • 0822e1bb5e
    Set version to 202 Vinnie Falco 2019-01-09 18:24:54 -0800
  • 3599ccb09a Add tests for async_op_base Vinnie Falco 2019-01-09 16:11:15 -0800
  • b4c63028e2 Add tests for bind_back_handler Vinnie Falco 2019-01-09 09:52:19 -0800
  • 5292df6e72 async_op_base is a public interface: Vinnie Falco 2019-01-07 13:35:19 -0800
  • b46953f1bd Use async_op_base: Vinnie Falco 2019-01-05 19:40:46 -0800
  • 9e44ae7be5 Refactor async_op_base: Vinnie Falco 2019-01-05 18:51:47 -0800
  • 522ca9e78b Tidy up basic_stream_socket docs Vinnie Falco 2019-01-04 17:29:26 -0800
  • 0aa35d7266 Update coverage badge images Vinnie Falco 2019-01-01 13:09:59 -0800
  • 1d5a18a0a1 Use cxxstd instead of cxxflags Glen Fernandes 2019-01-08 23:43:47 -0500
  • 8b72b4d407
    Set version to 201 Vinnie Falco 2018-12-30 16:59:54 -0800
  • 6caca92f0e New stream_socket: Vinnie Falco 2018-12-20 08:51:43 -0800
  • 2d3912751b Add core errors and conditions Vinnie Falco 2018-12-30 12:38:35 -0800
  • 25f144f936 Rename test source files Vinnie Falco 2018-12-26 17:27:57 -0800
  • 7caa0b8132 Tidy up some buffer sequence iterators Vinnie Falco 2018-12-23 08:43:27 -0800
  • 92e598ade3 Add bind_back_handler Vinnie Falco 2018-12-20 13:38:43 -0800
  • e7b8cc73a5 Decay bound arguments in handler wrapper parameters: Vinnie Falco 2018-12-20 00:54:04 -0800
  • f00237cb35
    Set version to 200 Vinnie Falco 2018-12-17 19:17:47 -0800
  • c4f4087888 Add buffers_range_ref (replaces reference_wrapper parameter) Vinnie Falco 2018-12-19 19:15:04 -0800
  • cbd5e76e92 Add type_traits tests Vinnie Falco 2018-12-19 18:35:31 -0800
  • 002861bbc8 Adjust static_asio lib options in Jamfile Vinnie Falco 2018-12-19 18:35:20 -0800
  • 9ccd8a754a HTTP tidying Vinnie Falco 2018-12-19 18:34:51 -0800
  • 3a3f9c459e Fix typo Tocic 2018-12-13 18:34:36 +0300
  • 61a35bd936 Remove file_mode::append_new (API Change): Vinnie Falco 2018-12-17 08:33:36 -0800
  • 321af29d25 Refactor static_buffer: Vinnie Falco 2018-12-16 15:07:16 -0800
  • 0006ab3b2b make_printable replaces buffers rename (API Change): Vinnie Falco 2018-12-16 14:36:17 -0800
  • 991bae8486 Refactor ostream: Vinnie Falco 2018-12-16 11:30:34 -0800
  • 594a92e515 Tidy up multi_buffer: Vinnie Falco 2018-12-15 18:48:32 -0800
  • 74293fb8a5 Test self copy, self move for dynamic buffers: Vinnie Falco 2018-12-15 18:55:37 -0800
  • 05d22802ec Tidy up flat_static_buffer tests Vinnie Falco 2018-12-15 17:43:03 -0800
  • 81e3642fa7 Fix ostream prepare calculation for low limits: Vinnie Falco 2018-12-15 18:11:29 -0800
  • b367776c37 Fixes and tidying for flat_buffer: Vinnie Falco 2018-12-15 15:49:39 -0800
  • 477e5a6f98 Refactor buffers_suffix: Vinnie Falco 2018-12-15 15:08:37 -0800
  • 9d27f2659f Optimize for size on buffers_cat preconditions: Vinnie Falco 2018-12-15 12:51:34 -0800
  • fa14af2696 Use new buffer traits, remove old unused traits Vinnie Falco 2018-12-15 12:04:39 -0800
  • 8f1faababd Add buffers_iterator_type trait Vinnie Falco 2018-12-15 11:27:14 -0800
  • 1998bad89d Add const and mutable buffer sequence traits: Vinnie Falco 2018-12-15 10:59:00 -0800
  • 4cfe860b93 Refactor buffers_prefix: Vinnie Falco 2018-12-15 07:37:19 -0800
  • 719fe66b77 Fix and refactor buffers_cat: Vinnie Falco 2018-12-14 20:25:38 -0800
  • ca728e4022 Refactor buffers_range: Vinnie Falco 2018-12-14 20:07:24 -0800
  • 117dda7b31 Refactor buffers_adaptor (API Change): Vinnie Falco 2018-12-14 11:13:26 -0800
  • c1d7a83af2 buffers_cat fixes and coverage: Vinnie Falco 2018-12-14 07:21:17 -0800