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
2014-03-12blobmsg_json: unconditionally use blobmsg data/len accessor functionsFelix Fietkau
2013-11-27blobmsg_json: do not emit any whitespace when formatting without indentationJo-Philipp Wich
2013-10-04blobmsg_json: allow signed output of integersFelix Fietkau
2013-06-21blobmsg_json: do not corrupt UTF-8 stringsFelix Fietkau
2013-06-21blobmsg_json: fix \u escaping for control charactersFelix Fietkau
2013-05-29blobmsg_json: add blobmsg_add_json_from_fileFelix Fietkau
2013-01-30blobmsg_json: fix buffer growing on blobmsg json formattingFelix Fietkau
2013-01-13blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat them as null for JSON co...Felix Fietkau
2013-01-06blobmsg_json: export blobmsg_add_objectFelix Fietkau
2012-05-26switch blobmsg_json over to permissive licenseFelix Fietkau
2011-11-17blobmsg: add missing endian conversionsFelix Fietkau
2011-11-17blobmsg_json: print int16 elements in blobmsg_format_element (patch by Luka P...Felix Fietkau
2011-07-29add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8Felix Fietkau
2011-07-18blobmsg_json: support indenting of output dataFelix Fietkau
2011-03-27remove int16, use int8 as bool instead of integerFelix Fietkau
2011-02-07add a cast to fix 64 bit issuesFelix Fietkau
2011-02-07validate blobmsg attributes before converting them to jsonFelix Fietkau
2011-02-07properly null-terminate formatted json stringsFelix Fietkau
2011-02-06move json formatting to the blobmsg_json libraryFelix Fietkau
2011-02-06add missing copyright headersFelix Fietkau
2011-02-06add a json to blobmsg parsing libraryFelix Fietkau