Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/blob.h
AgeCommit message (Expand)Author
2019-12-25Ensure blob_attr length check does not perform out of bounds readsTobias Schramm
2019-12-25blob: introduce blob_parse_untrustedPetr Štetiar
2019-11-20iron out all extra compiler warningsPetr Štetiar
2017-01-04blobmsg: add support for doubleAndré Gaul
2016-11-29blob/blobmsg: add explicit typecasts for attribute iteratorsFelix Fietkau
2014-07-26blob: improve out-of-memory handlingewolfok
2014-05-09blob/blobmsg: Perform explicit casts from void* to avoid compilation errors w...Jacob Siverskog
2014-04-27blob: make length variables unsignedFelix Fietkau
2014-03-12blobmsg: allow data/length iterator/accessor functions to work on non-blobmsg...Felix Fietkau
2013-10-16blob: add a magic offset to nesting cookies to ensure that NULL is never retu...Felix Fietkau
2013-10-04blob: add blob_put_raw() for copying one or more blob attributes into the buf...Felix Fietkau
2013-07-29blob/blobmsg: add null pointer checks to the *_for_each_attr functions, fix f...Felix Fietkau
2013-02-12utils: move endian swap helpers and __packed definition to utils.hFelix Fietkau
2013-02-10blob: add blob_buf_grow()Felix Fietkau
2013-01-23blob/blobmsg: use 32 bit load/store for 64 bit access, unaligned attributes c...Felix Fietkau
2012-12-02blob.h: fix endian checkFelix Fietkau
2012-06-01blob: add blob_memdup()Felix Fietkau
2011-11-10blob: switch to ISC license, switch blob_{get,put}_int* to _u*, add wrappersFelix Fietkau
2011-10-06fix more instances of uninitialized padding bytesFelix Fietkau
2011-10-06fill padding bytes when setting raw attribute lengthFelix Fietkau
2011-10-03fix reads beyond the end of the buffer when iterating over blob attributesFelix Fietkau
2011-09-05blob_attr_equal: un-inline, add pointer checksFelix Fietkau
2011-09-05add blob_attr_equal() for comparing attributesFelix Fietkau
2011-07-29add blob_buf_freeFelix Fietkau
2011-02-06rename blob_get_int* to blob_get_u*Felix Fietkau
2011-01-31blob: constifyFelix Fietkau
2011-01-31make blob attribute checking available externallyFelix Fietkau
2011-01-29remove blob_buf::privFelix Fietkau
2011-01-23add blobmsg validation functionFelix Fietkau
2010-12-06constify blob_attr_infoFelix Fietkau
2010-10-13Initial importFelix Fietkau