openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
OSVR Project
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 2 years
ago.
Jun 26, 2022 — Jun 26, 2023
Showing page 618 of 624
Search / Filter on:
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.
chris
More...
over 21 years ago
Undefine the ASIO_SOCKET_ERROR macro when it is no longer needed.
chris
More...
over 21 years ago
Start adding new tutorial programs based around the daytime protocol.
chris
More...
over 21 years ago
Add new error handling expression templates for ignoring errors.
chris
More...
over 21 years ago
Made some tutorial documentation fixes.
chris
More...
over 21 years ago
Fixed typo in comments.
chris
More...
over 21 years ago
Don't specify explicit width in mdname style.
chris
More...
over 21 years ago
asio version 0.1.7 released
chris
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.
chris
More...
over 21 years ago
Add a note about adding a rw_locking_dispatcher class.
chris
More...
over 21 years ago
Fix memory leaks in performance test server code.
chris
More...
over 21 years ago
Always pass 0 for bytes_sent when there is an error.
chris
More...
over 21 years ago
asio version 0.1.6 released
chris
More...
over 21 years ago
Adding locking_dispatcher links to main documentation page.
chris
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.
chris
More...
over 21 years ago
Add back the -ftemplate-depth-32 option for g++, since it seems to be needed again.
chris
More...
over 21 years ago
Update build files to add support for boost 1.31.0.
chris
More...
over 21 years ago
MSVC6 requires explicit initialisation with zero.
chris
More...
over 21 years ago
Added initial locking_dispatcher implementation.
chris
More...
over 21 years ago
Added initial locking_dispatcher implementation.
chris
More...
over 21 years ago
Add a demuxer::wrap function that creates a function object to automatically dispatches a handler through the given demuxer.
chris
More...
over 21 years ago
Removed completion context support.
chris
More...
over 21 years ago
Removed completion context support.
chris
More...
over 21 years ago
Removed completion context support.
chris
More...
over 21 years ago
Added buffering implementation for send operations.
chris
More...
over 21 years ago
Check for error code in asynchronous handler before copying out buffered data.
chris
More...
over 21 years ago
asio version 0.1.5 released
chris
More...
over 21 years ago
Allow reuse of the port.
chris
More...
over 21 years ago
Fix errors in doxygen comments.
chris
More...
over 21 years ago
Fix make check rule in Borland makefile.
chris
More...
over 21 years ago
←
1
2
…
614
615
616
617
618
619
620
621
622
623
624
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree