C utility functions for OpenWrt (mirror)

Petr Štetiar 478597b9f9 blob: fix OOB access in blob_check_type há 4 anos atrás
examples b0a5cd8a28 add cram based unit tests há 4 anos atrás
lua 4a9f74f7ae libubox: allow reading out the pid of uloop process in lua há 7 anos atrás
sh bb0c830b2a sh/jshn.sh: add json_for_each_item() há 6 anos atrás
tests 478597b9f9 blob: fix OOB access in blob_check_type há 4 anos atrás
.gitignore 5326ce1046 examples: add shunit2 tests for json_script há 8 anos atrás
.gitlab-ci.yml b0a5cd8a28 add cram based unit tests há 4 anos atrás
CMakeLists.txt bf680707ac tests: add unit tests covered with Clang sanitizers há 4 anos atrás
assert.h 8baeeea1f5 add assert.h component há 4 anos atrás
avl-cmp.c 72613ca2c8 avl: add blob comparator function há 7 anos atrás
avl-cmp.h 72613ca2c8 avl: add blob comparator function há 7 anos atrás
avl.c 9b6ede0e53 avl: guard against theoretical null pointer dereference há 4 anos atrás
avl.h ace64897d4 switch from typeof to the more portable __typeof__ há 6 anos atrás
base64.c 0003ea9c45 base64: fix possible null pointer dereference há 4 anos atrás
blob.c 478597b9f9 blob: fix OOB access in blob_check_type há 4 anos atrás
blob.h 0b24e24b93 blob: introduce blob_parse_untrusted há 4 anos atrás
blobmsg.c 46f8268b4b blobmsg/ulog: fix format string compiler warnings há 4 anos atrás
blobmsg.h c83a84afbe fix segfault when passed blobmsg attr is NULL há 5 anos atrás
blobmsg_json.c c008294a83 blobmsg_json: fix possible uninitialized struct member há 4 anos atrás
blobmsg_json.h d3fa561e5a blobmsg_json: add new functions blobmsg_format_json_value* há 7 anos atrás
jshn.c 26586dae43 jshn: fix missing usage for -p and -o arguments há 4 anos atrás
json_script.c 6228df9de9 iron out all extra compiler warnings há 4 anos atrás
json_script.h 3d45c47752 json_script: add support for aborting script processing há 8 anos atrás
kvlist.c 1f019ceea1 Fix various memory management issues há 7 anos atrás
kvlist.h d0312bd9b1 kvlist: add static initializer macros há 7 anos atrás
list.h ace64897d4 switch from typeof to the more portable __typeof__ há 6 anos atrás
md5.c 7237302147 md5: add "const" qualifier to the "file" argument há 7 anos atrás
md5.h 7237302147 md5: add "const" qualifier to the "file" argument há 7 anos atrás
runqueue.c 6a7fb7d8df runqueue: fix use-after-free bug há 7 anos atrás
runqueue.h 290c64ef5b libubox: add static initializer macro for runqueues há 7 anos atrás
safe_list.c bc8167eb99 runqueue: add a function that allows adding jobs to the front of the runqueue há 10 anos atrás
safe_list.h bc8167eb99 runqueue: add a function that allows adding jobs to the front of the runqueue há 10 anos atrás
ulog.c 46f8268b4b blobmsg/ulog: fix format string compiler warnings há 4 anos atrás
ulog.h 9dd2dcff70 libubox: add format string checking to ulog() há 4 anos atrás
uloop-epoll.c 372e1e65ef uloop: remove useless epoll data assignment há 7 anos atrás
uloop-kqueue.c 4e3a47a4cb uloop: use a waker for notifying sigchld and loop cancel events há 8 anos atrás
uloop.c f714be125c uloop: make SIGCHLD signal handling optional há 6 anos atrás
uloop.h 368fd26458 uloop: allow specifying a timeout for uloop_run() há 7 anos atrás
usock.c 0c2fbbca80 usock: implement usock_inet_timeout() with RFC6555 support há 8 anos atrás
usock.h 0c2fbbca80 usock: implement usock_inet_timeout() with RFC6555 support há 8 anos atrás
ustream-fd.c bc7e277276 ustream-fd: handle ENOTCONN for read/write on not-yet-connected sockets há 8 anos atrás
ustream.c 1f019ceea1 Fix various memory management issues há 7 anos atrás
ustream.h ecf56174da ustream: Add format string checks to ustream_(v)printf() há 4 anos atrás
utils.c 3aad2948eb libubox: Plug a small memory leak. há 6 anos atrás
utils.h 3c1b33b7d5 utils: add const_* byteswapping functions há 6 anos atrás
vlist.c e9fb256ca5 vlist: constify key argument to vlist_add há 10 anos atrás
vlist.h 301303911d vlist: add more macros for loop iteration há 4 anos atrás