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
AgeCommit message (Expand)Author
2023-01-03blobmsg: add blobmsg_parse_array_attrFelix Fietkau
2022-11-23blobmsg: add blobmsg_parse_attr functionFelix Fietkau
2022-05-15blobmsg: work around false positive gcc -Warray-bounds warningsFelix Fietkau
2021-03-02libubox: fix BLOBMSG_CAST_INT64 (do not override BLOBMSG_TYPE_DOUBLE)Peter Seiderer
2020-08-06blobmsg: introduce BLOBMSG_CAST_INT64Daniel Golle
2020-05-26blobmsg: drop old comment about json formatting functionsRafał Miłecki
2019-12-25blobmsg: reuse blobmsg_namelen in blobmsg_dataPetr Štetiar
2019-12-25blobmsg: add _len variants for all attribute checking methodsTobias Schramm
2019-12-25Replace use of blobmsg_check_attr by blobmsg_check_attr_lenTobias Schramm
2019-12-25Ensure blob_attr length check does not perform out of bounds readsTobias Schramm
2019-12-25blobmsg: make blobmsg_len and blobmsg_data_len return unsigned valuePetr Štetiar
2018-07-25fix segfault when passed blobmsg attr is NULLJohn Crispin
2017-01-04blobmsg: add support for doubleAndré Gaul
2016-11-29blob/blobmsg: add explicit typecasts for attribute iteratorsFelix Fietkau
2016-06-26Fix various memory management issuesMatthias Schiffer
2014-08-03blobmsg: accept NULL attr in blobmsg_get_string()Felix Fietkau
2014-07-21blobmsg: add a helper function to reset the name of a blobmsg attributeFelix Fietkau
2014-07-15blobmsg: add blobmsg_check_array, which returns the size of the arrayFelix Fietkau
2014-05-09blob/blobmsg: Perform explicit casts from void* to avoid compilation errors w...Jacob Siverskog
2014-04-27blobmsg: make length variables unsignedFelix Fietkau
2014-03-12blobmsg: allow data/length iterator/accessor functions to work on non-blobmsg...Felix Fietkau
2013-10-20blobmsg: add blobmsg_len() for consistency (similar to blob_len)Felix Fietkau
2013-07-29blob/blobmsg: add null pointer checks to the *_for_each_attr functions, fix f...Felix Fietkau
2013-02-17blobmsg: implement blobmsg_printf and blobmsg_vprintfFelix Fietkau
2013-02-10blobmsg: add blobmsg_realloc_string_buffer()Felix Fietkau
2013-01-23blob/blobmsg: use 32 bit load/store for 64 bit access, unaligned attributes c...Felix Fietkau
2013-01-13blobmsg: add blobmsg_get_stringFelix Fietkau
2013-01-08blobmsg: add blobmsg_parse_array()Felix Fietkau
2012-06-24blobmsg: remove the unnecessary name argument from blobmsg_check_attr_list, i...Felix Fietkau
2012-06-24blobmsg: add blobmsg_check_attr_list() to validate element types of arrays an...Felix Fietkau
2012-05-26switch blobmsg over to permissive licenseFelix Fietkau
2012-05-08add blobmsg_add_blob() to copy over an existing blobmsg attributeFelix Fietkau
2011-11-17blobmsg: add missing endian conversionsFelix Fietkau
2011-10-27make casts from void * explicit to avoid C++ warnings (patch by Arthur Davis)Felix Fietkau
2011-10-06make the blobmsg format endian agnostic (stick to big-endian)Felix Fietkau
2011-10-03fix reads beyond the end of the buffer when iterating over blob attributesFelix Fietkau
2011-09-12add a blobmsg_type() inline functionFelix Fietkau
2011-09-07add blobmsg_get_boolFelix Fietkau
2011-07-29add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8Felix Fietkau
2011-02-06move json formatting to the blobmsg_json libraryFelix Fietkau
2011-02-06add a callback to the blobmsg-to-json function to override the formatting of ...Felix Fietkau
2011-02-05blomsg: add integer attribute accessor functionsFelix Fietkau
2011-02-04add functions for allocating and adding a string buffer fieldFelix Fietkau
2011-01-31blobmsg: constify and add more validationFelix Fietkau
2011-01-30add support for json-formatting blobmsg elementsFelix Fietkau
2011-01-30fix json list parsingFelix Fietkau
2011-01-29add blobmsg_for_each_attrFelix Fietkau
2011-01-29blobmsg: make arrays structually the same as tables - simplifies library user...Felix Fietkau
2011-01-24add a blobmsg-to-json functionFelix Fietkau
2011-01-23add blobmsg_name()Felix Fietkau