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 623 of 624
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed need for recursive mutex.
chris
More...
almost 22 years ago
Added Win32 support for our own mutex classesMakefile.am
chris
More...
almost 22 years ago
Converted Windows IOCP datagram socket implementation over to new template-based classes
chris
More...
almost 22 years ago
Remove use of boost::function and std::queue in completion queue implementation.
chris
More...
almost 22 years ago
Remove demuxer_task support and instead use a template for the demuxer service which can run a single task.
chris
More...
almost 22 years ago
Remove a comment that is no longer correct.
chris
More...
almost 22 years ago
Remove uses of boost::throw_exception.
chris
More...
almost 22 years ago
Added typedef to hide platform-specific usage of select_interrupter.
chris
More...
almost 22 years ago
Moved signal initialisation to a separate class.
chris
More...
almost 22 years ago
Run select_reactor in separate thread, in preparation for removing the demuxer_task support and having a template-based demuxer service that can run a single reactor.
chris
More...
almost 22 years ago
Removed unnecessary include.
chris
More...
almost 22 years ago
Replace the select_interrupter class with two separate implementations that use a pipe or a socket as required.
chris
More...
almost 22 years ago
Remove unnecessary destructor
chris
More...
almost 22 years ago
Don't store message as data member
chris
More...
almost 22 years ago
Add back separate message() function for getting the specific error string.
chris
More...
almost 22 years ago
Derive socket_error from std::exception
chris
More...
almost 22 years ago
Use compile-time polymorphism for address types.
chris
More...
almost 22 years ago
Converted all socket classes to templates. Service providers have been removed in favour of just services, which are identified in the demuxer by their type.
chris
More...
almost 22 years ago
Completed support for using IO completion ports on Win32.
chris
More...
almost 22 years ago
Make the handler type a template parameter so that a service implementation can make use of compile time polymorphism where appropriate.
chris
More...
almost 22 years ago
Fixes required to get new template-based socket classes compiling on Win32.
chris
More...
almost 22 years ago
Finished turning the socket classes into templates.
chris
More...
almost 22 years ago
Fix dependency problem by putting the doc directory after the html file.
chris
More...
almost 22 years ago
asio version 0.1.2 released
chris
More...
almost 22 years ago
Work in progress commit of template-based socket classes.
chris
More...
almost 22 years ago
Add boost build instructions.
chris
More...
almost 22 years ago
Change port numbers to avoid a clash on windows.
chris
More...
almost 22 years ago
Add a document to assist with preparing a release.
chris
More...
almost 22 years ago
Add support files describing how to use project, etc.
chris
More...
almost 22 years ago
Work in progress commit of template-based socket classes.
chris
More...
almost 22 years ago
←
1
2
…
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