2009-10-17 |
danieldg | Make classbase and refcountbase uncopyable; expand... |
blob | commitdiff | raw |
2009-10-12 |
danieldg | Correct the will-block prediction on partial writev... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
danieldg | Define DISABLE_WRITEV and use the IOHook single-copy... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
peavey | * Fix inspsocket to not include uio.h on windows. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
danieldg | Move autoconnect next-server to TreeSocket::cull, and... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
danieldg | Fix crash due to null address in DNS |
blob | commitdiff | raw | diff to current |
2009-09-30 |
danieldg | Add explicit reference-counting base class |
blob | commitdiff | raw | diff to current |
2009-09-28 |
danieldg | Fix compile errors on BSD |
blob | commitdiff | raw | diff to current |
2009-09-27 |
danieldg | SendQ bugfixes |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Compile fixes and message updates |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Clean up SocketEngine interface to allow edge-triggered... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Improve speed of SSL sendq processing |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Don't try to write to dead users, add debug to SquitSer... |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Create StreamSocket for IO hooking implementation |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Change Extensible to use strongly typed entries |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Use sa_size() rather than sizeof() when passing input... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove unneeded #ifdef IPV6 lines |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Move IP<->sockaddr conversions into irc::sockets::... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove needless sockaddr[2] allocations, replace with... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
danieldg | Fix sockaddr length argument, BSD will complain if... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
danieldg | Backport BufferedSocket::DoConnect rewrite to fix valgr... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
w00t | Fix bug found by Jeremy from Teranova, thanks: if an... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
w00t | Rewrite BufferedSocket::BindAddr to actually make sense... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
w00t | Fix minor memory leak, patch by Darom. Closes bug ... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-09-21 |
w00t | Be consistent. Use ServerInstance in all places instead... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
w00t | Cleanup of some internals. Tested via m_httpd. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Remove some duplication, everything calls the SE equivi... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Remove useless parameter. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Minor stylistic improvements. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Fix a compile oops. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | There is absolutely no need to cache connect timeout. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Remove an unused member. |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Windows doesn't need blocking connect, IOCP was the... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
w00t | Remove WaitingForWriteEvent, it seems to do *nothing... |
blob | commitdiff | raw | diff to current |
2008-09-09 |
w00t | Remove a totally redundant method (this is already... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
w00t | Remove listening from BufferedSocket, it's bloaty and... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
w00t | Move socket hooking in inspsocket to utilise the new... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
w00t | Remove last vestige of libircdfoo, by changing tag... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
brain | Fix the 4-byte read madness discovered by psychon |
blob | commitdiff | raw | diff to current |
2008-07-12 |
w00t | Remove individual read buffers inside of BufferedSocket... |
blob | commitdiff | raw | diff to current |
2008-07-02 |
w00t | Fix an off-by-one which could possibly perhaps cause... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | Listening bufferedsockets dont have an OnRawSocketClose... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
w00t | Remove call to FlushWriteBuffer from BufferedSocket... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
w00t | Remove deprecated BufferedSocket::MarkAsClosed() |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
brain | Commit patch from danieldg that makes a ton of stuff... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
w00t | Add -Wshadow to cflags, and fix a bunch of warnings... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
w00t | IPv6 fix, thanks to danieldg. Doesn't affect 1.1. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-11-12 |
brain | Argh, i give up |
blob | commitdiff | raw | diff to current |
2007-11-12 |
brain | NOTE: our stuff for parsing multiple dns replies for... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
brain | This works with multiple remote includes now except... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
w00t | Comment a message out that people regularly attempt... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
brain | Pedantic safe |
blob | commitdiff | raw | diff to current |
2007-10-22 |
brain | Remove the need for a bunch of the hard coded arrays... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | InspSocket -> BufferedSocket. Paves the way for a Simpl... |
blob | commitdiff | raw | diff to current |
2007-10-13 |
brain | Fix potential for ssl to block, based on patch submitte... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
special | Fixed a rare infinite loop in InspSocket::FlushWriteBuf... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
w00t | Remove more unnecessary header traffic |
blob | commitdiff | raw | diff to current |
2007-08-23 |
brain | Someone really should fix the blocking connects on... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
brain | Craquity craq De-craq! |
blob | commitdiff | raw | diff to current |
2007-08-20 |
brain | Add comments explaining why we have sockaddr[2] so... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
brain | Fix a bug i just introduced while playing with the... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
brain | The only possibility for the issue sts found is that... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
brain | Windows specific data types in EventHandler are now... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
brain | Tidyups, remove of ifdefs |
blob | commitdiff | raw | diff to current |
2007-07-27 |
brain | Found the bug, turns out i just introduced it with... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
brain | Some smart tricks to eliminate win32 ifdefs that are... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
burlex | * Sockets will now always be nonblocking on win32 versi... |
blob | commitdiff | raw | diff to current |
2007-07-18 |
brain | Ive tidied up the mode count stuff, but i still cant... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
brain | Fix for bug #347. |
blob | commitdiff | raw | diff to current |
2007-07-06 |
brain | Warning: Loads of craq logging in here atm. /connect... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
brain | SSL buffering tweaks. NOTE this is not a complete fix... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
brain | Change some = "" to clear() and some == "" to .empty() |
blob | commitdiff | raw | diff to current |
2007-05-30 |
brain | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) |
blob | commitdiff | raw | diff to current |
2007-05-28 |
w00t | - Add fix for /stats p support (this->port was not... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
brain | Visual studio's ability to translate tabs to four space... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
w00t | Windows support. Tested and working to compile on freeb... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
brain | Much more detailed logging of lowlevel socket errors... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
brain | Fix crashbug in latest svn introduced by inspsocket... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
brain | Make error reporting work properly, it seemed to loose... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
brain | Fix for bug #261 - Needs QA'ing. |
blob | commitdiff | raw | diff to current |
2007-03-24 |
brain | Remove unused variable |
blob | commitdiff | raw | diff to current |
2007-03-23 |
brain | ident over ipv6 fixes, and fixes to inspsocket BindAddr... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
brain | Fix high-bandwidth stuff with inspsocket+ssl, and eagain |
blob | commitdiff | raw | diff to current |
2007-02-12 |
brain | Fixed <link:bind> which was only working on an ipv6... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
brain | Ident fixes, |
blob | commitdiff | raw | diff to current |
2007-02-07 |
brain | Added support for explicitly binding an outbound connec... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | Remove debug output that was only useful to me |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | Lets try this fix |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | When brain adds code into a constructor to fix a destru... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | Fix to stop failed sockets crashing in destructor |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | ipv6 fixes |
blob | commitdiff | raw | diff to current |
2007-02-06 |
brain | Fixes to allow inspsocket connects to be protocol trans... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
peavey | In InspSocket destructor remove any pending timers... |
blob | commitdiff | raw | diff to current |
next |