C utility functions for OpenWRT libraries
Find a file
Felix Fietkau 00a833c5b6 jshn: add support for the double datatype
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-17 00:50:03 +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 jshn: add support for the double datatype 2013-03-17 00:50:03 +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_buf_grow() 2013-02-10 20:43:33 +01:00
blob.h utils: move endian swap helpers and __packed definition to utils.h 2013-02-11 21:46:41 +01:00
blobmsg.c blobmsg: implement blobmsg_printf and blobmsg_vprintf 2013-02-17 16:42:12 +01:00
blobmsg.h blobmsg: implement blobmsg_printf and blobmsg_vprintf 2013-02-17 16:42:12 +01:00
blobmsg_json.c blobmsg_json: fix buffer growing on blobmsg json formatting 2013-01-29 23:07:10 +01:00
blobmsg_json.h add pkgconfig support for json-c 2013-03-05 10:44:48 +01:00
CMakeLists.txt add pkgconfig support for json-c 2013-03-05 10:44:48 +01:00
jshn.c jshn: add support for the double datatype 2013-03-17 00:50:03 +01:00
json_script.c json_script: do not rely on global includes for other libubox header files 2013-03-02 16:21:11 +01:00
json_script.h json_script: do not rely on global includes for other libubox header files 2013-03-02 16:21:11 +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: remove file descriptors if neither read nor write notification is requested 2013-01-31 16:43:08 +01:00
uloop.h uloop: rename uloop_timeout_pending() to uloop_timeout_remaining() 2013-01-23 19:33:12 +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: do not loop back into the callback from ustream_fd_set_uloop 2013-01-31 17:08:40 +01:00
ustream.c ustream: increment receive buffer count 2013-01-03 16:32:49 +01:00
ustream.h ustream: another fix for ustream_read_buf_full() with split read buffers 2013-01-31 18:10:52 +01:00
utils.c uloop: add a clock_gettime() implementation for mac os x 2013-01-06 02:42:58 +01:00
utils.h utils: make le16 endian conversion functions work with arguments that have side effects 2013-02-14 23:39:57 +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