Age | Commit message (Expand) | Author |
2014-06-07 | Change the number reported by SocketEngine::GetMaxFds() to be informal | Attila Molnar |
2014-02-09 | Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*) | Attila Molnar |
2014-02-08 | Change all socketengine methods to be static | Attila Molnar |
2014-02-08 | Move socketengine stats into a new class | Attila Molnar |
2014-02-08 | Rename SocketEngine::AddFd() and DelFd() to AddFdRef() and DelFdRef() | Attila Molnar |
2014-02-08 | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar |
2014-02-08 | Change SocketEngine functions that do not require an instance to be static | Attila Molnar |
2014-02-04 | New socketengine stuff: | Adam |
2014-02-04 | Change type of SocketEngine::CurrentSetSize to size_t from int | Attila Molnar |
2013-08-30 | Merge insp20 | attilamolnar |
2013-07-14 | Use the correct socket related error messages on Windows | Adam |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-24 | Move SocketEngine::IgnoreError() code into socketengine.h and add test for EW... | attilamolnar |
2013-04-16 | Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE... | Adam |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
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-03-02 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg |
2010-02-12 | Floating-point math should have no place in an ircd | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Get rid of OpenTCPSocket | danieldg |
2009-09-30 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-07 | Initialising the member we added might be an idea. | w00t |
2008-09-07 | Fix forward-declaration caused as a result of recent changes. | w00t |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-02-14 | Keep count of the number of events in total, and seperate read, write and err... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-23 | Document all this shit! | brain |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-15 | Fixed, i forgot the virtual when implementing this | brain |
2007-07-27 | Windows specific data types in EventHandler are now Extensible items | brain |
2007-07-27 | Removal of some ifdefs | brain |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |