Commit Graph

2076 Commits

Author SHA1 Message Date
Christopher Kohlhoff
66e76b9e42 asio version 1.11.0 released 2015-02-16 09:18:50 +11:00
Christopher Kohlhoff
691f3cd465 Revision history. 2015-02-16 08:51:46 +11:00
Christopher Kohlhoff
fee3b366a5 Fix filename clash on case-insensitive filesystems. 2015-02-16 08:51:46 +11:00
Christopher Kohlhoff
6394ab63c0 Allow nested calls to completion handler when using yield_context. 2015-02-16 08:48:03 +11:00
Christopher Kohlhoff
a5712beb31 Revert "Allow nested calls to completion handler when using yield_context."
This reverts commit 81242906a5.
2015-02-16 08:45:54 +11:00
Christopher Kohlhoff
81242906a5 Allow nested calls to completion handler when using yield_context. 2015-02-16 07:54:40 +11:00
Christopher Kohlhoff
4a19f23564 Add cpp14 examples to distribution. 2015-02-16 00:02:23 +11:00
Christopher Kohlhoff
d29d94535e Update copyright notices. 2015-02-16 00:02:23 +11:00
Christopher Kohlhoff
a4a02f2181 Regenerate documentation. 2015-02-16 00:02:23 +11:00
Christopher Kohlhoff
060d301688 Treat multicast test failures with ENODEV as non-fatal. 2015-02-16 00:02:23 +11:00
Christopher Kohlhoff
76cf93cb8f Mark io_service::work as deprecated. 2015-02-16 00:01:01 +11:00
Christopher Kohlhoff
1597807251 Update quick reference. 2015-02-16 00:01:01 +11:00
Christopher Kohlhoff
aa5e09ea5a Add DynamicBufferSequence requirements. 2015-02-16 00:01:01 +11:00
Christopher Kohlhoff
fcdb166686 Show rvalue reference parameters in documentation. 2015-02-15 18:14:50 +11:00
Christopher Kohlhoff
6f13c5bd15 Documentation fixes. 2015-02-15 18:14:50 +11:00
Christopher Kohlhoff
cd6ddda029 Remove stray @endcode. 2015-02-15 17:51:06 +11:00
Christopher Kohlhoff
895e93526f Fix long line. 2015-02-15 17:47:49 +11:00
Christopher Kohlhoff
82fb618e68 Work around MSVC compile error. 2015-02-15 17:31:16 +11:00
Christopher Kohlhoff
33e64f705a Map ConnectEx errors to portable equivalents.
Fixes boost trac ticket 10744.
2015-02-15 17:07:32 +11:00
Christopher Kohlhoff
24cce671f7 Enable perfect forwarding for ssl::stream constructor argument. 2015-02-15 16:41:02 +11:00
Christopher Kohlhoff
57d5b76ece Fix ssl::stream bug that may cause spurious 'short read' errors. 2015-02-15 16:23:40 +11:00
Christopher Kohlhoff
956979b445 Add support for networks and address ranges.
The following new classes have been added:
- address_iterator_v4: for iterating across IPv4 addresses
- address_iterator_v6: for iterating across IPv6 addresses
- address_range_v4: to represent a range of IPv4 addresses
- address_range_v6: to represent a range of IPv6 addresses
- network_v4: for manipulating IPv4 CIDR addresses, e.g. 1.2.3.0/24
- network_v6: for manipulating IPv6 CIDR addresses, e.g. ffe0:/120

Thanks go to Oliver Kowalke for contributing to the design and providing
the implementation on which this facility is based.
2015-02-15 15:30:32 +11:00
Christopher Kohlhoff
d8a2f7087d Change ip::address default constructor to be not-an-address. 2015-02-15 12:15:57 +11:00
Christopher Kohlhoff
18ab5cee19 Fix some shadow warnings. 2015-02-15 11:09:26 +11:00
Christopher Kohlhoff
8d08c7e08e Move result into coro_handler. 2015-02-15 11:09:17 +11:00
Christopher Kohlhoff
a8b694752e Add support for dynamic buffer sequences.
This commit adds:

- New dynamic_string_buffer and dynamic_vector_buffer adapter classes that meet
  the DynamicBufferSequence type requirements.

- New dynamic_buffer() factory functions for creating a dynamic buffer adapter
  for a vector or string.

- New overloads for the read(), async_read(), write() and async_write(),
  read_until() and async_read_until() free functions.

N.B. the read_at, async_read_at, write_at and async_write_at functions have not
yet been updated to support dynamic buffer sequences.
2015-02-15 10:59:09 +11:00
Christopher Kohlhoff
33ae61e76e std::addressof isn't available until g++ 4.6. 2015-02-15 10:52:44 +11:00
Christopher Kohlhoff
d35db94c12 Move result of a yield_context operation. 2015-02-15 10:52:43 +11:00
Christopher Kohlhoff
c13d36c1c5 Fix unsigned int overflow reported by clang's integer sanitizer. 2014-12-20 11:01:38 +11:00
Christopher Kohlhoff
143a16fb63 Automatically support clang with libstdc++ when standalone. 2014-12-20 10:46:24 +11:00
Christopher Kohlhoff
bdeaf9a277 Ensure OpenSSL error queue is cleared before each operation. 2014-12-03 08:34:01 +11:00
Christopher Kohlhoff
c228d0fa62 Use std::endl in tutorial to ensure output is flushed. 2014-11-23 10:59:42 +11:00
Christopher Kohlhoff
51f8205bdf Use password callback when loading in-memory private key. 2014-11-23 10:46:32 +11:00
Christopher Kohlhoff
23700f4480 Add options for disabling TLS v1.1 and v1.2. 2014-11-23 10:08:09 +11:00
Christopher Kohlhoff
ab57ea30b3 Ensure a system header is included before testing __GLIBC_MINOR__. 2014-11-16 11:17:54 +11:00
Christopher Kohlhoff
3985f88e8a Reorganise headers to reflect LEWG feedback. 2014-11-13 09:27:03 +11:00
Christopher Kohlhoff
55484f6850 Add make_service function. 2014-11-12 18:32:49 +11:00
Christopher Kohlhoff
ea70d7b069 Newest MSVC needs noexcept on error_category members. 2014-11-04 13:43:13 -06:00
Christopher Kohlhoff
0372cdda34 Add spawn overload that just takes a function without a handler or executor. 2014-11-02 18:24:27 -06:00
Christopher Kohlhoff
c1d4653363 Add missing SFINAE check. 2014-11-02 17:29:46 -06:00
Christopher Kohlhoff
b7c75f320d Rename variables to be compatible with resumable-pp. 2014-10-29 20:52:24 +11:00
Christopher Kohlhoff
4cd5149798 Simulate proposed error code enums using namespaces. 2014-10-08 20:59:00 +11:00
Christopher Kohlhoff
c69b9e20a2 Map asio errors to std error conditions. 2014-10-08 20:58:52 +11:00
Christopher Kohlhoff
08b1e437a0 Fix compile error when using ASIO_NO_DEPRECATED. 2014-10-08 18:42:05 +11:00
Christopher Kohlhoff
63780a33a9 Add convenience headers that correspond to standards proposal. 2014-10-08 18:42:05 +11:00
Christopher Kohlhoff
f05ccf18df Add wait()/async_wait() operations to acceptors. 2014-10-07 18:47:18 +11:00
Christopher Kohlhoff
0ea72562ce Regenerate documentation. 2014-10-06 19:35:54 +11:00
Christopher Kohlhoff
59f146dee9 Update quick reference and fix up documentation. 2014-10-06 19:35:54 +11:00
Christopher Kohlhoff
b21f4e3c49 Add new example directories. 2014-10-06 10:13:45 +11:00
Christopher Kohlhoff
56669dd7ac Update timer-related members on socket iostream classes. 2014-10-06 10:06:12 +11:00