mirror of
https://github.com/boostorg/asio.git
synced 2026-01-30 19:32:09 +00:00
........ r60869 | chris_kohlhoff | 2010-03-27 21:54:44 +1100 (Sat, 27 Mar 2010) | 2 lines Always call ioctl on underlying descriptor when modifying blocking mode. Refs #3307. ........ r60882 | chris_kohlhoff | 2010-03-28 09:22:59 +1100 (Sun, 28 Mar 2010) | 12 lines Change the resolver implementation to no longer require the typedefs InternetProtocol::resolver_query and InternetProtocol::resolver_iterator, as neither typedef is part of the documented InternetProtocol requirements. The following typedefs are now marked as deprecated: - ip::icmp::resolver_query - ip::icmp::resolver_iterator - ip::tcp::resolver_query - ip::tcp::resolver_iterator - ip::udp::resolver_query - ip::udp::resolver_iterator ........ r60883 | chris_kohlhoff | 2010-03-28 10:04:56 +1100 (Sun, 28 Mar 2010) | 2 lines Fix unused variable warnings. ........ r60921 | chris_kohlhoff | 2010-03-30 10:51:15 +1100 (Tue, 30 Mar 2010) | 2 lines Document basic_resolver_query's constructor arguments. ........ r60922 | chris_kohlhoff | 2010-03-30 10:55:00 +1100 (Tue, 30 Mar 2010) | 3 lines Work around an apparent doxygen bug to show template parameter lists on inherited member functions. ........ r60923 | chris_kohlhoff | 2010-03-30 10:57:25 +1100 (Tue, 30 Mar 2010) | 2 lines Regenerate documentation. ........ [SVN r60924]