Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-07-21 | Add a method for swapping user I/O handlers. | Peter Powell |
2019-05-22 | Add an overload of StreamSocket::Close which closes when all data has been wr... | linuxdaemon |
2019-04-15 | Fix linking servers with UNIX sockets. | Peter Powell |
2019-01-14 | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | linuxdaemon |
2018-10-25 | Store the type of a StreamSocket within itself. | Peter Powell |
2018-10-21 | Fix warnings from Doxygen. | Peter Powell |
2018-07-26 | Add a module which implements the HAProxy PROXY v2 protocol. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-08-26 | Fix a bunch of Doxygen warnings. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-08-08 | Add StreamSocket::SendQueue::moveall() for moving data between sendqs | Attila Molnar |
2016-08-08 | Add support for multiple IOHooks per StreamSocket | Attila Molnar |
2016-08-08 | Extract code that reads data into a recvq from StreamSocket::DoRead() into Re... | Attila Molnar |
2016-08-08 | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe... | Attila Molnar |
2016-08-08 | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ... | Attila Molnar |
2015-06-06 | Convert all code to use StreamSocket::SendQueue | Attila Molnar |
2015-06-06 | Add class StreamSocket::SendQueue | Attila Molnar |
2015-04-12 | Change StreamSocket::DoRead() and DoWrite() to be non-virtual, make DoRead() ... | Attila Molnar |
2015-04-12 | Dispatch EventHandler events to dedicated virtual functions | Attila Molnar |
2014-07-10 | Remove current time parameter of the Timer constructor | Attila Molnar |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar |
2013-04-21 | Timer changes and TimerManager enhancements | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-01-16 | Fix warning: "const type qualifier on return type has no effect". | Peter Powell |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-17 | Fix for incorrect template application by GCC 3.4 | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-09 | Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loo... | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-13 | Remove unneeded namespace stuff. | w00t |
2008-09-12 | Minor style tidyup. | w00t |
2008-09-12 | Cleanup of some internals. Tested via m_httpd. | w00t |
2008-09-11 | Remove some duplication, everything calls the SE equivilant anyway. | w00t |
2008-09-11 | Remove useless parameter. | w00t |
2008-09-11 | Fix a comment. | w00t |
2008-09-11 | There is absolutely no need to cache connect timeout. | w00t |
2008-09-11 | Remove an unused member. | w00t |