aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/bzip2
Commit message (Collapse)AuthorAgeFilesLines
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+2
| | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-2/+2
|
* Document dependencies between moduleslloyd2008-10-011-0/+4
|
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-283-0/+347
module asn1 Move hex and base64 codecs into new codecs directory. Also move zlib and bzip2 to codecs from compress.