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
Updated copyright notices to include 2004. More... over 21 years ago
Added new tests for measuring performance. 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). More... over 21 years ago
Ensure contexts get released after the upcall is complete. More... over 21 years ago
Change to use "cancelled immediately" instead of "immediately cancelled" because it sounds better. More... almost 22 years ago
asio version 0.1.4 released More... almost 22 years ago
Update release checklist. More... almost 22 years ago
Documentation fixes for the error handler classes. More... almost 22 years ago
Moved the -opt:ref option to the link rule, not the compile rule. 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. More... almost 22 years ago
Update INSTALL document to refer to MSVC 7.1. More... almost 22 years ago
Add the -opt:ref linker flag to generate smaller executables with MSVC. More... almost 22 years ago
Simplify the chat example. More... almost 22 years ago
Removed unused blocking send/recv functions. More... almost 22 years ago
Added chat example. More... almost 22 years ago
The ostream header file is not available with gcc 2.95.3, use iostream instead. More... almost 22 years ago
Added a test for the error handler stuff. More... almost 22 years ago
Finished adding per-operation error handler support. It is now only invoked in case of error, never on success. More... almost 22 years ago
Add per-operation error handling policies. More... almost 22 years ago
Add initial support for per-operation error handling policies for all blocking operations. More... almost 22 years ago
Keep server running in spite of send errors to the client. More... almost 22 years ago
Change dgram client to print performance stats. More... almost 22 years ago
Changes to keep server running in spite of send errors to the client. More... almost 22 years ago
Added support for setting certain socket options. More... almost 22 years ago
Use gethostbyaddr_r/gethostbyname_r buffer size as recommended in UNIX Network Programming vol. 1. More... almost 22 years ago
Use constant strings for decoding. More... almost 22 years ago
Fixed typo in todo file. More... almost 22 years ago
Added a TODO document. 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. More... almost 22 years ago
Added blocking server examples. More... almost 22 years ago