Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2011-10-25 | Fixed bug in base64 decoding. If an attempt is made to read data after the end | Mike Buland | |
of the stream has been reached, and the input didn't end with '=' chars then it would return the final buffer an extra time before ending. Now it ends when it should, no matter how many extra times you try to read. |