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
Removed need for recursive mutex. More... almost 22 years ago
Added Win32 support for our own mutex classesMakefile.am More... almost 22 years ago
Converted Windows IOCP datagram socket implementation over to new template-based classes More... almost 22 years ago
Remove use of boost::function and std::queue in completion queue implementation. More... almost 22 years ago
Remove demuxer_task support and instead use a template for the demuxer service which can run a single task. More... almost 22 years ago
Remove a comment that is no longer correct. More... almost 22 years ago
Remove uses of boost::throw_exception. More... almost 22 years ago
Added typedef to hide platform-specific usage of select_interrupter. More... almost 22 years ago
Moved signal initialisation to a separate class. 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. More... almost 22 years ago
Removed unnecessary include. More... almost 22 years ago
Replace the select_interrupter class with two separate implementations that use a pipe or a socket as required. More... almost 22 years ago
Remove unnecessary destructor More... almost 22 years ago
Don't store message as data member More... almost 22 years ago
Add back separate message() function for getting the specific error string. More... almost 22 years ago
Derive socket_error from std::exception More... almost 22 years ago
Use compile-time polymorphism for address types. 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. More... almost 22 years ago
Completed support for using IO completion ports on Win32. 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. More... almost 22 years ago
Fixes required to get new template-based socket classes compiling on Win32. More... almost 22 years ago
Finished turning the socket classes into templates. More... almost 22 years ago
Fix dependency problem by putting the doc directory after the html file. More... almost 22 years ago
asio version 0.1.2 released More... almost 22 years ago
Work in progress commit of template-based socket classes. More... almost 22 years ago
Add boost build instructions. More... almost 22 years ago
Change port numbers to avoid a clash on windows. More... almost 22 years ago
Add a document to assist with preparing a release. More... almost 22 years ago
Add support files describing how to use project, etc. More... almost 22 years ago
Work in progress commit of template-based socket classes. More... almost 22 years ago