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 617 of 624
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added missing backslash.
chris
More...
over 21 years ago
Make simple functions inline. Fully qualify some calls to work around a borland compiler bug.
chris
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.
chris
More...
over 21 years ago
Fix filenames in file header comments.
chris
More...
over 21 years ago
Added UDP daytime tutorial programs.
chris
More...
over 21 years ago
Add a static cast to prevent a performance warning on MSVC 7.1
chris
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.
chris
More...
over 21 years ago
Added locking_dispatcher_test to list of unit tests to be run when you do a `make check'.
chris
More...
over 21 years ago
Indicate that the Linux instructions also apply to UNIX.
chris
More...
over 21 years ago
Cosmetic changes to generated documentation
chris
More...
over 21 years ago
Add note that gcc 3.4.0 has been tested.
chris
More...
over 21 years ago
Remove unnecessary intermediate handle_timeout function.
chris
More...
over 21 years ago
Comment out the unused function arguments to prevent a compiler warning.
chris
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.
chris
More...
over 21 years ago
Rearranged tutorial documentation to make it easier to add new sections to the tutorials.
chris
More...
over 21 years ago
Use the thread class from the asio namespace.
chris
More...
over 21 years ago
Clarify the behaviour of the thread class when you fail to call join() before the thread object is destroyed.
chris
More...
over 21 years ago
Some improvements to doxygen comments.
chris
More...
over 21 years ago
Made the thread abstraction into a publicly available class.
chris
More...
over 21 years ago
Always close the thread handle in the destructor.
chris
More...
over 21 years ago
Clean up some MSVC performance warnings.
chris
More...
over 21 years ago
Made some improvements to the doxygen-generated documentation.
chris
More...
over 21 years ago
Added a link to the boost::bind documentation from the tutorial.
chris
More...
over 21 years ago
Added an asynchronous server example for the daytime tutorial.
chris
More...
over 21 years ago
Ignore generated files.
chris
More...
over 21 years ago
Remove the ostream insertion operator to remove the dependency on the iostream header.
chris
More...
over 21 years ago
Use a specific type rather than void* for the conversion to "bool" operator on the socket_error class.
chris
More...
over 21 years ago
Some enhancements to the tutorial text.
chris
More...
over 21 years ago
Fire waiting callbacks if setting a timer causes it to expire.
chris
More...
over 21 years ago
Add support for named placeholders in the callback arguments.
chris
More...
over 21 years ago
←
1
2
…
613
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