Releases: timniederhausen/asio-extensions
Releases · timniederhausen/asio-extensions
v0.3.0
- Add
make_composed_operation()
which replaces the now deprecatedcomposed_operation<>
machinery. - Encapsulate platform-specific
open
/CreateFile
arguments in an opaqueopen_args
type. - Add
reserve()
tobasic_linear_buffer<>
- Make
basic_linear_buffer<>
copyable - Turn
basic_linear_buffer<>
into a RawByteContainer - Remove none option from
file_perm_options
andfile_attr_options
v0.2.0
Major Changes:
- Support file permissions and attributes
- Support file times
- Support for binding argument values to a Handler (
asioext::bind_handler
) - asioext::connect` utility functions
- Basic SOCKS client
- Lightweight dynamic buffer class (
asioext::linear_buffer
,asioext::dynamic_linear_buffer
)
v0.1.0
This is the first public release of AsioExt.
While definitely usable, the API is not finalized yet.