C utility functions for OpenWrt (mirror)

Rafał Miłecki 5e75160f48 blobmsg: fix attrs iteration in the blobmsg_check_array_len() před 4 roky
examples b0a5cd8a28 add cram based unit tests před 4 roky
lua 4a9f74f7ae libubox: allow reading out the pid of uloop process in lua před 7 roky
sh bb0c830b2a sh/jshn.sh: add json_for_each_item() před 6 roky
tests eeddf22d9c tests: runqueue: try to fix race on GitLab CI před 4 roky
.gitignore 5326ce1046 examples: add shunit2 tests for json_script před 8 roky
.gitlab-ci.yml b0a5cd8a28 add cram based unit tests před 4 roky
CMakeLists.txt b0886a37f3 cmake: add a possibility to set library version před 4 roky
assert.h 8baeeea1f5 add assert.h component před 4 roky
avl-cmp.c 72613ca2c8 avl: add blob comparator function před 8 roky
avl-cmp.h 72613ca2c8 avl: add blob comparator function před 8 roky
avl.c 9b6ede0e53 avl: guard against theoretical null pointer dereference před 4 roky
avl.h ace64897d4 switch from typeof to the more portable __typeof__ před 6 roky
base64.c 0003ea9c45 base64: fix possible null pointer dereference před 4 roky
blob.c 478597b9f9 blob: fix OOB access in blob_check_type před 4 roky
blob.h 143303149c Ensure blob_attr length check does not perform out of bounds reads před 4 roky
blobmsg.c 5e75160f48 blobmsg: fix attrs iteration in the blobmsg_check_array_len() před 4 roky
blobmsg.h 86f6a5b8d1 blobmsg: reuse blobmsg_namelen in blobmsg_data před 4 roky
blobmsg_json.c 1ffa415353 blobmsg_json: prefer snprintf usage před 4 roky
blobmsg_json.h d3fa561e5a blobmsg_json: add new functions blobmsg_format_json_value* před 8 roky
jshn.c a2aab30fc9 jshn: prefer snprintf usage před 4 roky
json_script.c 6228df9de9 iron out all extra compiler warnings před 4 roky
json_script.h 3d45c47752 json_script: add support for aborting script processing před 8 roky
kvlist.c 1f019ceea1 Fix various memory management issues před 8 roky
kvlist.h d0312bd9b1 kvlist: add static initializer macros před 7 roky
list.h ace64897d4 switch from typeof to the more portable __typeof__ před 6 roky
md5.c 7237302147 md5: add "const" qualifier to the "file" argument před 7 roky
md5.h 7237302147 md5: add "const" qualifier to the "file" argument před 7 roky
runqueue.c 89fb6136ad libubox: runqueue: fix use-after-free bug před 4 roky
runqueue.h 89fb6136ad libubox: runqueue: fix use-after-free bug před 4 roky
safe_list.c bc8167eb99 runqueue: add a function that allows adding jobs to the front of the runqueue před 10 roky
safe_list.h bc8167eb99 runqueue: add a function that allows adding jobs to the front of the runqueue před 10 roky
ulog.c 46f8268b4b blobmsg/ulog: fix format string compiler warnings před 4 roky
ulog.h 9dd2dcff70 libubox: add format string checking to ulog() před 5 roky
uloop-epoll.c 372e1e65ef uloop: remove useless epoll data assignment před 7 roky
uloop-kqueue.c 4e3a47a4cb uloop: use a waker for notifying sigchld and loop cancel events před 8 roky
uloop.c f714be125c uloop: make SIGCHLD signal handling optional před 6 roky
uloop.h 368fd26458 uloop: allow specifying a timeout for uloop_run() před 7 roky
usock.c 0c2fbbca80 usock: implement usock_inet_timeout() with RFC6555 support před 8 roky
usock.h 0c2fbbca80 usock: implement usock_inet_timeout() with RFC6555 support před 8 roky
ustream-fd.c bc7e277276 ustream-fd: handle ENOTCONN for read/write on not-yet-connected sockets před 8 roky
ustream.c 1f019ceea1 Fix various memory management issues před 8 roky
ustream.h ecf56174da ustream: Add format string checks to ustream_(v)printf() před 5 roky
utils.c 3aad2948eb libubox: Plug a small memory leak. před 6 roky
utils.h 3c1b33b7d5 utils: add const_* byteswapping functions před 6 roky
vlist.c e9fb256ca5 vlist: constify key argument to vlist_add před 10 roky
vlist.h 301303911d vlist: add more macros for loop iteration před 4 roky