summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
AgeCommit message (Expand)Author
2013-04-28Merge insp20attilamolnar
2013-04-26Modularize DNSAdam
2013-04-21Timer changes and TimerManager enhancementsattilamolnar
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-11-06Fix incorrect substr usagenewuser1
2012-10-14Remove IncreaseOSBuffers() completelyattilamolnar
2012-10-13Remove no-op call to IncreaseOSBuffers() from BufferedSocket::BeginConnect()attilamolnar
2012-05-28Use socketengine functions for sending and receiving data instead of plain se...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-04-10Fixed Windows build on VS 2010Adam
2010-03-27Block writes to pending-connect socketDaniel De Graaf
2010-03-02Fix some more incorrect socket usedanieldg
2010-03-02Don't try quite so hard to writev() the entire buffer in one godanieldg
2010-02-15Dump sendq before closing socketdanieldg
2010-02-03Delink servers using an SSL module that is being reloadeddanieldg
2010-02-01Correctly abort attempted socket writes on errordanieldg
2010-01-21Remove unneeded save of errnodanieldg
2010-01-19ERROR is not a valid log level, so all these messages were getting droppeddanieldg
2010-01-14Fix stripping of character prior to delimiter in StreamSocket::GetNextLine (n...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-13Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...danieldg
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-10-24Catch exceptions in inspsocket callbacksdanieldg
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-12Correct the will-block prediction on partial writev() returndanieldg
2009-10-12Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()danieldg
2009-10-10* Fix inspsocket to not include uio.h on windows.peavey
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-03Fix crash due to null address in DNSdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-28Fix compile errors on BSDdanieldg
2009-09-27SendQ bugfixesdanieldg
2009-09-26Compile fixes and message updatesdanieldg
2009-09-26Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITEdanieldg
2009-09-26Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...danieldg
2009-09-21Improve speed of SSL sendq processingdanieldg
2009-09-21Don't try to write to dead users, add debug to SquitServer, and remove a stri...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-01Use sa_size() rather than sizeof() when passing input parameters to a syscalldanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Move IP<->sockaddr conversions into irc::sockets:: namespacedanieldg
2009-09-01Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs...danieldg
2009-06-16Fix sockaddr length argument, BSD will complain if it doesn't exactly match t...danieldg
2009-06-14Backport BufferedSocket::DoConnect rewrite to fix valgrind warningdanieldg
2009-04-30Fix bug found by Jeremy from Teranova, thanks: if an explicit bind to an IP i...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon