Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-24 | Made the encoder state opaque to the caller in Deflate and BZip2 to match Lzma. | Mike Buland | |
That means that when you use Bu::Deflate, Bu::Bzip2, or Bu::Lzma you don't get any of the respective libraries' header files. | |||
2011-10-23 | Switched ito* to synchro*, except the server, I'm thinking of takeing the core | Mike Buland | |
in a different direction anyway. Added the Deflate class, it uses zlib, and can do raw (headerless) deflate streams, zlib format, or gzip format. It's easy to use and quite versitile. |