1. 57d5b76 Fix ssl::stream bug that may cause spurious 'short read' errors. by Christopher Kohlhoff · 9 years ago
  2. 956979b Add support for networks and address ranges. by Christopher Kohlhoff · 9 years ago
  3. d8a2f70 Change ip::address default constructor to be not-an-address. by Christopher Kohlhoff · 9 years ago
  4. 18ab5ce Fix some shadow warnings. by Christopher Kohlhoff · 9 years ago
  5. 8d08c7e Move result into coro_handler. by Christopher Kohlhoff · 9 years ago
  6. a8b6947 Add support for dynamic buffer sequences. by Christopher Kohlhoff · 9 years ago
  7. 33ae61e std::addressof isn't available until g++ 4.6. by Christopher Kohlhoff · 9 years ago
  8. d35db94 Move result of a yield_context operation. by Christopher Kohlhoff · 9 years ago
  9. c13d36c Fix unsigned int overflow reported by clang's integer sanitizer. by Christopher Kohlhoff · 9 years ago
  10. 143a16f Automatically support clang with libstdc++ when standalone. by Christopher Kohlhoff · 9 years ago
  11. bdeaf9a Ensure OpenSSL error queue is cleared before each operation. by Christopher Kohlhoff · 9 years ago
  12. c228d0f Use std::endl in tutorial to ensure output is flushed. by Christopher Kohlhoff · 9 years ago
  13. 51f8205 Use password callback when loading in-memory private key. by Christopher Kohlhoff · 9 years ago
  14. 23700f4 Add options for disabling TLS v1.1 and v1.2. by Christopher Kohlhoff · 9 years ago
  15. ab57ea3 Ensure a system header is included before testing __GLIBC_MINOR__. by Christopher Kohlhoff · 9 years ago
  16. 3985f88 Reorganise headers to reflect LEWG feedback. by Christopher Kohlhoff · 9 years ago
  17. 55484f6 Add make_service function. by Christopher Kohlhoff · 9 years ago
  18. ea70d7b Newest MSVC needs noexcept on error_category members. by Christopher Kohlhoff · 10 years ago
  19. 0372cdd Add spawn overload that just takes a function without a handler or executor. by Christopher Kohlhoff · 10 years ago
  20. c1d4653 Add missing SFINAE check. by Christopher Kohlhoff · 10 years ago
  21. b7c75f3 Rename variables to be compatible with resumable-pp. by Christopher Kohlhoff · 10 years ago
  22. 4cd5149 Simulate proposed error code enums using namespaces. by Christopher Kohlhoff · 10 years ago
  23. c69b9e2 Map asio errors to std error conditions. by Christopher Kohlhoff · 10 years ago
  24. 08b1e43 Fix compile error when using ASIO_NO_DEPRECATED. by Christopher Kohlhoff · 10 years ago
  25. 63780a3 Add convenience headers that correspond to standards proposal. by Christopher Kohlhoff · 10 years ago
  26. f05ccf1 Add wait()/async_wait() operations to acceptors. by Christopher Kohlhoff · 10 years ago
  27. 0ea7256 Regenerate documentation. by Christopher Kohlhoff · 10 years ago
  28. 59f146d Update quick reference and fix up documentation. by Christopher Kohlhoff · 10 years ago
  29. b21f4e3 Add new example directories. by Christopher Kohlhoff · 10 years ago
  30. 56669dd Update timer-related members on socket iostream classes. by Christopher Kohlhoff · 10 years ago
  31. bf61eaf Add non-const string buffer() overloads. by Christopher Kohlhoff · 10 years ago
  32. 4e6aecd Fix workaround for clang/libc++. by Christopher Kohlhoff · 10 years ago
  33. 4f56aef Fix executor_wrapper's call operator for older C++ compilers. by Christopher Kohlhoff · 10 years ago
  34. dfaf369 Fix up small block recycling. by Christopher Kohlhoff · 10 years ago
  35. b511184 Add Executor type requirements. by Christopher Kohlhoff · 10 years ago
  36. a2d5ccf Delay allocator rebind to keep symbol names shorter. by Christopher Kohlhoff · 10 years ago
  37. 085171f Make asio::spawn() executor-aware. by Christopher Kohlhoff · 10 years ago
  38. daba804 Update io_service::strand to satisfy the Executor requirements. by Christopher Kohlhoff · 10 years ago
  39. 5925ceb Workaround for MSVC 2008 compiler codegen bug. by Christopher Kohlhoff · 10 years ago
  40. ebc8b14 Deprecate io_service members dispatch(), post() and wrap(). by Christopher Kohlhoff · 10 years ago
  41. 4159db3 Fix long lines. by Christopher Kohlhoff · 10 years ago
  42. 652a788 Add polymorphic executor wrapper. by Christopher Kohlhoff · 10 years ago
  43. b261967 Fix clang unused parameter warnings. by Christopher Kohlhoff · 10 years ago
  44. ae86167 Add missing const qualifier. by Christopher Kohlhoff · 10 years ago
  45. 4790994 Add is_mutable_buffer_sequence and is_const_buffer_sequence traits. by Christopher Kohlhoff · 10 years ago
  46. 29e1664 Disable unused parameter warnings for MSVC 2008. by Christopher Kohlhoff · 10 years ago
  47. e2cf151 Add address_cast, IPv4-mapped make_address* functions. by Christopher Kohlhoff · 10 years ago
  48. 2ac164c Specify additional headers that don't have a convenience header. by Christopher Kohlhoff · 10 years ago
  49. 97fed1d Documentation fixes. by Christopher Kohlhoff · 10 years ago
  50. d23fb48 Update descriptor requirements. by Christopher Kohlhoff · 10 years ago
  51. 5b86a36 Add make_address_*() free functions, deprecate from_string. by Christopher Kohlhoff · 10 years ago
  52. 24bb615 Add strand inner_executor() function. by Christopher Kohlhoff · 10 years ago
  53. 4f5943c Add executor equality operators. by Christopher Kohlhoff · 10 years ago
  54. 3cb990c Add wait()/async_wait() operations to sockets and descriptors. by Christopher Kohlhoff · 10 years ago
  55. 418695e Fix warnings reported by VS2013. by Christopher Kohlhoff · 10 years ago
  56. 63737cc Explicitly use WSASocketW, as WSASocketA has been deprecated. by Christopher Kohlhoff · 10 years ago
  57. d25fa4e Enable move-only handlers. by Christopher Kohlhoff · 10 years ago
  58. 74e12e5 Update basic_waitable_timer to proposed interface. by Christopher Kohlhoff · 10 years ago
  59. b4bdfd1 New executors framework. by Christopher Kohlhoff · 10 years ago
  60. 4b79133 Add io_service::restart() and deprecate io_service::reset(). by Christopher Kohlhoff · 10 years ago
  61. 5126a89 Remove previously deprecated functions and classes. by Christopher Kohlhoff · 10 years ago
  62. 581fe68 asio version 1.10.4 released by Christopher Kohlhoff · 10 years ago asio-1-10-4
  63. 2e4f11b Revision history. by Christopher Kohlhoff · 10 years ago
  64. b53f70a Unit test workaround for AIX. by Christopher Kohlhoff · 10 years ago
  65. 3389cb9 Avoid using newly-deprecated Winsock functions. by Christopher Kohlhoff · 10 years ago
  66. ee94684 Fix shadow variable warning. by Christopher Kohlhoff · 10 years ago
  67. f475f33 Don't use EV_CLEAR when registering interrupter. by Christopher Kohlhoff · 10 years ago
  68. 00cdf67 asio version 1.10.3 released by Christopher Kohlhoff · 10 years ago asio-1-10-3
  69. 3bb2b92 Revision history. by Christopher Kohlhoff · 10 years ago
  70. 70c158c The intel compiler doesn't provide the SSE2 intrinsics. by Christopher Kohlhoff · 10 years ago
  71. d5c93e2 Revert "Fix detection of Windows Runtime." by Christopher Kohlhoff · 10 years ago
  72. 842f1c5 Use SSE2 intrinsics to allow the Cray compiler to work. by Christopher Kohlhoff · 10 years ago
  73. f1818af Fix detection of Windows Runtime. by Christopher Kohlhoff · 10 years ago
  74. 4838a89 Work around gcc problem to do with anonymous enums. by Christopher Kohlhoff · 10 years ago
  75. fc8d380 Return bytes transferred when ReadFile fails with ERROR_MORE_DATA. by Christopher Kohlhoff · 10 years ago
  76. c29914e Fix off-by-one error in signal number check. by Christopher Kohlhoff · 10 years ago
  77. db136df Use VerifyVersionInfo rather than GetVersionEx. by Christopher Kohlhoff · 10 years ago
  78. c0d6ba0 Don't assume SO_UPDATE_CONNECT_CONTEXT is defined. by Christopher Kohlhoff · 10 years ago
  79. 8482b59 asio version 1.10.2 released by Christopher Kohlhoff · 10 years ago asio-1-10-2
  80. 415113c Update release script to work with modular boost. by Christopher Kohlhoff · 10 years ago
  81. 191b7fa Revision history. by Christopher Kohlhoff · 10 years ago
  82. 8156ec1 Defend against min/max macros. by Christopher Kohlhoff · 10 years ago
  83. 99c5f71 Remove tab character. by Christopher Kohlhoff · 10 years ago
  84. cb52034 Use link-local multicast on other BSDs too. by Christopher Kohlhoff · 10 years ago
  85. b6a3857 Use FormatMessageW when targeting WinRT. by Christopher Kohlhoff · 10 years ago
  86. 32751f4 One more event::signal() member to put back. by Christopher Kohlhoff · 10 years ago
  87. a3ddbcf Put back the event::signal() member. by Christopher Kohlhoff · 10 years ago
  88. aa5293a Move event #include to correct location. by Christopher Kohlhoff · 10 years ago
  89. 2f6c67c Fix another sprintf warning in example. by Christopher Kohlhoff · 10 years ago
  90. 2ba5df9 Regenerate documentation. by Christopher Kohlhoff · 10 years ago
  91. b7383dc Clarify that buffer_copy does not support overlapping memory regions. by Christopher Kohlhoff · 10 years ago
  92. a398c85 Don't run the compile-time buffer test. by Christopher Kohlhoff · 10 years ago
  93. 8c37a7c Use link-local multicast on Mac OS. by Christopher Kohlhoff · 10 years ago
  94. d3aa157 Support stringified scope ids for link-local multicast. by Christopher Kohlhoff · 10 years ago
  95. 0d78ba5 Use scope id as default IPv6 multicast interface. by Christopher Kohlhoff · 10 years ago
  96. 9d0b7d1 Avoid waking all threads when only one is required. by Christopher Kohlhoff · 10 years ago
  97. e96a7bb Use a single condition variable per io_service. by Christopher Kohlhoff · 10 years ago
  98. 41e7266 Add new header file to makefile. by Christopher Kohlhoff · 10 years ago
  99. 46ae8fa Remove unused data member. by Christopher Kohlhoff · 10 years ago
  100. 9e0137b Fix sprintf format warning in example. by Christopher Kohlhoff · 10 years ago