Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-31 | Added a character based splitting function to FBasicString and made more of the | Mike Buland | |
parsing functions publicly accessible in Url, and added some more helpers. | |||
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-02-24 | Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and | Mike Buland | |
cachestorenids all support synchronizing now. Url is pretty much done. | |||
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland | |
indexing. It is now many times faster, and requires less overhead. Also, more stuff iterator related in every class. More on that later. |