aboutsummaryrefslogtreecommitdiffstats
path: root/include/enums.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Move the UI pulse functions into the global library state. That is (as bestlloyd2006-12-141-0/+15
| | | | | as I can tell) the last of the global data, with the exception of the single global_lib_state pointer in libstate.cpp
* Remove a dependency on x509cert.h from x509_ext.cpp by moving the definitionlloyd2006-12-121-0/+2
| | | | of NO_CERT_PATH_LIMIT to enums.h
* Add a UCS2_CHARSET enumeration valuelloyd2006-06-191-1/+6
|
* Add some initial support for centralized/user-pluggable characterlloyd2006-06-131-0/+2
| | | | set conversions, to replace the current hardcoded stuff.
* Move the X509_Code enum from enums.h to x509stor.h, since that'slloyd2006-06-131-28/+0
| | | | the only place it is used.
* Reorder the ASN1_Tag enum so the class taggings are listed first.lloyd2006-05-291-7/+7
|
* Initial checkin1.5.6lloyd2006-05-181-0/+125