libubox: drop legacy json-c support
[project/libubox.git] / blob.h
2014-07-26 ewolfokblob: improve out-of-memory handling
2014-05-09 Jacob Siverskogblob/blobmsg: Perform explicit casts from void* to...
2014-04-27 Felix Fietkaublob: make length variables unsigned
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-07-29 Felix Fietkaublob/blobmsg: add null pointer checks to the *_for_each...
2013-02-11 Felix Fietkauutils: move endian swap helpers and __packed definition...
2013-02-10 Felix Fietkaublob: add blob_buf_grow()
2013-01-23 Felix Fietkaublob/blobmsg: use 32 bit load/store for 64 bit access...
2012-12-02 Felix Fietkaublob.h: fix endian check
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 Fietkaufix reads beyond the end of the buffer when iterating...
2011-09-05 Felix Fietkaublob_attr_equal: un-inline, add pointer checks
2011-09-05 Felix Fietkauadd blob_attr_equal() for comparing attributes
2011-07-29 Felix Fietkauadd blob_buf_free
2011-02-06 Felix Fietkaurename blob_get_int* to blob_get_u*
2011-01-31 Felix Fietkaublob: constify
2011-01-31 Felix Fietkaumake blob attribute checking available externally
2011-01-29 Felix Fietkauremove blob_buf::priv
2011-01-23 Felix Fietkauadd blobmsg validation function
2010-12-05 Felix Fietkauconstify blob_attr_info
2010-10-13 Felix FietkauInitial import