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