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
2022-05-12blobmsg: implicitly reserve space for 0-terminator in string buf allocFelix Fietkau
2020-08-06blobmsg: introduce BLOBMSG_CAST_INT64Daniel Golle
2020-05-26blobmsg: fix missing length checksFelix Fietkau
2020-05-26blobmsg: simplify and fix name length checks in blobmsg_check_nameFelix Fietkau
2020-05-26blobmsg: fix length in blobmsg_check_arrayFelix Fietkau
2020-05-24blobmsg: fix attrs iteration in the blobmsg_check_array_len()Rafał Miłecki
2020-02-27blobmsg: fix wrong payload len passed from blobmsg_check_arrayChris Nisbet
2020-01-20blobmsg: blobmsg_parse and blobmsg_parse_array oob read fixesJuraj Vijtiuk
2020-01-20blobmsg: blobmsg_vprintf: prefer vsnprintfPetr Štetiar
2019-12-28blobmsg: fix wrong payload len passed from blobmsg_check_arrayPetr Štetiar
2019-12-25blobmsg: fix array out of bounds GCC 10 warningPetr Štetiar
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-25blobmsg: fix heap buffer overflow in blobmsg_parsePetr Štetiar
2019-12-25blobmsg: make blobmsg_len and blobmsg_data_len return unsigned valuePetr Štetiar
2019-12-08blobmsg/ulog: fix format string compiler warningsPetr Štetiar
2019-11-20iron out all extra compiler warningsPetr Štetiar
2018-07-25fix segfault when passed blobmsg attr is NULLJohn Crispin
2017-01-04blobmsg: add support for doubleAndré Gaul
2016-06-26Fix various memory management issuesMatthias Schiffer
2014-12-11blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer().Yousong Zhou
2014-07-26blob: improve out-of-memory handlingewolfok
2014-07-15blobmsg: add blobmsg_check_array, which returns the size of the arrayFelix Fietkau
2014-04-27blobmsg: make length variables unsignedFelix Fietkau
2014-04-12blobmsg: remove unnecessary initializationFelix 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-02-17blobmsg: implement blobmsg_printf and blobmsg_vprintfFelix Fietkau
2013-02-10blobmsg: add blobmsg_realloc_string_buffer()Felix Fietkau
2013-01-13blobmsg: fix blobmsg_parse_array, drop name field requirementFelix Fietkau
2013-01-13blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat them as null for JSON co...Felix 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
2011-10-06fix more instances of uninitialized padding bytesFelix Fietkau
2011-10-06blobmsg: fill padding between name and dataFelix Fietkau
2011-10-06make the blobmsg format endian agnostic (stick to big-endian)Felix Fietkau
2011-08-17fix a bug in blobmsg_parseFelix Fietkau
2011-02-07allow blobmsg_add_field to add arrays/tablesFelix 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-06blobmsg: fix dynamic string buffer length calculationFelix Fietkau
2011-02-04add functions for allocating and adding a string buffer fieldFelix Fietkau
2011-01-31fix json string formattingFelix 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-29blobmsg: make arrays structually the same as tables - simplifies library user...Felix Fietkau