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 616 of 624
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add back the ostream operator for socket_error since it is needed by the log_error error handler.
chris
More...
over 21 years ago
Added documentation for Address and Protocol concepts.
chris
More...
over 21 years ago
Added new unit tests for the is_recv_buffered and is_send_buffered traits classes.
chris
More...
over 21 years ago
Add information about the lowest_layer_type typedef and lower_layer function.
chris
More...
over 21 years ago
Added missing include for boost::noncopyable.
chris
More...
over 21 years ago
Add missing link to Stream concept from the main page.
chris
More...
over 21 years ago
Remove erroneous reference to the asio::socket_error class.
chris
More...
over 21 years ago
Added documentation for some of the "concepts" used in asio.
chris
More...
over 21 years ago
Move all details about a class to the top of each page.
chris
More...
over 21 years ago
Add information about thread safety.
chris
More...
over 21 years ago
Don't call pthread_join a second time if it has already been called.
chris
More...
over 21 years ago
Replace virtual functions with function pointers to eliminate space overhead.
chris
More...
over 21 years ago
Use function pointers instead of virtual functions to reduce space overhead.
chris
More...
over 21 years ago
Replace virtual functions with free function pointers to eliminate space overhead.
chris
More...
over 21 years ago
Remove recv_until again due to incorrect implementation.
chris
More...
over 21 years ago
Added implementation of recv_until and async_recv_until.
chris
More...
over 21 years ago
Added a combined TCP/UDP daytime server example.
chris
More...
over 21 years ago
Add type traits for determining whether a stream supports buffering.
chris
More...
over 21 years ago
Use demuxer::dispatch() to invoke wrapped handlers.
chris
More...
over 21 years ago
Remove recv_decode and friends, in anticipation of a new improved way of writing message decoders.
chris
More...
over 21 years ago
Add information about removing unused handler parameters.
chris
More...
over 21 years ago
Add links to the boost::bind page.
chris
More...
over 21 years ago
Remove unnecessary peer_address_ member from the connection handler.
chris
More...
over 21 years ago
Move the default_error_handler class to a separate header file as a workaround for the borland precompiled header problem.
chris
More...
over 21 years ago
Need to include cassert to use the assert() macro.
chris
More...
over 21 years ago
Add as yet untested support for compiling with Sun's C++.
chris
More...
over 21 years ago
Separate the locking_dispatcher implementation class into a separate file.
chris
More...
over 21 years ago
Add information about running the unit tests.
chris
More...
over 21 years ago
Add support for building in a different directory to the source tree.
chris
More...
over 21 years ago
asio version 0.1.8 released
chris
More...
over 21 years ago
←
1
2
…
612
613
614
615
616
617
618
619
620
…
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