asio/asio
Christopher Kohlhoff af6fd3f9c2 Fix a problem with lost thread wakeups that can occur when making
concurrent calls to run() and poll() on the same io_service object.
2013-05-16 10:02:40 +10:00
..
include Fix a problem with lost thread wakeups that can occur when making 2013-05-16 10:02:40 +10:00
src Fix basic_waitable_timer's underlying implementation so that it can 2013-05-15 22:06:55 +10:00
.gitignore asio version 1.8.2 released 2012-08-21 22:28:04 +10:00
asio.manifest asio version 1.8.3 released 2013-05-13 13:24:31 +10:00
autogen.sh Fix autogen.sh so that it no longer depends on CVS. 2011-02-08 14:59:55 +11:00
boost_asio.manifest asio version 1.8.3 released 2013-05-13 13:24:31 +10:00
boostify.pl Add a new handler hook called asio_handler_is_continuation. 2013-05-13 19:02:38 +10:00
configure.ac Add the ability to use Asio without Boost. 2013-05-14 11:24:07 +10:00
COPYING Update copyright notices. 2013-05-14 12:29:10 +10:00
INSTALL Move build information into an html file. 2005-10-15 00:31:54 +00:00
LICENSE_1_0.txt Change to use the Boost Software License 1.0. 2004-11-24 07:14:43 +00:00
Makefile.am Convert to use quickbook-based documentation. 2007-10-22 23:04:06 +00:00
README asio version 1.8.3 released 2013-05-13 13:24:31 +10:00
release.pl Move existing examples into a C++03-specific directory, and add a new 2013-05-13 16:38:36 +10:00

asio version 1.8.3
Released Monday, 13 May 2013.

See doc/index.html for API documentation and a tutorial.