]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Create StreamSocket for IO hooking implementation
[user/henk/code/inspircd.git] / src / inspsocket.cpp
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...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-01 w00tComment a message out that people regularly attempt...
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-13 brainFix potential for ssl to block, based on patch submitte...
2007-09-13 specialFixed a rare infinite loop in InspSocket::FlushWriteBuf...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainSomeone really should fix the blocking connects on...
2007-08-23 brainCraquity craq De-craq!
2007-08-20 brainAdd comments explaining why we have sockaddr[2] so...
2007-08-20 brainFix a bug i just introduced while playing with the...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-27 brainTidyups, remove of ifdefs
2007-07-27 brainFound the bug, turns out i just introduced it with...
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
2007-07-23 burlex* Sockets will now always be nonblocking on win32 versi...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainFix for bug #347.
2007-07-06 brainWarning: Loads of craq logging in here atm. /connect...
2007-07-06 brainSSL buffering tweaks. NOTE this is not a complete fix...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-28 w00t- Add fix for /stats p support (this->port was not...
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-01 brainMuch more detailed logging of lowlevel socket errors...
2007-05-01 brainFix crashbug in latest svn introduced by inspsocket...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-19 brainFix for bug #261 - Needs QA'ing.
2007-03-24 brainRemove unused variable
2007-03-23 brainident over ipv6 fixes, and fixes to inspsocket BindAddr...
2007-03-22 brainFix high-bandwidth stuff with inspsocket+ssl, and eagain
2007-02-12 brainFixed <link:bind> which was only working on an ipv6...
2007-02-07 brainIdent fixes,
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-06 brainRemove debug output that was only useful to me
2007-02-06 brainLets try this fix
2007-02-06 brainWhen brain adds code into a constructor to fix a destru...
2007-02-06 brainFix to stop failed sockets crashing in destructor
2007-02-06 brainipv6 fixes
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-02-06 peaveyIn InspSocket destructor remove any pending timers...
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-31 brainipv6 connect tweaks, to memcpy() sin6_addr's rather...
2007-01-30 brainTweaks to backwards memcpy's that dont actually do...
2007-01-30 brainWhoops, fix inspsocket so that its ok to use errno...
2007-01-17 brainRemove a ton of inspsocket debug
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-11 brainFix EOF conditions on inspsockets which are having...
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
next