Commit Graph

  • abb8203cbe session_alloc is thread-safe Vinnie Falco 2019-01-12 17:42:53 -08:00
  • cf2dbdc0be Use new saved_handler in websocket Vinnie Falco 2019-01-12 15:32:12 -08:00
  • 3092e43879 saved_handler is a public interface: Vinnie Falco 2019-01-12 14:13:20 -08:00
  • be800436ea Include error code in call to set_option Johan Rönnkvist 2019-01-05 13:59:46 +01:00
  • 3595eb2221 Update networking refresher doc Vinnie Falco 2019-01-11 12:34:04 -08:00
  • 0822e1bb5e Set version to 202 Vinnie Falco 2019-01-09 18:24:54 -08:00
  • 3599ccb09a Add tests for async_op_base Vinnie Falco 2019-01-09 16:11:15 -08:00
  • b4c63028e2 Add tests for bind_back_handler Vinnie Falco 2019-01-09 09:52:19 -08:00
  • 5292df6e72 async_op_base is a public interface: Vinnie Falco 2019-01-07 13:35:19 -08:00
  • b46953f1bd Use async_op_base: Vinnie Falco 2019-01-05 19:40:46 -08:00
  • 9e44ae7be5 Refactor async_op_base: Vinnie Falco 2019-01-05 18:51:47 -08:00
  • 522ca9e78b Tidy up basic_stream_socket docs Vinnie Falco 2019-01-04 17:29:26 -08:00
  • 0aa35d7266 Update coverage badge images Vinnie Falco 2019-01-01 13:09:59 -08:00
  • 1d5a18a0a1 Use cxxstd instead of cxxflags Glen Fernandes 2019-01-08 23:43:47 -05:00
  • 8b72b4d407 Set version to 201 Vinnie Falco 2018-12-30 16:59:54 -08:00
  • 6caca92f0e New stream_socket: Vinnie Falco 2018-12-20 08:51:43 -08:00
  • 2d3912751b Add core errors and conditions Vinnie Falco 2018-12-30 12:38:35 -08:00
  • 25f144f936 Rename test source files Vinnie Falco 2018-12-26 17:27:57 -08:00
  • 7caa0b8132 Tidy up some buffer sequence iterators Vinnie Falco 2018-12-23 08:43:27 -08:00
  • 92e598ade3 Add bind_back_handler Vinnie Falco 2018-12-20 13:38:43 -08:00
  • e7b8cc73a5 Decay bound arguments in handler wrapper parameters: Vinnie Falco 2018-12-20 00:54:04 -08:00
  • f00237cb35 Set version to 200 Vinnie Falco 2018-12-17 19:17:47 -08:00
  • c4f4087888 Add buffers_range_ref (replaces reference_wrapper parameter) Vinnie Falco 2018-12-19 19:15:04 -08:00
  • cbd5e76e92 Add type_traits tests Vinnie Falco 2018-12-19 18:35:31 -08:00
  • 002861bbc8 Adjust static_asio lib options in Jamfile Vinnie Falco 2018-12-19 18:35:20 -08:00
  • 9ccd8a754a HTTP tidying Vinnie Falco 2018-12-19 18:34:51 -08:00
  • 3a3f9c459e Fix typo Tocic 2018-12-13 18:34:36 +03:00
  • 61a35bd936 Remove file_mode::append_new (API Change): Vinnie Falco 2018-12-17 08:33:36 -08:00
  • 321af29d25 Refactor static_buffer: Vinnie Falco 2018-12-16 15:07:16 -08:00
  • 0006ab3b2b make_printable replaces buffers rename (API Change): Vinnie Falco 2018-12-16 14:36:17 -08:00
  • 991bae8486 Refactor ostream: Vinnie Falco 2018-12-16 11:30:34 -08:00
  • 594a92e515 Tidy up multi_buffer: Vinnie Falco 2018-12-15 18:48:32 -08:00
  • 74293fb8a5 Test self copy, self move for dynamic buffers: Vinnie Falco 2018-12-15 18:55:37 -08:00
  • 05d22802ec Tidy up flat_static_buffer tests Vinnie Falco 2018-12-15 17:43:03 -08:00
  • 81e3642fa7 Fix ostream prepare calculation for low limits: Vinnie Falco 2018-12-15 18:11:29 -08:00
  • b367776c37 Fixes and tidying for flat_buffer: Vinnie Falco 2018-12-15 15:49:39 -08:00
  • 477e5a6f98 Refactor buffers_suffix: Vinnie Falco 2018-12-15 15:08:37 -08:00
  • 9d27f2659f Optimize for size on buffers_cat preconditions: Vinnie Falco 2018-12-15 12:51:34 -08:00
  • fa14af2696 Use new buffer traits, remove old unused traits Vinnie Falco 2018-12-15 12:04:39 -08:00
  • 8f1faababd Add buffers_iterator_type trait Vinnie Falco 2018-12-15 11:27:14 -08:00
  • 1998bad89d Add const and mutable buffer sequence traits: Vinnie Falco 2018-12-15 10:59:00 -08:00
  • 4cfe860b93 Refactor buffers_prefix: Vinnie Falco 2018-12-15 07:37:19 -08:00
  • 719fe66b77 Fix and refactor buffers_cat: Vinnie Falco 2018-12-14 20:25:38 -08:00
  • ca728e4022 Refactor buffers_range: Vinnie Falco 2018-12-14 20:07:24 -08:00
  • 117dda7b31 Refactor buffers_adaptor (API Change): Vinnie Falco 2018-12-14 11:13:26 -08:00
  • c1d7a83af2 buffers_cat fixes and coverage: Vinnie Falco 2018-12-14 07:21:17 -08:00
  • ad2cdf0281 Tidy up msvc-14 workaround in multi_buffer Vinnie Falco 2018-12-14 13:45:07 -08:00
  • 49c5f7c30f Don't include OpenSSL for core snippets Vinnie Falco 2018-12-14 07:27:46 -08:00
  • cf06a8dd6a Adjust CI scripts for superproject changes Vinnie Falco 2018-12-18 09:46:28 -08:00
  • c4813a5ac7 Set version to 199 Vinnie Falco 2018-12-14 05:39:14 -08:00
  • b0f86ea001 Fix Appveyor badge links Vinnie Falco 2018-12-14 05:28:20 -08:00
  • e17a92f2a8 Workarounds for msvc-14 Vinnie Falco 2018-12-13 16:43:17 -08:00
  • 926065d273 Set version to 198 Vinnie Falco 2018-12-12 19:03:48 -08:00
  • d0183da6d0 Tidy up buffers_prefix and tests Vinnie Falco 2018-12-12 06:37:40 -08:00
  • f0cbf8276e Tidy up bind_handler tests Vinnie Falco 2018-12-11 13:35:35 -08:00
  • 2afe929bb7 Fix bind_handler, bind_front_handler: Vinnie Falco 2018-12-11 13:35:14 -08:00
  • 120d5481e2 Tidy up core files Vinnie Falco 2018-12-09 09:19:01 -08:00
  • d8a23776d4 Tidy up experimental files Vinnie Falco 2018-12-08 14:13:43 -08:00
  • 0a583a331d Add buffer_traits.hpp, buffers_type Vinnie Falco 2018-12-12 18:48:59 -08:00
  • b6eb988694 saved_handler maintains a work_guard (websocket): Vinnie Falco 2018-12-09 19:00:04 -08:00
  • 8ea282ee5e flat_static_buffer improvements (API Change): Vinnie Falco 2018-12-08 12:20:55 -08:00
  • 3e695d588a static_buffer improvements: Vinnie Falco 2018-12-08 11:51:47 -08:00
  • 4fec064ad8 Files return errc::bad_file_descriptor (API Change): Vinnie Falco 2018-12-08 06:15:00 -08:00
  • 8262405064 multi_buffer improvements: Vinnie Falco 2018-12-07 17:08:02 -08:00
  • 11c71d118f flat_buffer improvements: Vinnie Falco 2018-12-07 13:00:51 -08:00
  • 5a42490921 Squelch Boost.Coroutine deprecation warning Vinnie Falco 2018-12-12 19:31:59 -08:00
  • 010fb4b08c Set version to 197 Vinnie Falco 2018-12-06 15:51:03 -08:00
  • 776462a8a4 Use a struct instead of pair in flat_stream Damian Jarek 2018-12-03 22:30:45 +01:00
  • 35e4f321bc Refactor HTTP operations (API Change): Vinnie Falco 2018-12-05 14:18:57 -08:00
  • c11682032b Crawler example clears the response before each read: Vinnie Falco 2018-12-06 11:12:11 -08:00
  • 88eef1e9e3 Improvements to echo-op example: Brett Robinson 2018-12-02 16:00:52 -07:00
  • 4b71411551 Set version to 196 Vinnie Falco 2018-12-03 09:46:23 -08:00
  • f90712d678 Don't collect coverage of experimental code: Damian Jarek 2018-12-03 16:22:41 +01:00
  • 34037d538e Simplify handler_ptr: Damian Jarek 2018-11-02 14:15:25 +01:00
  • 587929edf6 Remove unused type_traits Damian Jarek 2018-11-28 14:35:26 +01:00
  • b3a8e6edb5 Tidy up calls to placement new Vinnie Falco 2018-12-02 19:48:42 -08:00
  • 397c388e18 Set version to 195 Vinnie Falco 2018-12-02 17:38:34 -08:00
  • 7005f6b918 Documentation work Vinnie Falco 2018-12-01 13:22:21 -08:00
  • 773048c551 Simplify multi_buffer and static_buffer sequences Vinnie Falco 2018-12-01 12:32:35 -08:00
  • f995fd41a3 net is a namespace alias for boost::asio: Vinnie Falco 2018-11-30 14:58:38 -08:00
  • a5739c3ea0 Set version to 194 Vinnie Falco 2018-11-30 13:47:42 -08:00
  • f18764424c Saved handlers are dispatched Vinnie Falco 2018-12-01 04:37:24 -08:00
  • 29cf6ce61f Dynamic buffers improvements: Vinnie Falco 2018-11-29 12:57:29 -08:00
  • eb588ff82c Tidy up ssl_stream (experimental): Brett Robinson 2018-11-25 03:55:36 -07:00
  • 69f3e4d8fb Don't use-after-free in test: Damian Jarek 2018-11-27 20:07:56 +01:00
  • 49cdabca19 Add net namespace alias Vinnie Falco 2018-11-27 10:24:24 -08:00
  • 2b16c50321 http::async_read returns the right byte count on error Vinnie Falco 2018-11-27 10:09:19 -08:00
  • 770308cdcc Set version to 193 Vinnie Falco 2018-11-26 16:13:53 -08:00
  • 0a38da5b7a Ignore experimental files in coverage Vinnie Falco 2018-11-26 17:57:03 -08:00
  • 8930d437b5 Enable explicit instantiation of websocket::stream: Damian Jarek 2018-11-24 00:41:53 +01:00
  • 650ddd07c1 Tidy up test::stream: Damian Jarek 2018-11-24 22:38:47 +01:00
  • 836042fd24 Fix test::stream async_result transformation: Damian Jarek 2018-11-25 18:51:38 +01:00
  • f8b3ae1186 Update ssl_stream signatures for networking changes Brett Robinson 2018-11-25 03:21:49 -07:00
  • e57c74b56c Set version to 192 Vinnie Falco 2018-11-26 13:47:30 -08:00
  • 02fb4983f6 Fixes to timeout services (experimental) Vinnie Falco 2018-11-23 18:14:03 -08:00
  • 5cddf63e3b Issues are stale after 30 days Vinnie Falco 2018-11-23 10:55:01 -08:00
  • cd07e5bce8 Fix link in docs Vinnie Falco 2018-11-22 21:04:28 -08:00
  • 2cdaf51119 http::message is not-a boost::empty_value Vinnie Falco 2018-11-22 21:02:58 -08:00
  • 5bff4ed8ab Tidy up warnings and deprecated usage: Vinnie Falco 2018-11-22 20:49:30 -08:00
  • c0e5d1bd76 Use mp11::integer_sequence Damian Jarek 2018-11-22 22:39:05 +01:00