aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhttp.h (unfollow)
AgeCommit message (Expand)Author
2011-01-21PearsonHash has been added to libbu++, I...have no way of really verifying thatMike Buland
2011-01-20Fixed a really strang, really hard to nail down corner case in StringMike Buland
2011-01-20Fixed, it changes all of them on each line now.Mike Buland
2011-01-20UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, butMike Buland
2011-01-20More minor changes to the udpsocket test program.Mike Buland
2011-01-20Minor changes to udpsocket test program.Mike Buland
2011-01-20Ummm...it's a udpsocket, mostly. It seems like it should work, but early testsMike Buland
2011-01-20Heh, forgot to rename the two fstring tests.Mike Buland
2011-01-20Made (very) basic progress towards defining UtfString. It's actually going toMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2011-01-19Started work adding more functions to stream, and changing to a new size type.Mike Buland
2011-01-14Well...at least it compiles now...Mike Buland
2011-01-14Here's a udp socket. It's not done yet, it can just about send data.Mike Buland
2011-01-13Md5 works really, really well. It's fast, and sexy, and awesome. Thanks david.Mike Buland
2011-01-13md5...is...broken...I'm...fixing it...Mike Buland
2011-01-12Plugger, and potentially anything that can use windows, can report windowsMike Buland
2011-01-12Plugger works on windows!Mike Buland
2011-01-10The FString is much more optimized, and hopefully still works accurately.Mike Buland
2011-01-10Tweaking the fstring, almost done.Mike Buland
2011-01-06This may be about it for updates to core, I can't think of anything else I needMike Buland
2010-12-03Fixed a bug in the csv reader, it would drop the last field in a line if theMike Buland
2010-11-24david - some mix of qt or mingw or something has a min and max macro that con...David
2010-11-19MyriadFs is starting out...but the FUSE system is...akward at best.Mike Buland
2010-11-19Wow, I can't believe I forgot to add myriadfs.Mike Buland
2010-11-19I now think that this may not work out at all. It looks like if we want properMike Buland
2010-11-10Added a couple more debugging functions to Bu::Myriad, and exposed them in theMike Buland
2010-11-04FString tests, the new one causes a segfault with the old fstring.Mike Buland
2010-10-29Minor change, I discovered where it was getting stuck all this time. If theMike Buland
2010-10-27Interesting tweak to the variant and optparser classes. In the Variant, itMike Buland
2010-10-20Hopefully this fixes some really out there fstring corner casese.Mike Buland
2010-10-18Several of these new files will go away, but I didn't want to lose them for now.Mike Buland
2010-10-17Hey! The parser parses now! It's actually a little stupid, I didn't implementMike Buland
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
2010-10-15RingBuffer is now SharedCore. I think that's all the container classes, thereMike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland