Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6310: Buffered write stream broken
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-16 06:26:36
#6310: Buffered write stream broken
-------------------------------+--------------------------------------------
Reporter: anonymous-bp | Owner: chris_kohlhoff
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: asio
Version: Boost 1.47.0 | Severity: Regression
Resolution: fixed | Keywords:
-------------------------------+--------------------------------------------
Comment (by chris_kohlhoff):
(In [79549]) Merge from trunk:
* Make strand destruction a no-op, to allow strand objects to be destroyed
after their associated io_service has been destroyed.
* Use the __thread keyword extension when compiling with gcc on linux x86.
* Avoid calling work_finished() if a completion handler creates more work.
* Eliminate redundant call to call_stack::contains(this) when dispatching
a completion handler.
* Add support for some newer versions of glibc which provide the
epoll_create1 function but always fail with ENOSYS. Fixes #7012
* Use SSE2 load and store fences.
* Throw exception if SSL engine initialisation fails. Fixes #6303
* Fix another regression in buffered_write_stream. Fixes #6310
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6310#comment:5> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC