aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/ber_dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
* s/u32bit/size_t/ in asn1lloyd2010-10-131-21/+21
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-1/+8
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-2/+3
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-5/+5
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-3/+3
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+4
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-0/+8
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-94/+96
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+469