]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Split IOHook into IOHook and IOHookProvider
[user/henk/code/inspircd.git] / src / inspsocket.cpp
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2013-12-18 Attila MolnarClean up CoreException
2013-08-30 attilamolnarMerge insp20
2013-07-14 AdamUse the correct socket related error messages on Windows
2013-07-12 Attila MolnarMerge pull request #588 from SaberUK/insp20+fix-sockete...
2013-07-07 attilamolnarDo not send too much data over SSL in one go
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-11-06 newuser1Fix incorrect substr usage
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-13 attilamolnarRemove IncreaseOSBuffers() completely
2012-10-13 attilamolnarRemove no-op call to IncreaseOSBuffers() from BufferedS...
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-29 Robin BurchellMerge pull request #156 from attilamolnar/insp20+statszfix
2012-05-28 attilamolnarUse socketengine functions for sending and receiving...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-03-27 Daniel De GraafBlock writes to pending-connect socket
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgDon't try quite so hard to writev() the entire buffer...
2010-02-15 danieldgDump sendq before closing socket
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-02-01 danieldgCorrectly abort attempted socket writes on error
2010-01-21 danieldgRemove unneeded save of errno
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-14 danieldgFix stripping of character prior to delimiter in Stream...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-10-24 danieldgCatch exceptions in inspsocket callbacks
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-12 danieldgCorrect the will-block prediction on partial writev...
2009-10-12 danieldgDefine DISABLE_WRITEV and use the IOHook single-copy...
2009-10-10 peavey* Fix inspsocket to not include uio.h on windows.
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-03 danieldgFix crash due to null address in DNS
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-28 danieldgFix compile errors on BSD
2009-09-27 danieldgSendQ bugfixes
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-21 danieldgImprove speed of SSL sendq processing
2009-09-21 danieldgDon't try to write to dead users, add debug to SquitSer...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-01 danieldgUse sa_size() rather than sizeof() when passing input...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-06-16 danieldgFix sockaddr length argument, BSD will complain if...
2009-06-14 danieldgBackport BufferedSocket::DoConnect rewrite to fix valgr...
2009-04-30 w00tFix bug found by Jeremy from Teranova, thanks: if an...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-09 w00tRewrite BufferedSocket::BindAddr to actually make sense...
2009-02-03 w00tFix minor memory leak, patch by Darom. Closes bug ...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-12 w00tCleanup of some internals. Tested via m_httpd.
2008-09-11 w00tRemove some duplication, everything calls the SE equivi...
2008-09-11 w00tRemove useless parameter.
2008-09-11 w00tMinor stylistic improvements.
2008-09-11 w00tFix a compile oops.
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
2008-09-11 w00tWindows doesn't need blocking connect, IOCP was the...
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-09 w00tRemove a totally redundant method (this is already...
2008-09-08 w00tRemove listening from BufferedSocket, it's bloaty and...
2008-09-07 w00tMove socket hooking in inspsocket to utilise the new...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-19 brainFix the 4-byte read madness discovered by psychon
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-02 w00tFix an off-by-one which could possibly perhaps cause...
2008-05-19 brainListening bufferedsockets dont have an OnRawSocketClose...
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-14 w00tIPv6 fix, thanks to danieldg. Doesn't affect 1.1.
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainArgh, i give up
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
next