C utility functions for OpenWRT libraries
Find a file
2011-10-03 12:41:51 +02:00
examples fix json list parsing 2011-01-30 01:13:32 +01:00
sh same for json_get_var 2011-09-11 11:46:44 +02:00
.gitignore add jshn 2011-05-23 22:21:27 +02:00
avl.c make __avl_find_element() inline 2011-02-06 18:01:37 +01:00
avl.h make the avl node key const 2011-04-13 20:14:20 +02:00
blob.c explicitly zero extra buffer space added with realloc to silence valgrind warnings 2011-10-03 12:41:51 +02:00
blob.h fix reads beyond the end of the buffer when iterating over blob attributes 2011-10-03 12:36:46 +02:00
blobmsg.c fix a bug in blobmsg_parse 2011-08-17 10:44:11 -07:00
blobmsg.h fix reads beyond the end of the buffer when iterating over blob attributes 2011-10-03 12:36:46 +02:00
blobmsg_json.c add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8 2011-07-29 12:56:48 +02:00
blobmsg_json.h blobmsg_json: support indenting of output data 2011-07-18 13:04:23 +02:00
CMakeLists.txt add jshn 2011-05-23 22:21:27 +02:00
jshn.c jshn: support using characters in elements that do not conform to shell variable restrictions 2011-09-11 11:40:22 +02:00
list.h remove the hlist code 2011-03-26 20:38:33 +01:00
list_compat.h merge an avl list implementation (imported from PacketBB) 2010-12-28 23:59:06 +01:00
uapi.h Initial import 2010-10-13 21:29:08 +02:00
ulog.h Initial import 2010-10-13 21:29:08 +02:00
uloop.c add a missing include 2011-08-11 15:37:48 -06:00
uloop.h uloop: use list.h, add support for handling sigchld 2011-05-24 22:12:17 +02:00
usock.c usock: remove code duplication 2011-02-07 17:38:05 +01:00
usock.h Initial import 2010-10-13 21:29:08 +02:00