]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Merge pull request #1106 from SaberUK/master+purge-pkg-path
[user/henk/code/inspircd.git] / src / inspsocket.cpp
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila MolnarClean up indent in StreamSocket::DoWrite()
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarRemove exception handling from StreamSocket methods...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-04 Attila MolnarUse the native IOVector type in StreamSocket::DoWrite()
2015-03-04 Attila MolnarRemove DISABLE_WRITEV and StreamSocket code for platfor...
2015-03-04 Attila MolnarAdd SocketEngine::WriteV()
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarStore iovec array on the stack instead of heap allocati...
2015-01-10 Attila MolnarRemove pointless fd == INT_MAX check from StreamSocket...
2015-01-10 Attila MolnarRemove some unnecessary NULL checks
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-23 Attila MolnarRemove whitespace and minor style changes
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...
next