Age | Commit message (Expand) | Author |
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 |
2008-09-12 | Cleanup of some internals. Tested via m_httpd. | w00t |
2008-09-11 | Remove some duplication, everything calls the SE equivilant anyway. | w00t |
2008-09-11 | Remove useless parameter. | w00t |
2008-09-11 | Minor stylistic improvements. | w00t |
2008-09-11 | Fix a compile oops. | w00t |
2008-09-11 | There is absolutely no need to cache connect timeout. | w00t |
2008-09-11 | Remove an unused member. | w00t |
2008-09-11 | Windows doesn't need blocking connect, IOCP was the cause of that. | w00t |
2008-09-11 | Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ... | w00t |
2008-09-09 | Remove a totally redundant method (this is already available via inheritance ... | w00t |
2008-09-08 | Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste... | w00t |
2008-09-07 | Move socket hooking in inspsocket to utilise the new system properly. | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-19 | Fix the 4-byte read madness discovered by psychon | brain |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-02 | Fix an off-by-one which could possibly perhaps cause djGrrr/satmd's bug by dr... | w00t |
2008-05-19 | Listening bufferedsockets dont have an OnRawSocketClose event as theyre never... | brain |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Remove deprecated BufferedSocket::MarkAsClosed() | w00t |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-14 | IPv6 fix, thanks to danieldg. Doesn't affect 1.1. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |