Age | Commit message (Expand) | Author |
2013-04-16 | Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE... | Adam |
2012-11-06 | Fix incorrect substr usage | newuser1 |
2012-10-14 | Remove IncreaseOSBuffers() completely | attilamolnar |
2012-10-13 | Remove no-op call to IncreaseOSBuffers() from BufferedSocket::BeginConnect() | attilamolnar |
2012-05-28 | Use socketengine functions for sending and receiving data instead of plain se... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-03-27 | Block writes to pending-connect socket | Daniel De Graaf |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-03-02 | Don't try quite so hard to writev() the entire buffer in one go | danieldg |
2010-02-15 | Dump sendq before closing socket | danieldg |
2010-02-03 | Delink servers using an SSL module that is being reloaded | danieldg |
2010-02-01 | Correctly abort attempted socket writes on error | danieldg |
2010-01-21 | Remove unneeded save of errno | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-14 | Fix 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-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-10-24 | Catch exceptions in inspsocket callbacks | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-12 | Correct the will-block prediction on partial writev() return | danieldg |
2009-10-12 | Define 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-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-03 | Fix crash due to null address in DNS | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-28 | Fix compile errors on BSD | danieldg |
2009-09-27 | SendQ bugfixes | danieldg |
2009-09-26 | Compile fixes and message updates | 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 | Improve speed of SSL sendq processing | danieldg |
2009-09-21 | Don't try to write to dead users, add debug to SquitServer, and remove a stri... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-01 | Use sa_size() rather than sizeof() when passing input parameters to a syscall | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Move IP<->sockaddr conversions into irc::sockets:: namespace | danieldg |
2009-09-01 | Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs... | danieldg |
2009-06-16 | Fix sockaddr length argument, BSD will complain if it doesn't exactly match t... | danieldg |
2009-06-14 | Backport BufferedSocket::DoConnect rewrite to fix valgrind warning | danieldg |
2009-04-30 | Fix bug found by Jeremy from Teranova, thanks: if an explicit bind to an IP i... | w00t |
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-03 | Fix minor memory leak, patch by Darom. Closes bug #699. Thanks!` | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |