The "/asio-samples/0.2.8 ..io-samples-0.2.8.zip" file could not be found or is not available. Please select another file.
Looking for the latest version? Download asio-1.5.3.tar.gz (1.6 MB)
Home / asio / 1.5.3 (Development)
Name Modified Size Status
Parent folder
Totals: 7 Items   17.6 MB
boost_asio_1_5_3.zip 2011-03-22 6.3 MB 647 downloads
boost_asio_1_5_3.tar.bz2 2011-03-22 1.3 MB 191 downloads
boost_asio_1_5_3.tar.gz 2011-03-22 2.0 MB 88 downloads
asio-1.5.3.zip 2011-03-22 5.4 MB 4,050 downloads
asio-1.5.3.tar.bz2 2011-03-22 1.0 MB 646 downloads
asio-1.5.3.tar.gz 2011-03-22 1.6 MB 620 downloads
README.txt 2011-03-22 1.4 kB
The asio 1.5.3 release continues the 1.5.x development release series. This means that subsequent 1.5.x releases may make breaking changes to the API. The changes in this release include: * Added a new, completely rewritten SSL implementation. The new implementation compiles faster, shows substantially improved performance, and supports custom memory allocation and handler invocation. It includes new API features such as certificate verification callbacks and has improved error reporting. The new implementation is source-compatible with the old for most uses. However, if necessary, the old implementation may still be used by defining `(BOOST_)ASIO_ENABLE_OLD_SSL`. * Added new `asio::buffer()` overloads for `std::array`, when available. The support is automatically enabled when compiling in -std=c++0x mode on g++ 4.3 or higher, or when using MSVC 10. The support may be explicitly enabled by defining `(BOOST_)ASIO_HAS_STD_ARRAY`, or disabled by defining `(BOOST_)ASIO_DISABLE_STD_ARRAY`. * Changed to use the C++0x standard library templates `array`, `shared_ptr`, `weak_ptr` and `atomic` when they are available, rather than the Boost equivalents. * Support for `std::error_code` and `std::system_error` is no longer enabled by default for g++ 4.5, as that compiler's standard library does not implement `std::system_error::what()` correctly.
Source: README.txt, updated 2011-03-22