Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 1 | -16/+16 |
| | |||||
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
| | | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page. | ||||
* | In SCAN_Name's constructor, first run the input through deref_alias before | lloyd | 2010-02-14 | 1 | -1/+3 |
| | | | | | breaking it apart. Otherwise it would miss on things like TLS.Digest.0 which expand to Parallel(MD5,SHA-1) which needs further parsing. | ||||
* | New SCAN decoding err string was misleading in one case | lloyd | 2009-12-26 | 1 | -1/+4 |
| | |||||
* | Improve exception output of SCAN_Name on bad input | lloyd | 2009-12-26 | 1 | -3/+5 |
| | |||||
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | Fixes for the amalgamation generator for internal headers. Remove BOTAN_DLL exporting macros from all internal-only headers; the classes/functions there don't need to be exported, and avoiding the PIC/GOT indirection can be a big win. Add missing BOTAN_DLLs where necessary, mostly gfpmath and cvc For GCC, use -fvisibility=hidden and set BOTAN_DLL to the visibility __attribute__ to export those classes/functions. | ||||
* | New parsing system for SCAN names | lloyd | 2009-10-07 | 1 | -33/+85 |
| | |||||
* | Fix mode name parsing | lloyd | 2009-10-06 | 1 | -1/+1 |
| | |||||
* | Extensions to SCAN_Name for dealing with cipher mode names | lloyd | 2009-10-06 | 1 | -3/+43 |
| | |||||
* | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+74 |