uloop: rework event processing, fix use-after-free issues
[project/libubox.git] / blobmsg_json.c
2013-05-29 Felix Fietkaublobmsg_json: add blobmsg_add_json_from_file
2013-01-29 Felix Fietkaublobmsg_json: fix buffer growing on blobmsg json formatting
2013-01-13 Felix Fietkaublobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat...
2013-01-06 Felix Fietkaublobmsg_json: export blobmsg_add_object
2012-05-26 Felix Fietkauswitch blobmsg_json over to permissive license
2011-11-16 Felix Fietkaublobmsg: add missing endian conversions
2011-11-16 Felix Fietkaublobmsg_json: print int16 elements in blobmsg_format_el...
2011-07-29 Felix Fietkauadd BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
2011-07-18 Felix Fietkaublobmsg_json: support indenting of output data
2011-03-27 Felix Fietkauremove int16, use int8 as bool instead of integer
2011-02-07 Felix Fietkauadd a cast to fix 64 bit issues
2011-02-07 Felix Fietkauvalidate blobmsg attributes before converting them...
2011-02-07 Felix Fietkauproperly null-terminate formatted json strings
2011-02-06 Felix Fietkaumove json formatting to the blobmsg_json library
2011-02-06 Felix Fietkauadd missing copyright headers
2011-02-06 Felix Fietkauadd a json to blobmsg parsing library