C utility functions for OpenWRT libraries
Find a file
Felix Fietkau c360ec576c blobmsg: add blobmsg_get_string
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13 15:29:14 +01:00
examples ustream-example: fix logic inversion 2012-10-23 18:00:20 +02:00
lua add declarations for lua{open,close}_uloop to avoid warnings 2012-10-22 20:03:36 +02:00
sh sanitize json_get_type function 2013-01-04 13:28:08 +01:00
.gitignore add a cmake file for the examples and add the binaries to .gitignore 2012-10-21 23:01:30 +02:00
avl-cmp.c add avl_strcmp 2012-05-26 18:01:18 +02:00
avl-cmp.h add avl_strcmp 2012-05-26 18:01:18 +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 blob: add blob_memdup() 2012-06-01 20:54:20 +02:00
blob.h blob.h: fix endian check 2012-12-02 17:49:12 +01:00
blobmsg.c blobmsg: fix blobmsg_parse_array, drop name field requirement 2013-01-13 09:07:32 +01:00
blobmsg.h blobmsg: add blobmsg_get_string 2013-01-13 15:29:14 +01:00
blobmsg_json.c blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat them as null for JSON conversion 2013-01-13 09:02:51 +01:00
blobmsg_json.h blobmsg_json: export blobmsg_add_object 2013-01-06 02:15:48 +01:00
CMakeLists.txt uloop: use clock_gettime with the monotonic clock instead of using gettimeofday() 2013-01-06 03:04:04 +01:00
jshn.c jshn: add copyright info 2013-01-13 09:45:59 +01:00
list.h list.h: undefine LIST_HEAD to prevent conflicts on mac os x 2012-10-04 16:11:04 +02:00
list_compat.h list_compat.h: add copyright info 2013-01-13 09:49:16 +01:00
uloop.c uloop: replace copyright info (code has been completely rewritten over time), relicense to ISC 2013-01-13 09:47:51 +01:00
uloop.h uloop: replace copyright info (code has been completely rewritten over time), relicense to ISC 2013-01-13 09:47:51 +01:00
usock.c add license headers for usock 2013-01-13 15:27:38 +01:00
usock.h add license headers for usock 2013-01-13 15:27:38 +01:00
ustream-fd.c ustream-fd: prevent callbacks during init 2013-01-03 16:32:45 +01:00
ustream.c ustream: increment receive buffer count 2013-01-03 16:32:49 +01:00
ustream.h ustream: add ustream_pending_data accessor function 2013-01-01 16:10:39 +01:00
utils.c uloop: add a clock_gettime() implementation for mac os x 2013-01-06 02:42:58 +01:00
utils.h uloop: add a clock_gettime() implementation for mac os x 2013-01-06 02:42:58 +01:00
vlist.c add vlist (from netifd) 2012-05-26 18:01:18 +02:00
vlist.h vlist.h: protect against multiple inclusions 2012-06-10 17:11:36 +02:00