1. 722f7e2 Add std::bind examples to handler type requirements. by Christopher Kohlhoff · 8 years ago
  2. 608a178 Fix handling tracking to work with shallow-const executors. by Christopher Kohlhoff · 8 years ago
  3. de40487 Add note about not destroying an SSL stream while there are pending operations. by Christopher Kohlhoff · 8 years ago
  4. 726fb27 Fix move constructor used by regex-based async_read_until. by Christopher Kohlhoff · 8 years ago
  5. 5fa8053 BoringSSL does not provide CONF_modules_unload. by Christopher Kohlhoff · 8 years ago
  6. 92bfc62 Add new error category and constant for ssl::error::stream_truncated. by Christopher Kohlhoff · 8 years ago
  7. e9fd1c9 Regenerate certificates for SSL example. by Christopher Kohlhoff · 8 years ago
  8. b79642e Use CreateEventW rather than CreateEvent. by Christopher Kohlhoff · 8 years ago
  9. 7d89161 Pass correct output buffer size to strncat. by Christopher Kohlhoff · 8 years ago
  10. eb22276 Binders need to use decay to work correctly with references. by Christopher Kohlhoff · 9 years ago
  11. d4f7d5c Make executors shallow-const. by Christopher Kohlhoff · 8 years ago
  12. fe7dbb7 Suppress unused typedef warning when using clang. by Christopher Kohlhoff · 9 years ago
  13. 6c70257 Use SSL_CTX_clear_chain_certs, if available. by Christopher Kohlhoff · 9 years ago
  14. 522ce62 Add aliases for chrono facilities. by Christopher Kohlhoff · 9 years ago
  15. 8fa67b7 Refactor detection of compiler thread support. by Christopher Kohlhoff · 9 years ago
  16. 583e059 Fix MSVC warning. by Christopher Kohlhoff · 9 years ago
  17. e2c60ab Enable noexcept for newer MSVCs. by Christopher Kohlhoff · 9 years ago
  18. 1d32436 Add support for Windows 8.1 store apps. by Christopher Kohlhoff · 9 years ago
  19. 5b89400 Don't dereference the end iterator when async_connect exhausts the range. by Christopher Kohlhoff · 9 years ago
  20. 34412f7 Use correct value for the basic_resolver_results::end() iterator. by Christopher Kohlhoff · 9 years ago
  21. 81f7fbd Change type of concurrency_hint to int. by Christopher Kohlhoff · 9 years ago
  22. 5f9639b Mark buffer functions with noexcept. by Christopher Kohlhoff · 9 years ago
  23. 70aecd8 Add data() and size() member functions to buffers. by Christopher Kohlhoff · 9 years ago
  24. 24c6d7e Fix up some I/O objects to use non-deprecated get_executor(). by Christopher Kohlhoff · 9 years ago
  25. f1ebd95 Rename execution_context members to shutdown and destroy. by Christopher Kohlhoff · 9 years ago
  26. d3bbf37 Don't provide io_service typedef when ASIO_NO_DEPRECATED is defined. by Christopher Kohlhoff · 9 years ago
  27. 47b956f Regenerate documentation. by Christopher Kohlhoff · 9 years ago
  28. 45124f3 Rename io_service to io_context. by Christopher Kohlhoff · 9 years ago
  29. b056bff Fix some long lines. by Christopher Kohlhoff · 9 years ago
  30. 1eb5936 Rename executor_work to executor_work_guard. by Christopher Kohlhoff · 9 years ago
  31. ee38242 Rename address_v4's to_ulong() to to_uint() and add uint_type typedef. by Christopher Kohlhoff · 9 years ago
  32. 66a8bbd Ifdef out deprecated address member functions. by Christopher Kohlhoff · 9 years ago
  33. 20ca1e1 Rename wrap() to bind_executor(). by Christopher Kohlhoff · 9 years ago
  34. c406fa7 Remove address_cast. by Christopher Kohlhoff · 9 years ago
  35. 15803ab Prevent multiple definition of ASIO_ERROR_CATEGORY_NOEXCEPT with newest MSVC. by Christopher Kohlhoff · 9 years ago
  36. fcf901e Update thread-private work count when epoll operations are not complete. by Christopher Kohlhoff · 9 years ago
  37. 5ab5356 Disable old resolver functionality if ASIO_NO_DEPRECATED is defined. by Christopher Kohlhoff · 9 years ago
  38. 69ff104 Code fixes so that the boostify script works. by Christopher Kohlhoff · 9 years ago
  39. 74fe2b8 Deprecate resolver::query. Use overloads of resolve and async_resolve. by Christopher Kohlhoff · 9 years ago
  40. bc4eec8 Use range-based interface for returning resolver results. by Christopher Kohlhoff · 9 years ago
  41. 99c9516 Fix typo in comment. by Christopher Kohlhoff · 9 years ago
  42. cba39c6 Add allocator-aware accessors to ip::basic_resolver_entry. by Christopher Kohlhoff · 9 years ago
  43. 9c8d15c Disable __thread keyword extension for android+x86+clang. by Christopher Kohlhoff · 9 years ago
  44. 1d19a00 Fixes for solaris. by Christopher Kohlhoff · 9 years ago
  45. 5bb7a74 Extend handler tracking to cover reactor-related events. by Christopher Kohlhoff · 9 years ago
  46. b2e85ca Don't push/pop options around Boost.DateTime header. by Christopher Kohlhoff · 9 years ago
  47. e1c06ac Fix integer conversion warnings on 64-bit Windows. by Christopher Kohlhoff · 9 years ago
  48. aa21de0 Remove redundant pointer check in SSL engine. by Christopher Kohlhoff · 9 years ago
  49. 4b07c86 Fix race condition in windows::object_handle. by Christopher Kohlhoff · 9 years ago
  50. 765918c Use default visibility everywhere. by Christopher Kohlhoff · 9 years ago
  51. 3c3e595 Fix mismatched #endif comments. by Christopher Kohlhoff · 9 years ago
  52. 88813bb Fix WinRT detection. by Christopher Kohlhoff · 9 years ago
  53. 628e3ca ERR_remove_state is deprecated, use ERR_remove_thread_state instead. by Christopher Kohlhoff · 9 years ago
  54. 8815161 Fix unit test code to work with boost::detail::atomic_count. by Christopher Kohlhoff · 9 years ago
  55. 915d4cf Fix compile error in /dev/poll reactor. by Christopher Kohlhoff · 10 years ago
  56. 9733ac6 Make all kqueue event registration lazy. by Christopher Kohlhoff · 10 years ago
  57. 3805126 Deregister EVFILT_WRITE to avoid spinning with serial ports. by Christopher Kohlhoff · 10 years ago
  58. 37e4e62 Use correct type in byte order conversion of shorts. by Christopher Kohlhoff · 10 years ago
  59. f7695e6 Fix shadow variable warnings. by Christopher Kohlhoff · 10 years ago
  60. b72b473 Add lazy kqueue EVFILT_WRITE registration. by Christopher Kohlhoff · 10 years ago
  61. 4b1731d New macro ASIO_DISABLE_CONNECTEX to disable ConnectEx use. by Christopher Kohlhoff · 9 years ago
  62. 164b961 Remove dependency on Boost.Test. by Christopher Kohlhoff · 9 years ago
  63. 23b084b Fix up support for ASIO_NO_EXCEPTIONS. by Christopher Kohlhoff · 9 years ago
  64. df9d70b Fix up support for ASIO_NO_TYPEID (i.e. no RTTI). by Christopher Kohlhoff · 9 years ago
  65. e19f2bd Strip the scope id from address string before passing to inet_pton. by Christopher Kohlhoff · 9 years ago
  66. 6614ff6 Fix handler tracking on WinRT. by Christopher Kohlhoff · 9 years ago
  67. 55194c0 Remove accidentally committed makefile change. by Christopher Kohlhoff · 9 years ago
  68. d4f7353 Track the underlying reactor operations associated with handlers. by Christopher Kohlhoff · 9 years ago
  69. f1de530 Pass native handle (e.g. descriptor) to handler tracking. by Christopher Kohlhoff · 9 years ago
  70. 829b4c8 Add missing implementation header to src.hpp. by Christopher Kohlhoff · 9 years ago
  71. 5d686ab Update handler tracking arguments. by Christopher Kohlhoff · 9 years ago
  72. 27f8c67 Update reference index to use new address iterator/range names. by Christopher Kohlhoff · 9 years ago
  73. a35e2e0 Add basic_address_iterator and basic_address_range templates. by Christopher Kohlhoff · 9 years ago
  74. 17efec1 Add use_future_::rebind() as replacement for operator[]. by Christopher Kohlhoff · 9 years ago
  75. 4599179 Finish implementation of move-enabled accept/async_accept. by Christopher Kohlhoff · 9 years ago
  76. c05c71e Revert "Change ip::address default constructor to be not-an-address." by Christopher Kohlhoff · 9 years ago
  77. f475b21 Initial implementation of move-enable accept/async_accept. by Christopher Kohlhoff · 9 years ago
  78. 7eee8f1 Add support for custom handler tracking. by Christopher Kohlhoff · 9 years ago
  79. 7c93097 Fix handler tracking for support for the new strand. by Christopher Kohlhoff · 9 years ago
  80. 91b3bb1 remove_reference is not needed in async_completion constructor. by Christopher Kohlhoff · 9 years ago
  81. 66e76b9 asio version 1.11.0 released by Christopher Kohlhoff · 9 years ago asio-1-11-0
  82. 691f3cd Revision history. by Christopher Kohlhoff · 9 years ago
  83. fee3b36 Fix filename clash on case-insensitive filesystems. by Christopher Kohlhoff · 9 years ago
  84. 6394ab6 Allow nested calls to completion handler when using yield_context. by Christopher Kohlhoff · 9 years ago
  85. a5712be Revert "Allow nested calls to completion handler when using yield_context." by Christopher Kohlhoff · 9 years ago
  86. 8124290 Allow nested calls to completion handler when using yield_context. by Christopher Kohlhoff · 9 years ago
  87. 4a19f23 Add cpp14 examples to distribution. by Christopher Kohlhoff · 9 years ago
  88. d29d945 Update copyright notices. by Christopher Kohlhoff · 9 years ago
  89. a4a02f2 Regenerate documentation. by Christopher Kohlhoff · 9 years ago
  90. 060d301 Treat multicast test failures with ENODEV as non-fatal. by Christopher Kohlhoff · 9 years ago
  91. 76cf93c Mark io_service::work as deprecated. by Christopher Kohlhoff · 9 years ago
  92. 1597807 Update quick reference. by Christopher Kohlhoff · 9 years ago
  93. aa5e09e Add DynamicBufferSequence requirements. by Christopher Kohlhoff · 9 years ago
  94. fcdb166 Show rvalue reference parameters in documentation. by Christopher Kohlhoff · 9 years ago
  95. 6f13c5b Documentation fixes. by Christopher Kohlhoff · 9 years ago
  96. cd6ddda Remove stray @endcode. by Christopher Kohlhoff · 9 years ago
  97. 895e935 Fix long line. by Christopher Kohlhoff · 9 years ago
  98. 82fb618 Work around MSVC compile error. by Christopher Kohlhoff · 9 years ago
  99. 33e64f7 Map ConnectEx errors to portable equivalents. by Christopher Kohlhoff · 9 years ago
  100. 24cce67 Enable perfect forwarding for ssl::stream constructor argument. by Christopher Kohlhoff · 9 years ago