1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 2 years ago.
Jun 26, 2022 — Jun 26, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reversed the order of the last_length and total_length parameters to the handler functions for async_recv_n and async_send_n. Since users of these functions are more likely to want to ignore the total_length parameter, making it last allows it to be omitted from user-defined handlers. This is because a functor created using boost::bind will automatically discard excess arguments before invoking the handler contained within it. More... over 21 years ago
Undefine the ASIO_SOCKET_ERROR macro when it is no longer needed. More... over 21 years ago
Start adding new tutorial programs based around the daytime protocol. More... over 21 years ago
Add new error handling expression templates for ignoring errors. More... over 21 years ago
Made some tutorial documentation fixes. More... over 21 years ago
Fixed typo in comments. More... over 21 years ago
Don't specify explicit width in mdname style. More... over 21 years ago
asio version 0.1.7 released More... over 21 years ago
Check if a socket is valid before starting a new asynchronous operation. If it is not valid then an error will be posted. More... over 21 years ago
Add a note about adding a rw_locking_dispatcher class. More... over 21 years ago
Fix memory leaks in performance test server code. More... over 21 years ago
Always pass 0 for bytes_sent when there is an error. More... over 21 years ago
asio version 0.1.6 released More... over 21 years ago
Adding locking_dispatcher links to main documentation page. More... over 21 years ago
Don't delete the waiter until we have finished accessing the dispatcher implementation, just in case the waiter's handler owns the dispatcher. More... over 21 years ago
Add back the -ftemplate-depth-32 option for g++, since it seems to be needed again. More... over 21 years ago
Update build files to add support for boost 1.31.0. More... over 21 years ago
MSVC6 requires explicit initialisation with zero. More... over 21 years ago
Added initial locking_dispatcher implementation. More... over 21 years ago
Added initial locking_dispatcher implementation. More... over 21 years ago
Add a demuxer::wrap function that creates a function object to automatically dispatches a handler through the given demuxer. More... over 21 years ago
Removed completion context support. More... over 21 years ago
Removed completion context support. More... over 21 years ago
Removed completion context support. More... over 21 years ago
Added buffering implementation for send operations. More... over 21 years ago
Check for error code in asynchronous handler before copying out buffered data. More... over 21 years ago
asio version 0.1.5 released More... over 21 years ago
Allow reuse of the port. More... over 21 years ago
Fix errors in doxygen comments. More... over 21 years ago
Fix make check rule in Borland makefile. More... over 21 years ago