C utility functions for OpenWRT libraries
Find a file
Karl Vogel 926121113b uloop: Add flag to allow callback to be called on error conditions.
In some conditions, an application is interested in errors happening
on a file descriptor and might be able to resolve the issue in the
callback function.

This patch adds a flag to notify the uloop framework that errors
should be passed to the callback function, instead of silently
removing the fd from the polling set.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
2014-02-23 18:18:32 +01:00
examples blobmsg-example: fix length handling in dump_table() calls 2013-09-11 17:59:33 +02:00
lua add declarations for lua{open,close}_uloop to avoid warnings 2012-10-22 20:03:36 +02:00
sh jshn: drop json_select warnings when called from json_get_values() 2014-02-02 15:22:23 +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 avl: fix type handling in container_of uses 2013-03-18 05:53:44 +01:00
blob.c blob: add a magic offset to nesting cookies to ensure that NULL is never returned as a normal value 2013-10-16 01:22:02 +02:00
blob.h blob: add a magic offset to nesting cookies to ensure that NULL is never returned as a normal value 2013-10-16 01:22:02 +02:00
blobmsg.c blob: add a magic offset to nesting cookies to ensure that NULL is never returned as a normal value 2013-10-16 01:22:02 +02:00
blobmsg.h blobmsg: add blobmsg_len() for consistency (similar to blob_len) 2013-10-20 13:19:51 +02:00
blobmsg_json.c blobmsg_json: do not emit any whitespace when formatting without indentation 2013-11-27 18:56:04 +00:00
blobmsg_json.h blobmsg_json: add blobmsg_add_json_from_file 2013-05-29 12:14:48 +02:00
CMakeLists.txt add md5.c to libubox 2013-11-19 20:31:45 +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: implement type safety for container_of() 2013-03-18 05:55:00 +01:00
list_compat.h list_compat.h: add copyright info 2013-01-13 09:49:16 +01:00
md5.c fix memset call in md5.c 2013-11-19 22:53:18 +01:00
md5.h add md5.c to libubox 2013-11-19 20:31:45 +01:00
runqueue.c libubox: runqueue: Cancel task timeout when completeing task 2014-01-29 03:32:30 +00:00
runqueue.h runqueue: add a function that allows adding jobs to the front of the runqueue 2013-11-18 12:25:21 +01:00
safe_list.c runqueue: add a function that allows adding jobs to the front of the runqueue 2013-11-18 12:25:21 +01:00
safe_list.h runqueue: add a function that allows adding jobs to the front of the runqueue 2013-11-18 12:25:21 +01:00
uloop.c uloop: Add flag to allow callback to be called on error conditions. 2014-02-23 18:18:32 +01:00
uloop.h uloop: Add flag to allow callback to be called on error conditions. 2014-02-23 18:18:32 +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: only report stream eof once via state_change callback 2013-05-31 11:18:26 +02:00
ustream.c ustream: properly clear fields to fix ustream reuse 2013-10-19 18:20:03 +02: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.h: fix name collisions in __u_bswap16 with using "val" both inside the macro and as argument 2013-10-24 11:33:23 +02:00
vlist.c vlist: constify key argument to vlist_add 2013-10-05 21:40:04 +02:00
vlist.h vlist: constify key argument to vlist_add 2013-10-05 21:40:04 +02:00