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
Make it clear which recv operations require a buffered stream. More... almost 22 years ago
Added some echo example programs. More... almost 22 years ago
Cleaned up formatting to be consistent with everything else. More... almost 22 years ago
Added a first cut of a delimiter-based receive. More... almost 22 years ago
Some documentation fixes. More... almost 22 years ago
Add a pointer to the API documentation from the README file. More... almost 22 years ago
Strip newline from end of Win32 error messages. More... almost 22 years ago
Added doxygen documentation for the send and recv helper functions. More... almost 22 years ago
Finished off doxygen documentation for the core templates. More... almost 22 years ago
Added forwarding fill() and async_fill() functions. More... almost 22 years ago
Added some more doxygen documentation. More... almost 22 years ago
Change inet_address_v4 class to throw exceptions on error. More... almost 22 years ago
Fixed mismatch in variable name. More... almost 22 years ago
Added new header files. More... almost 22 years ago
Move buffer management into a separate class. More... almost 22 years ago
Add additional autoconf-related files to list of files to get removed as part of a maintainer-clean. More... almost 22 years ago
Change microseconds constructor parameter from int to long to be consistent with the set function. More... almost 22 years ago
asio version 0.1.3 released More... almost 22 years ago
More workarounds to get things compiling and running correctly with MSVC6. More... almost 22 years ago
Ignore other generated file types on windows. More... almost 22 years ago
Fixes required for Win32. More... almost 22 years ago
Completed buffered recv implementation. More... almost 22 years ago
Add ability to navigate to the demuxer object given an asynchronous service or wrapper object. More... almost 22 years ago
Removed the now unused restart_* functions. More... almost 22 years ago
Chnage recv_n and send_n to be free-functions in the asio namespace. More... almost 22 years ago
No need to do a deferred close on a socket if there are no operations running against it. More... almost 22 years ago
Implement deferred closure of sockets if the select system call is currently in progress. More... almost 22 years ago
Updated to indicate that it works on Solaris 9 as well. More... almost 22 years ago
Ported to run on Solaris 8. More... almost 22 years ago
Use a "using namespace std" inside a function to avoid polluting the global namespace by including string.h. More... almost 22 years ago