]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspsocket.h
Merge pull request #1050 from Aviator45003/insp20
[user/henk/code/inspircd.git] / include / inspsocket.h
2013-01-16 Robin BurchellMerge pull request #403 from SaberUK/insp20+wextra...
2013-01-16 Peter PowellFix warning: "const type qualifier on return type has...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-01-17 danieldgFix for incorrect template application by GCC 3.4
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
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-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-13 w00tRemove unneeded namespace stuff.
2008-09-12 w00tMinor style tidyup.
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 w00tFix a comment.
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
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-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
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-06-17 brainComments :)
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-01-30 brainDocumentation change to indicate errno is valid on...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-10-31 brainSocket error state stuff
2006-10-06 brainDocument more classes
2006-08-28 brainConnect timeouts now work again, using InspSocket
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...