summaryrefslogtreecommitdiff
path: root/blob.c
Commit message (Expand)AuthorAgeFilesLines
* blob: make blob_parse_untrusted more permissiveMatthias Schiffer2020-05-241-1/+1
* blob: fix OOB access in blob_check_typePetr Štetiar2019-12-251-5/+18
* blob: introduce blob_parse_untrustedPetr Štetiar2019-12-251-0/+24
* blob: refactor attr parsing into separate functionPetr Štetiar2019-12-251-26/+35
* iron out all extra compiler warningsPetr Štetiar2019-11-201-3/+3
* blobmsg: add support for doubleAndré Gaul2017-01-041-0/+1
* blob: improve out-of-memory handlingewolfok2014-07-261-8/+17
* blob: make length variables unsignedFelix Fietkau2014-04-271-3/+3
* blob: fix handling of custom validator callbackFelix Fietkau2014-04-211-1/+1
* blobmsg: allow data/length iterator/accessor functions to work on non-blobmsg...Felix Fietkau2014-03-121-3/+2
* blob: add a magic offset to nesting cookies to ensure that NULL is never retu...Felix Fietkau2013-10-161-3/+3
* blob: add blob_put_raw() for copying one or more blob attributes into the buf...Felix Fietkau2013-10-041-0/+14
* blob: add blob_buf_grow()Felix Fietkau2013-02-101-6/+12
* blob: add blob_memdup()Felix Fietkau2012-06-011-0/+14
* blob: switch to ISC license, switch blob_{get,put}_int* to _u*, add wrappersFelix Fietkau2011-11-101-7/+10
* fix more instances of uninitialized padding bytesFelix Fietkau2011-10-061-2/+2
* fill padding bytes when setting raw attribute lengthFelix Fietkau2011-10-061-0/+21
* explicitly zero extra buffer space added with realloc to silence valgrind war...Felix Fietkau2011-10-031-1/+4
* blob_attr_equal: un-inline, add pointer checksFelix Fietkau2011-09-051-0/+15
* add blob_buf_freeFelix Fietkau2011-07-291-0/+8
* fix off-by-one in the string validation checkFelix Fietkau2011-01-311-1/+1
* blob: constifyFelix Fietkau2011-01-311-2/+2
* make blob attribute checking available externallyFelix Fietkau2011-01-311-12/+25
* blob: validate strings on parseFelix Fietkau2011-01-311-0/+5
* constify blob_attr_infoFelix Fietkau2010-12-051-1/+1
* Initial importFelix Fietkau2010-10-131-0/+177