1. 3ce9118 [fuchsia] move binaries out of /system by James Tucker · 5 years ago main master
  2. b7b0aec Update README.fuchsia by Petr Hosek · 6 years ago
  3. 1376ad4 [asio] Disable -Wreturn-std-move by Petr Hosek · 6 years ago
  4. 4cc64c4 Merge "Update README.fuchsia" by Damien Miller · 6 years ago
  5. 9b991a3 [pkg] Use the new deprecated_system_package alias by George Kulakowski · 6 years ago
  6. a18bb7e Update README.fuchsia by Damien Miller · 6 years ago
  7. 61985a0 [build] Tell asio that it has access to <string_view> by Jake Ehrlich · 6 years ago
  8. 84032b7 Update path to package template by P.Y. Laligand · 6 years ago
  9. d0559da [build] Add system_image property to package() by Adam Barth · 6 years ago
  10. 7a8048e Add package config for asio_unittests by James Robinson · 7 years ago
  11. ffb5666 [asio] Ignore SSLv2 when using BoringSSL by Aaron Green · 7 years ago
  12. 9d0e481 Add testonly attribute to tests by Justin Mattson · 7 years ago
  13. bb744c7 Merge commit '14db637' from origin/upstream/master by Toshi Kikuchi · 7 years ago
  14. 16a15b2 ssl support to work with boringssl instead of openssl by Toshi Kikuchi · 8 years ago
  15. 5399358 Use fcntl to enable non-blocking on Fuchsia by Toshi Kikuchi · 7 years ago
  16. 8558ec0 Enable C++ exceptions for the ASIO tests. by Viet-Trung Luu · 7 years ago
  17. 14db637 Regenerate documentation. by Christopher Kohlhoff · 8 years ago
  18. b9d2d3e Fix some long lines. by Christopher Kohlhoff · 8 years ago
  19. 0fe8f4d A smart pointer is not required to hold the work. by Christopher Kohlhoff · 8 years ago
  20. 8737ab0 Update template parameter names in forward declaration to match implementation. by Christopher Kohlhoff · 8 years ago
  21. cb22512 Use string_view in basic_resolver and basic_resolver_entry. by Christopher Kohlhoff · 8 years ago
  22. 6c97b61 Add tests for network_v* iostream output. by Christopher Kohlhoff · 8 years ago
  23. 0090e94 Add string_view overloads for the make_network*() functions. by Christopher Kohlhoff · 8 years ago
  24. 6503b3f Fix description of make_network_*() functions. by Christopher Kohlhoff · 8 years ago
  25. 41cf38b Add string_view overloads for the make_address*() functions. by Christopher Kohlhoff · 8 years ago
  26. 9c3c09a Add string_view support to read_until and async_read_until. by Christopher Kohlhoff · 8 years ago
  27. 0d7abb6 Add buffer() overloads for basic_string_view. by Christopher Kohlhoff · 8 years ago
  28. 69a03d7 Rename DynamicBufferSequence to DynamicBuffer, is_dynamic_buffer_sequence to is_dynamic_buffer. by Christopher Kohlhoff · 8 years ago
  29. 97f8baa Build most tests, and run a few more by George Kulakowski · 8 years ago
  30. b07b650 Build all unit tests into a common program, and run the passing ones by George Kulakowski · 8 years ago
  31. 7b0a61e Defer assigning accepted socket until immediately before handler. by Christopher Kohlhoff · 8 years ago
  32. a2e070a Fix exception safety issue in hash_map. by Christopher Kohlhoff · 8 years ago
  33. b1b9e5c Add workaround for move-detection issue on MSVC 2015 Update 2. by Christopher Kohlhoff · 8 years ago
  34. 2cde226 Call SSL_COMP_free_compression_methods() on ssl cleanup. by Christopher Kohlhoff · 8 years ago
  35. 4670181 Build one asio unit test by George Kulakowski · 8 years ago
  36. 41cb2fa Additional libraries required to link Boost.Coroutine. by Christopher Kohlhoff · 8 years ago
  37. af9770a Use new TLS methods on OpenSSL 1.1.0. by Christopher Kohlhoff · 8 years ago
  38. 7249bcc Backward compatibility for code using OpenSSL < 1.1.0. by Christopher Kohlhoff · 8 years ago
  39. 503b8bb Fix allocator usage to compile with g++ 6. by Christopher Kohlhoff · 8 years ago
  40. 6cec69e Disable speculative operations after a short read or write. by Christopher Kohlhoff · 8 years ago
  41. c9e33ce New special concurrency hints. by Christopher Kohlhoff · 8 years ago
  42. 6ef25d7 The null_event must sleep for correct behaviour of timed run functions. by Christopher Kohlhoff · 8 years ago
  43. 79e3edd Allow use_future support to compile when exceptions are disabled. by Christopher Kohlhoff · 8 years ago
  44. 85e011b Update socket iostreams to adhere to the TS. by Christopher Kohlhoff · 8 years ago
  45. a48d0b4 Add move support for deadline_timer. by Christopher Kohlhoff · 8 years ago
  46. be2458a Enable getaddrinfo by default on Apple platforms. by Christopher Kohlhoff · 8 years ago
  47. 2768460 Fix dynamic buffer consume() implementation. by Christopher Kohlhoff · 8 years ago
  48. 7268a3f Clean up header inclusion of old services. by Christopher Kohlhoff · 8 years ago
  49. 26a0c87 Strip out deprecated, extension and old services code. by Christopher Kohlhoff · 8 years ago
  50. 348e4bd Mark basic_streambuf, regex, and match condition overloads as extensions. by Christopher Kohlhoff · 8 years ago
  51. 14676ca Remove redundant deprecated preprocessor test. by Christopher Kohlhoff · 8 years ago
  52. d02c77e Fix mismatched preprocessor comment. by Christopher Kohlhoff · 8 years ago
  53. a8f9b3c Fix MSVC Intellisense detection. by Christopher Kohlhoff · 8 years ago
  54. 1aa65b5 Minimise overloads of buffer_size() and buffer_copy(). by Christopher Kohlhoff · 8 years ago
  55. 0a10964 Add socket_base::max_listen_connections, deprecate max_connections. by Christopher Kohlhoff · 8 years ago
  56. 37d0d47 Remove SSL_accept locking for OpenSSL 1.0 and later. by Christopher Kohlhoff · 8 years ago
  57. a9fa5bf Add limited support for regular file descriptors. by Christopher Kohlhoff · 8 years ago
  58. 0d78be1 Regenerate documentation. by Christopher Kohlhoff · 8 years ago
  59. ec50a1b Use stable index ids. by Christopher Kohlhoff · 8 years ago
  60. e8f5454 Make deleted copy constructor and assignment operator private. by Christopher Kohlhoff · 8 years ago
  61. 6f86878 Explicitly construct return type in the dynamic buffers' data() member functions. by Christopher Kohlhoff · 8 years ago
  62. 69e44a4 Fix errors when OPENSSL_NO_DEPRECATED is defined. by Christopher Kohlhoff · 8 years ago
  63. 443bc17 Automatically handle glibc variant of strerror_r without #ifdefs. by Christopher Kohlhoff · 8 years ago
  64. 0c262fe Only apply firewall workaround when getsockname outputs INADDR_ANY. by Christopher Kohlhoff · 8 years ago
  65. d636aaf Ensure new headers are self-contained. by Christopher Kohlhoff · 8 years ago
  66. a00d184 Update const_buffer and mutable_buffer operator+ to strictly adhere to TS. by Christopher Kohlhoff · 8 years ago
  67. 3909c65 Add operator+= to const_buffer and mutable_buffer. by Christopher Kohlhoff · 8 years ago
  68. c65f3bd Refactor the detail::consuming_buffers template. by Christopher Kohlhoff · 8 years ago
  69. 062b19c Add compatibility with OpenSSL 1.1 by Marcel Raad · 8 years ago
  70. 0999ec9 Regenerate documentation. by Christopher Kohlhoff · 8 years ago
  71. 87ecd84 Disable io_context::work when ASIO_NO_DEPRECATED is defined. by Christopher Kohlhoff · 8 years ago
  72. cbcaf25 Update requirements, overview and quick reference. by Christopher Kohlhoff · 8 years ago
  73. 4d199b8 Add tsify.pl script. by Christopher Kohlhoff · 8 years ago
  74. 24bdca2 Deprecate error_code returns on synchronous operations. by Christopher Kohlhoff · 8 years ago
  75. c1f2a3b Add ASIO_NO_EXTENSIONS to disable the non-TS parts of the API. by Christopher Kohlhoff · 8 years ago
  76. 0f6478c Update copyright notices. by Christopher Kohlhoff · 8 years ago
  77. 7b8815e Make unit tests work when ASIO_NO_DEPRECATED is defined. by Christopher Kohlhoff · 8 years ago
  78. 7ea623b Update asio/ts/* header files to match networking TS. by Christopher Kohlhoff · 8 years ago
  79. 5316fbb Don't include deadline_timer headers when Boost.Date_Time is disabled. by Christopher Kohlhoff · 8 years ago
  80. 16120e1 New const/mutable buffer sequence requirements. by Christopher Kohlhoff · 8 years ago
  81. 6176a69 Rename header to 'net' to match TS. by Christopher Kohlhoff · 8 years ago
  82. cacd7e9 Add timed run functions to the io_context. by Christopher Kohlhoff · 8 years ago
  83. 8a380c9 Don't use deprecated functions in io_context unit test. by Christopher Kohlhoff · 8 years ago
  84. 9f2f461 Add io_context::count_type typedef. by Christopher Kohlhoff · 8 years ago
  85. c2077b2 Deprecate io_context run functions that have an error_code parameter. by Christopher Kohlhoff · 8 years ago
  86. 4d37def Add forward declaration header as specified by TS. by Christopher Kohlhoff · 8 years ago
  87. 826d264 Fix typedefs for system_clock and steady_clock when std::chrono is used. by Christopher Kohlhoff · 8 years ago
  88. b39b750 Add support for service identification using the key_type typedef. by Christopher Kohlhoff · 8 years ago
  89. 36302fc Make example executors shallow const. by Christopher Kohlhoff · 8 years ago
  90. a6b948a Ignore io_context unit test binary. by Christopher Kohlhoff · 8 years ago
  91. 6c303a2 Fix forwarding async operations in buffered streams. by Christopher Kohlhoff · 8 years ago
  92. 5bebdf6 Update use_future interface and implementation. by Christopher Kohlhoff · 8 years ago
  93. 62d26b6 Add two-parameter async_result specialisations for basic_yield_context. by Christopher Kohlhoff · 8 years ago
  94. 7a46efd New async_result with two template parameters. by Christopher Kohlhoff · 8 years ago
  95. 428ec47 Update list of installed headers. by Christopher Kohlhoff · 8 years ago
  96. f932359 Add socket() accessor to iostreams. Make basic_socket_streambuf::error() public. by Christopher Kohlhoff · 8 years ago
  97. 9fb2d82 Add move support for resolver objects. by Christopher Kohlhoff · 8 years ago
  98. a1f71f9 Make is_executor<> trait automatic. by Christopher Kohlhoff · 8 years ago
  99. 3dd8a77 Remove the service template parameters, and the corresponding classes. by Christopher Kohlhoff · 8 years ago
  100. 44f3ade Support for building with OpenSSL when OPENSSL_NO_SSL3 is defined. by Christopher Kohlhoff · 8 years ago