Age | Commit message (Expand) | Author |
2010-05-13 | Finally rearranged the system to put all compatability files in a directory | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-07-29 | Wow, socket, as it turned out, was not able to close after the remote end | Mike Buland |
2009-05-28 | Added some helpers to the Bu::Cache::Ptr, you can clear them now, and cast to | Mike Buland |
2009-04-16 | Hey, the list code is better, also, I fixed some stuff in socket (the | Mike Buland |
2009-01-21 | david - needed to actually import the shutdown function from the winsock dll.. | David |
2009-01-21 | david - #define SHUT_RDWR (SD_BOTH) if WIN32... blech... windows... | David |
2009-01-19 | Hey, the socket class closes the socket when the class is destroyed...why...why | Mike Buland |
2009-01-19 | Hey, more cases are covered for when the socket can close now. | Mike Buland |
2009-01-19 | This should fix the problem of never knowing if your sockets are closed. Now | Mike Buland |
2009-01-16 | I...think that's a little better. Wow, function pointers in windows have a | Mike Buland |
2009-01-15 | Fixed a minor suggestion in Bu::Socket, gcc wanted more parenthesies to make a | Mike Buland |
2009-01-14 | david - oy, ok uses WSAGetLastError now on windows... | David |
2009-01-14 | david - removed debugging goo after finally getting it to work | David |
2009-01-14 | Gettin' closer. | Mike Buland |
2009-01-14 | Ok, no...now we have better debugging. | Mike Buland |
2009-01-14 | More debugging. | Mike Buland |
2009-01-14 | Ok...this may work. We completely changed the way Bu::Socket resolves | Mike Buland |
2009-01-13 | Fixed an out there corner case in Bu::Socket::read where it would get an EAGAIN | Mike Buland |
2008-10-27 | david - apparently windows prefers to dynamically load winsock and a couple o... | David |
2008-10-24 | david - ok, fixed the compiler warnings in socket class. got serversocket com... | David |
2008-10-23 | david - first steps to getting socket to compile in windows (MinGW)... it com... | David |
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike Buland |
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland |
2008-02-07 | Just updated the copyright date. | Mike Buland |
2008-02-07 | Wowee, I think all this new stuff works, Conduit I don't need now, so it's not | Mike Buland |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland |
2007-10-24 | Corrected a few issues that cropped up when using the Bu::Socket without a | Mike Buland |
2007-10-08 | Fixed a bug in the Socket that would throw an exception if there was just too | Mike Buland |
2007-09-07 | The Bu::Socket::getAddress function was always getting the local name of the | Mike Buland |
2007-07-18 | Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ to | Mike Buland |
2007-07-15 | Bu::Socket now cashes a string representation of the IP address so you can | Mike Buland |
2007-07-03 | Ah, that explains much, I did the big reorg -> trunk move and forgot to commit | Mike Buland |
2007-07-02 | The list has an isEmpty funcion, and the socket may have a new read function | Mike Buland |
2007-06-28 | Client code is better, so is the socket, you can get addresses and other cool | Mike Buland |
2007-06-18 | Added the protocol class. servers work, but don't send data, updated the streams | Mike Buland |
2007-06-10 | Bunch of maintenence type things. Minor tweaks and the like. The file class | Mike Buland |
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland |
2007-04-26 | Merged Ito and put it in the BU namespace. I should probably clean up the | Mike Buland |
2007-04-20 | Fixed some goo in socket. | Mike Buland |
2007-04-10 | Added more comments, help, and socket actually reads and writes some, but it's | Mike Buland |
2007-04-10 | I did it, the streams don't start with an S now. | Mike Buland |