jshn: properly support JSON "null" type
[project/libubox.git] / blob.c
2017-01-04 André Gaulblobmsg: add support for double
2014-07-26 ewolfokblob: improve out-of-memory handling
2014-04-27 Felix Fietkaublob: make length variables unsigned
2014-04-21 Felix Fietkaublob: fix handling of custom validator callback
2014-03-12 Felix Fietkaublobmsg: allow data/length iterator/accessor functions...
2013-10-15 Felix Fietkaublob: add a magic offset to nesting cookies to ensure...
2013-10-04 Felix Fietkaublob: add blob_put_raw() for copying one or more blob...
2013-02-10 Felix Fietkaublob: add blob_buf_grow()
2012-06-01 Felix Fietkaublob: add blob_memdup()
2011-11-10 Felix Fietkaublob: switch to ISC license, switch blob_{get,put}_int...
2011-10-06 Felix Fietkaufix more instances of uninitialized padding bytes
2011-10-06 Felix Fietkaufill padding bytes when setting raw attribute length
2011-10-03 Felix Fietkauexplicitly zero extra buffer space added with realloc...
2011-09-05 Felix Fietkaublob_attr_equal: un-inline, add pointer checks
2011-07-29 Felix Fietkauadd blob_buf_free
2011-01-31 Felix Fietkaufix off-by-one in the string validation check
2011-01-31 Felix Fietkaublob: constify
2011-01-31 Felix Fietkaumake blob attribute checking available externally
2011-01-31 Felix Fietkaublob: validate strings on parse
2010-12-05 Felix Fietkauconstify blob_attr_info
2010-10-13 Felix FietkauInitial import