Commit Graph

1930 Commits

Author SHA1 Message Date
Vinnie Falco
ff95002fd9 Adjust redirect html 2017-07-28 17:07:22 -07:00
Vinnie Falco
7bcfd2ed26
Set version to 90 2017-07-28 16:29:08 -07:00
Vinnie Falco
c28a700a00 Output to integrated documentation 2017-07-28 16:27:08 -07:00
Vinnie Falco
0fb562a4d7 Fix typo in equal_range
fix #688
2017-07-27 21:18:04 -07:00
Vinnie Falco
cbb47a0ffd Fix websocket read of zero length message
fix #686
2017-07-27 19:09:15 -07:00
Vinnie Falco
c7b830f37f
Set version to 89 2017-07-27 10:14:27 -07:00
Vinnie Falco
0e79893d07 Fix CONTRIBUTING.md links 2017-07-27 10:14:06 -07:00
Vinnie Falco
a61578634b
Set version to 88 2017-07-26 18:45:22 -07:00
Vinnie Falco
ce82e6476d Fix uninitialized frame done 2017-07-26 18:45:06 -07:00
Vinnie Falco
a5917c9044 Don't use program_options 2017-07-26 15:18:25 -07:00
Vinnie Falco
59f7819cf6 Refactor tests Jamfile 2017-07-26 11:46:01 -07:00
Vinnie Falco
f4c2cd7ec6 Update doc links in README.md 2017-07-26 09:54:22 -07:00
Vinnie Falco
c2d5829f0e
Set version to 87 2017-07-25 17:47:03 -07:00
Vinnie Falco
e1495e4fe2 Update README, add CONTRIBUTING.md and CODE_OF_CONDUCT.md 2017-07-25 17:47:01 -07:00
Vinnie Falco
3cba28f308 variant fixes and tests 2017-07-25 15:58:07 -07:00
Vinnie Falco
c831afd93b Rename to BEAST_EXPECT 2017-07-25 15:58:06 -07:00
Vinnie Falco
175763e773 Update appveyor for Boost branch 2017-07-25 15:58:06 -07:00
Vinnie Falco
9003cf5f0b
Set version to 86 2017-07-25 10:37:48 -07:00
Vinnie Falco
e56d9955de websocket read returns the number of bytes inserted (API Change):
* read and async_read now return the number of bytes inserted
into the caller's buffer.

Actions Required:

* Change the signature of completion handlers used with
  websocket::stream::async_read to void(error_code, std::size_t)
2017-07-25 08:50:58 -07:00
Vinnie Falco
6e33072832 Add library metadata 2017-07-25 06:54:35 -07:00
Eliott Paris
73871cfb7f Fix Deferred Body Type Example inconsistencies
Fix issue #675
2017-07-25 06:49:48 -07:00
Peter Dimov
31d2718eac Use configured doxygen and xsltproc 2017-07-25 05:33:28 -07:00
Vinnie Falco
03ec8d4d4b Normalize doc build scripts 2017-07-25 05:33:27 -07:00
Vinnie Falco
f642eebf00 Tidy up Jamfile 2017-07-24 16:12:34 -07:00
Vinnie Falco
5d65f81e5f Remove spurious declaration 2017-07-24 14:47:31 -07:00
Vinnie Falco
f084d1e7b8 Add config-template 2017-07-24 10:40:57 -07:00
Vinnie Falco
8578f3cf76 Update copyrights 2017-07-24 09:42:51 -07:00
Vinnie Falco
982f4c3b70 Update documentation for boost 2017-07-24 09:41:27 -07:00
Vinnie Falco
198846d7bd Update CMakeLists.txt for boost 2017-07-23 20:04:07 -07:00
Vinnie Falco
ad8c5f9f7f Use winapi 2017-07-23 17:38:06 -07:00
Vinnie Falco
b80f9797f2 Add local-travis.sh 2017-07-23 17:36:47 -07:00
Vinnie Falco
a72839645d Update README.md 2017-07-23 17:36:31 -07:00
Vinnie Falco
7317bd0de9 Use custom variant 2017-07-23 17:36:12 -07:00
Vinnie Falco
b97586b318 Remove use of lexical_cast 2017-07-23 17:34:41 -07:00
Vinnie Falco
7139dd639a Boost prep 2017-07-23 17:34:13 -07:00
Vinnie Falco
3777cb8b9c Set version to 85 2017-07-22 20:09:30 -07:00
Vinnie Falco
e5a4dc6a96 Tidy up test warning 2017-07-22 20:09:24 -07:00
Sacha
c2ecb34404 Fix test failure 2017-07-22 20:09:21 -07:00
Vinnie Falco
71ea5ebb75 Set version to 84 2017-07-20 08:15:32 -07:00
Vinnie Falco
cb501a07c8 WebSocket optimizations (API Change):
The websocket stream is optimized to contain a small
circular static buffer, reducing the number of I/O calls when
reading data. The size of the buffer is tuned for maximum
performance with TCP/IP and no long needs configuration:

* read_some replaces read_frame
* write_some replaces write_Frame
* async_read_some replaces async_read_frame
* async_write_some replaces async_write_frame

* websocket::stream::read_buffer_size is removed

Actions Required:

* Remove calls websocket::stream::read_buffer_size

* Use read_some and write_some instead of read_frame and write_frame
2017-07-20 08:15:32 -07:00
Vinnie Falco
28b5275c73 Use move -pv on Travis 2017-07-20 08:15:32 -07:00
Vinnie Falco
8f3d5a094c Add consuming_buffers::get 2017-07-20 08:15:32 -07:00
Vinnie Falco
4eb926cd67 bind_handler allows placeholders 2017-07-20 08:15:32 -07:00
Vinnie Falco
5e4a5592f3 multi_buffer is type-check friendly 2017-07-20 08:15:32 -07:00
Vinnie Falco
ed7c095df9 static_buffer::consume improvement 2017-07-20 08:15:32 -07:00
Vinnie Falco
834682e650 Add detail::sum_exceeds 2017-07-20 08:15:32 -07:00
Vinnie Falco
22091d5a1c Tidy up some comments 2017-07-20 08:15:32 -07:00
Vinnie Falco
85cd2b125b Tidy up buffer_front 2017-07-20 08:15:32 -07:00
Vinnie Falco
271922e752 Set version to 83 2017-07-20 08:15:32 -07:00
Adrian Imboden
871ebf1c1c Fix private timer::clock_type
fix #662
2017-07-20 08:15:32 -07:00