aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use preincrement instead of postincrement inside of some loops (mostlylloyd2006-06-191-1/+1
| | | | | for consistency with code that uses STL iterators, as these were mostly integer operations, though with one exception).
* Use equal_range instead of linear search in Data_Store::getlloyd2006-06-111-12/+8
|
* Change some calls to vector.at() to use operator[] for GCC 2.95.xlloyd2006-05-291-1/+1
| | | | compatability.
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-2/+11
| | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
* Initial checkin1.5.6lloyd2006-05-181-0/+164