aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/scan_name.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t in SCAN_Namelloyd2010-10-121-16/+16
|
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-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 beforelloyd2010-02-141-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 caselloyd2009-12-261-1/+4
|
* Improve exception output of SCAN_Name on bad inputlloyd2009-12-261-3/+5
|
* Make many more headers internal-only.lloyd2009-12-161-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 nameslloyd2009-10-071-33/+85
|
* Fix mode name parsinglloyd2009-10-061-1/+1
|
* Extensions to SCAN_Name for dealing with cipher mode nameslloyd2009-10-061-3/+43
|
* Add *s before comment lines in file headerslloyd2009-09-081-2/+2
|
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+74