Age | Commit message (Expand) | Author |
2007-07-11 | Fix for bug #347. | brain |
2007-07-06 | Warning: Loads of craq logging in here atm. /connect with openssl is broken, ... | brain |
2007-07-06 | SSL buffering tweaks. NOTE this is not a complete fix till i say so, don't us... | brain |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-28 | - Add fix for /stats p support (this->port was not being set for listening in... | w00t |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-01 | Much more detailed logging of lowlevel socket errors to the +l snomask | brain |
2007-05-01 | Fix crashbug in latest svn introduced by inspsocket cull list, which can caus... | brain |
2007-04-26 | Make error reporting work properly, it seemed to loose errors. | brain |
2007-04-19 | Fix for bug #261 - Needs QA'ing. | brain |
2007-03-24 | Remove unused variable | brain |
2007-03-23 | ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv... | brain |
2007-03-22 | Fix high-bandwidth stuff with inspsocket+ssl, and eagain | brain |
2007-02-12 | Fixed <link:bind> which was only working on an ipv6 connection. Fixes bug #21... | brain |
2007-02-07 | Ident fixes, | brain |
2007-02-07 | Added support for explicitly binding an outbound connection to an ip. Will be... | brain |
2007-02-06 | Remove debug output that was only useful to me | brain |
2007-02-06 | Lets try this fix | brain |
2007-02-06 | When brain adds code into a constructor to fix a destructor crash, make sure ... | brain |
2007-02-06 | Fix to stop failed sockets crashing in destructor | brain |
2007-02-06 | ipv6 fixes | brain |
2007-02-06 | Fixes to allow inspsocket connects to be protocol transparent | brain |
2007-02-06 | In InspSocket destructor remove any pending timers since the object is now go... | peavey |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-31 | ipv6 connect tweaks, to memcpy() sin6_addr's rather than assigning with =. | brain |
2007-01-30 | Tweaks to backwards memcpy's that dont actually do anything, causing ipv6 add... | brain |
2007-01-30 | Whoops, fix inspsocket so that its ok to use errno after a failure of the Wri... | brain |
2007-01-17 | Remove a ton of inspsocket debug | brain |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-11 | Fix EOF conditions on inspsockets which are having their write() handled by m... | brain |
2006-12-11 | Debug stuff, and some minor fixes | brain |
2006-12-09 | Make it all work properly. Have it wait for handshake to complete before send... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-10-31 | Close an inspsocket on getting error state | brain |
2006-10-31 | Socket error state stuff | brain |
2006-10-31 | Start of stuff to handle socket error state | brain |
2006-10-31 | Whack unused var warning | brain |
2006-10-31 | Set flags correctly when receiving a module-requested write event | brain |
2006-10-31 | Tidy up WaitingForWriteEvent stuff | brain |
2006-10-30 | Make this properly obey the write/read states. This ZOOMS now. | brain |
2006-10-30 | WARNING: This commit breaks kqueue and select -- work in progress! | brain |
2006-10-22 | More sensible way to flush sockets | brain |
2006-10-22 | Tweaks to drain socket on write | brain |