Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | Got rid of cgiutil, it was empty, it was all going to be duplicates of code in | Mike Buland | |
the Url class and others. | |||
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 | Huh, cgiutil was mostly a waste, url handles it all already. I still need | Mike Buland | |
something for mime eventually, meh. | |||
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. |