Commit Graph

1039 Commits

Author SHA1 Message Date
Vinnie Falco 3a28e999af Update for Net-TS Asio (API Change):
fix #769

The following classes are removed:

* handler_type
* async_result
* async_completion
* is_dynamic_buffer
* is_const_buffer_sequence
* is_mutable_buffer_sequence
* handler_alloc

Actions Required:

* Use BOOST_ASIO_HANDLER_TYPE instead of handler_type
* Use BOOST_ASIO_INITFN_RESULT_TYPE instead of async_result
* Use boost::asio::async_completion
* Use boost::asio::is_dynamic_buffer
* Use boost::asio::is_const_buffer_sequence
* Use boost::asio::is_mutable_buffer_sequence
* boost::asio::associated_allocator_t replaces handler_alloc
2017-10-23 17:11:27 -07:00
Vinnie Falco 9dc9ca13b9 Set version to 124 v124 2017-10-22 10:03:44 -07:00
Vinnie Falco 5c6b232654 Fix basic_fields javadoc 2017-10-22 10:03:40 -07:00
Vinnie Falco 56fee93601 Fix for a test matrix compiler 2017-10-22 07:03:14 -07:00
Vinnie Falco d0d4e0a740 http write returns success on connection close (API Change):
fix #767

The write family of HTTP stream algorithms no longer returns
error::end_of_stream when the message indicates that the connection
should be closed.

Actions Required:

* Add code to servers to close the connection after successfully
  writing a message where `message::keep_alive()` would return `false`.
2017-10-22 07:03:04 -07:00
Vinnie Falco 885b9dfe0b Set version to 123 2017-10-16 12:09:43 -07:00
Vinnie Falco 2399b610e3 Clear previous message fields in parser
fix #818
2017-10-16 12:09:41 -07:00
Vinnie Falco e832baf93f Check compiler feature in Jamfile 2017-10-16 09:16:26 -07:00
Vinnie Falco a30d30e379 Fix spurious race in websocket close test 2017-10-15 10:41:16 -07:00
Vinnie Falco 1e412715b1 Use unit-test subtree 2017-10-15 09:00:07 -07:00
Vinnie Falco e837673385 Merge commit '9f5ea1daf9ad262fb909a45fca774b66707eea8b' as 'subtree/unit_test' 2017-10-15 07:37:58 -07:00
Vinnie Falco 9f5ea1daf9 Squashed 'subtree/unit_test/' content from commit e8af9ee63
git-subtree-dir: subtree/unit_test
git-subtree-split: e8af9ee6379d6728618927f8820c8042bd3f8866
2017-10-15 07:37:58 -07:00
Vinnie Falco f09b2d3e1c Set version to 122 2017-10-10 08:17:28 -07:00
Vinnie Falco 6ca2ef8449 Add missing case in error test 2017-10-10 08:17:23 -07:00
Vinnie Falco 8179be560e config.hpp is not a public header 2017-10-10 07:49:12 -07:00
Vinnie Falco 7594c88f8f CMake 3.5.1 is required 2017-10-09 14:35:56 -07:00
Vinnie Falco 2ac6936312 Fix zlib symbol conflicts
fix #808
2017-10-07 13:59:04 -07:00
Vinnie Falco a517df9090 assert on empty buffer in websocket read 2017-10-07 11:17:13 -07:00
Vinnie Falco 6e08fa0a21 Add test for issue 807 2017-10-05 19:24:35 -07:00
Vinnie Falco 0bc2a41404 Set version to 121 2017-10-03 06:13:13 -07:00
Gyorgy Szekely 471638c60e Fix enum and non-enum in conditional exp. warning 2017-10-03 06:13:11 -07:00
Vinnie Falco f5f1b7d6fa Add test for issue 802 2017-10-03 06:13:10 -07:00
Vinnie Falco 7fe74b1bf5 Set version to 120 2017-10-01 17:54:00 -07:00
Vinnie Falco c0cf030528 OpenSSL targets are optional (CMake) 2017-10-01 10:34:17 -07:00
Vinnie Falco bbc1f14347 Fix spurious strand_ in advanced_server_flex 2017-10-01 10:14:47 -07:00
Vinnie Falco b3564c86ae Set version to 119 2017-09-30 07:29:38 -07:00
Vinnie Falco 011aedc0d3 Fix typo in javadoc 2017-09-30 07:29:33 -07:00
Vinnie Falco 167f9641a4 Tidy up doc badge links 2017-09-30 07:25:33 -07:00
Vinnie Falco e35ae82dd6 Set version to 118 2017-09-26 10:03:51 -07:00
Vinnie Falco ac6c23dd6b Doc root is at index.html
fix #795
2017-09-26 10:03:46 -07:00
Vinnie Falco 04bf98298f Update build instructions
fix #796
2017-09-26 10:03:46 -07:00
Peter Jankuliak fa4df7eb60 Remove unused strands in server examples 2017-09-25 21:33:04 -07:00
Nils Gladitz c81558e38b file_win32 opens for read-only in shared mode:
fix #786

Without this change the second opening of an
already opened file fails with:

  "The process cannot access the file because it
  is being used by another process"
2017-09-25 21:33:04 -07:00
Peter Jankuliak 5a7b8b23db Fix writing headers into std::ostream 2017-09-21 16:08:19 -07:00
Vinnie Falco 0f5ea371c1 Set version to 117 2017-09-20 08:31:42 -07:00
Vinnie Falco b5f22bdef6 Add buffers_to_string
fix #772
2017-09-20 08:31:36 -07:00
Vinnie Falco 2c656a22f9 Remove buffers_suffix::get (API Change):
* buffers_suffix::get member function is removed

Actions Required:

* Avoid calling buffers_suffix::get
2017-09-20 08:31:36 -07:00
Vinnie Falco 06fb2b9dfc buffers_cat replaces buffer_cat (API Change):
fix #773

* buffer_cat is renamed to buffers_cat
* buffer_cat_view is renamed to buffers_cat_view

Actions Required:

* Use buffers_cat instead of buffer_cat
* Use buffers_cat_view instead of buffer_cat_view
2017-09-15 12:52:59 -07:00
Vinnie Falco 38c2816539 buffers_front replaces buffer_front (API Change):
fix #773

* buffer_front is renamed to buffer_front

Actions Required:

* Use buffers_front instead of buffer_front
2017-09-15 12:52:59 -07:00
Vinnie Falco e94a65b04a buffers_prefix replaces buffer_prefix (API Change)
fix #773

* buffer_prefix is renamed to buffers_prefix
* buffer_prefix_view is renamed to buffers_prefix_view

Actions Required:

* Use buffers_prefix instead of buffer_prefix
* Use buffers_prefix_view instead of buffer_prefix_view
2017-09-15 12:52:58 -07:00
Vinnie Falco 795da80859 buffers_suffix replaces consuming_buffers (API Change):
fix #770

* consuming_buffers is renamed to buffers_suffix

Actions Required:

* Use buffers_suffix instead of consuming_buffers
2017-09-15 12:52:45 -07:00
Vinnie Falco dca65932a8 Set version to 116 2017-09-12 17:16:07 -07:00
Vinnie Falco 38e28966ea message::version is a member function (API Change):
fix #778

* The version data member is replaced with accessor
  member functions.

Actions Required:

* Call member function message::version instead of accessing
  the version member at call sites.
2017-09-12 17:13:02 -07:00
Vinnie Falco 54fe7cacf7 message::body is a member function (API Change):
fix #778

* The body data member is replaced with accessor
  member functions.

Actions Required:

* Call member function message::body instead of accessing
  the data member at call sites.
2017-09-12 17:12:12 -07:00
Vinnie Falco 0d4d239d05 Set version to 115 2017-09-10 16:11:10 -07:00
Vinnie Falco 1de06dfaeb Update README.md master doc link 2017-09-10 16:10:47 -07:00
Vinnie Falco 60a33019d4 Set version to 114 2017-09-10 14:35:52 -07:00
Vinnie Falco c388a92227 Set version to 113 2017-09-09 06:49:43 -07:00
Howard Hinnant 4880cdd472 Remove field_range copy constructor
*  This presence of the user-declared copy constructor makes
   the compiler-provided copy assignment operator deprecated.
   This change allows the compiler to provide both copy members
   without deprecated behavior.
2017-09-09 06:49:39 -07:00
Vinnie Falco 0007afdaf2 Fix handler signature in async_read_header 2017-09-09 06:39:49 -07:00