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
Added missing backslash. More... over 21 years ago
Make simple functions inline. Fully qualify some calls to work around a borland compiler bug. More... over 21 years ago
Added new recv_at_least_n and send_at_least_n functions. Added unit tests for the send*() and recv*() families of functions. More... over 21 years ago
Fix filenames in file header comments. More... over 21 years ago
Added UDP daytime tutorial programs. More... over 21 years ago
Add a static cast to prevent a performance warning on MSVC 7.1 More... over 21 years ago
Use an unsigned integer for the hash value to prevent the possibility of trying to use a negative bucket index. More... over 21 years ago
Added locking_dispatcher_test to list of unit tests to be run when you do a `make check'. More... over 21 years ago
Indicate that the Linux instructions also apply to UNIX. More... over 21 years ago
Cosmetic changes to generated documentation More... over 21 years ago
Add note that gcc 3.4.0 has been tested. More... over 21 years ago
Remove unnecessary intermediate handle_timeout function. More... over 21 years ago
Comment out the unused function arguments to prevent a compiler warning. More... over 21 years ago
Add a new hash_map class which replaces the map used by the reactor_op_queue. Change the timer queue implementation to use the hash_map internally to map a caller-supplied token to the waiting timers. This should fix the race condition we had previously when setting the token to 0 in the handler callback. More... over 21 years ago
Rearranged tutorial documentation to make it easier to add new sections to the tutorials. More... over 21 years ago
Use the thread class from the asio namespace. More... over 21 years ago
Clarify the behaviour of the thread class when you fail to call join() before the thread object is destroyed. More... over 21 years ago
Some improvements to doxygen comments. More... over 21 years ago
Made the thread abstraction into a publicly available class. More... over 21 years ago
Always close the thread handle in the destructor. More... over 21 years ago
Clean up some MSVC performance warnings. More... over 21 years ago
Made some improvements to the doxygen-generated documentation. More... over 21 years ago
Added a link to the boost::bind documentation from the tutorial. More... over 21 years ago
Added an asynchronous server example for the daytime tutorial. More... over 21 years ago
Ignore generated files. More... over 21 years ago
Remove the ostream insertion operator to remove the dependency on the iostream header. More... over 21 years ago
Use a specific type rather than void* for the conversion to "bool" operator on the socket_error class. More... over 21 years ago
Some enhancements to the tutorial text. More... over 21 years ago
Fire waiting callbacks if setting a timer causes it to expire. More... over 21 years ago
Add support for named placeholders in the callback arguments. More... over 21 years ago