Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. | |||
2011-10-06 | Fixed the formatting of unsigned chars in the formatter, and added a function to | Mike Buland | |
actually stop the fastcgi main loop. | |||
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2010-10-16 | Many, many changes. Documentation changes, renamed the socket class to | Mike Buland | |
TcpSocket, fixed many other things, and finally removed ParamProc. Anything that needs it will now have to switch to OptParser. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland | |
also made sure the copyright is at the top of all the files, it's been too long. Anyway, this may effect some code, but not much, and it's an easy enough fix. | |||
2009-06-02 | Updates to the cgi system, and I'm putting the general CGI related stuff like | Mike Buland | |
encoding and decoding and uri encoded splitting etc in one class. | |||
2009-04-16 | Hey, the list code is better, also, I fixed some stuff in socket (the | Mike Buland | |
isBlocking function was backward), and fastcgi is actually working now! Also added comparison functions to FString. | |||
2009-04-06 | Ok, I rearranged some things, we have a tools dir now, those build by default. | Mike Buland | |
Also I added a bunch of classes that I've been tinkering with that are almost ready for use, so I figured I may as well throw them in here. |