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 620 of 624
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated copyright notices to include 2004.
chris
More...
over 21 years ago
Added new tests for measuring performance.
chris
More...
over 21 years ago
Change contexts so that they can be passed by value, with all copies being equivalent to the original (i.e. they represent the same completion context).
chris
More...
over 21 years ago
Ensure contexts get released after the upcall is complete.
chris
More...
over 21 years ago
Change to use "cancelled immediately" instead of "immediately cancelled" because it sounds better.
chris
More...
almost 22 years ago
asio version 0.1.4 released
chris
More...
almost 22 years ago
Update release checklist.
chris
More...
almost 22 years ago
Documentation fixes for the error handler classes.
chris
More...
almost 22 years ago
Moved the -opt:ref option to the link rule, not the compile rule.
chris
More...
almost 22 years ago
Disable global optimisations with MSVC6 to work around the optimiser bug of totally eliding some member template function calls, and remove the previous hack which didn't always work.
chris
More...
almost 22 years ago
Update INSTALL document to refer to MSVC 7.1.
chris
More...
almost 22 years ago
Add the -opt:ref linker flag to generate smaller executables with MSVC.
chris
More...
almost 22 years ago
Simplify the chat example.
chris
More...
almost 22 years ago
Removed unused blocking send/recv functions.
chris
More...
almost 22 years ago
Added chat example.
chris
More...
almost 22 years ago
The ostream header file is not available with gcc 2.95.3, use iostream instead.
chris
More...
almost 22 years ago
Added a test for the error handler stuff.
chris
More...
almost 22 years ago
Finished adding per-operation error handler support. It is now only invoked in case of error, never on success.
chris
More...
almost 22 years ago
Add per-operation error handling policies.
chris
More...
almost 22 years ago
Add initial support for per-operation error handling policies for all blocking operations.
chris
More...
almost 22 years ago
Keep server running in spite of send errors to the client.
chris
More...
almost 22 years ago
Change dgram client to print performance stats.
chris
More...
almost 22 years ago
Changes to keep server running in spite of send errors to the client.
chris
More...
almost 22 years ago
Added support for setting certain socket options.
chris
More...
almost 22 years ago
Use gethostbyaddr_r/gethostbyname_r buffer size as recommended in UNIX Network Programming vol. 1.
chris
More...
almost 22 years ago
Use constant strings for decoding.
chris
More...
almost 22 years ago
Fixed typo in todo file.
chris
More...
almost 22 years ago
Added a TODO document.
chris
More...
almost 22 years ago
Rename functions that receive and decode in one go to recv_decode and async_recv_decode to avoid ambiguity problems.
chris
More...
almost 22 years ago
Added blocking server examples.
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