examples
|
examples/lua: attempt to highlight some traps
|
9 months ago |
lua
|
lua/uloop: fd_add: use absolute indices for arguments
|
9 months ago |
sh
|
sh/jshn.sh: add json_for_each_item()
|
3 years ago |
tests
|
tests: add fuzzer seed file for crash in blob_len
|
11 months ago |
.gitignore
|
examples: add shunit2 tests for json_script
|
5 years ago |
.gitlab-ci.yml
|
add cram based unit tests
|
1 year ago |
CMakeLists.txt
|
cmake: add a possibility to set library version
|
1 year ago |
assert.h
|
add assert.h component
|
1 year ago |
avl-cmp.c
|
avl: add blob comparator function
|
5 years ago |
avl-cmp.h
|
avl: add blob comparator function
|
5 years ago |
avl.c
|
avl: guard against theoretical null pointer dereference
|
1 year ago |
avl.h
|
switch from typeof to the more portable __typeof__
|
3 years ago |
base64.c
|
base64: fix possible null pointer dereference
|
1 year ago |
blob.c
|
blob: make blob_parse_untrusted more permissive
|
11 months ago |
blob.h
|
Ensure blob_attr length check does not perform out of bounds reads
|
1 year ago |
blobmsg.c
|
blobmsg: introduce BLOBMSG_CAST_INT64
|
9 months ago |
blobmsg.h
|
blobmsg: introduce BLOBMSG_CAST_INT64
|
9 months ago |
blobmsg_json.c
|
blobmsg_json: prefer snprintf usage
|
1 year ago |
blobmsg_json.h
|
blobmsg_json: add new functions blobmsg_format_json_value*
|
5 years ago |
jshn.c
|
jshn: prefer snprintf usage
|
1 year ago |
json_script.c
|
iron out all extra compiler warnings
|
1 year ago |
json_script.h
|
json_script: add support for aborting script processing
|
6 years ago |
kvlist.c
|
Fix various memory management issues
|
5 years ago |
kvlist.h
|
kvlist: add static initializer macros
|
5 years ago |
list.h
|
switch from typeof to the more portable __typeof__
|
3 years ago |
md5.c
|
md5: add "const" qualifier to the "file" argument
|
4 years ago |
md5.h
|
md5: add "const" qualifier to the "file" argument
|
4 years ago |
runqueue.c
|
libubox: runqueue: fix use-after-free bug
|
11 months ago |
runqueue.h
|
libubox: runqueue: fix use-after-free bug
|
11 months ago |
safe_list.c
|
runqueue: add a function that allows adding jobs to the front of the runqueue
|
8 years ago |
safe_list.h
|
runqueue: add a function that allows adding jobs to the front of the runqueue
|
8 years ago |
ulog.c
|
blobmsg/ulog: fix format string compiler warnings
|
1 year ago |
ulog.h
|
libubox: add format string checking to ulog()
|
2 years ago |
uloop-epoll.c
|
uloop: remove useless epoll data assignment
|
4 years ago |
uloop-kqueue.c
|
uloop: use a waker for notifying sigchld and loop cancel events
|
5 years ago |
uloop.c
|
uloop: make SIGCHLD signal handling optional
|
4 years ago |
uloop.h
|
uloop: allow specifying a timeout for uloop_run()
|
4 years ago |
usock.c
|
usock: implement usock_inet_timeout() with RFC6555 support
|
5 years ago |
usock.h
|
usock: implement usock_inet_timeout() with RFC6555 support
|
5 years ago |
ustream-fd.c
|
ustream-fd: handle ENOTCONN for read/write on not-yet-connected sockets
|
5 years ago |
ustream.c
|
Fix various memory management issues
|
5 years ago |
ustream.h
|
ustream: Add format string checks to ustream_(v)printf()
|
2 years ago |
utils.c
|
utils: simplify mkdir_p boolean conditions
|
4 months ago |
utils.h
|
utils: introduce mkdir_p
|
4 months ago |
vlist.c
|
vlist: constify key argument to vlist_add
|
8 years ago |
vlist.h
|
vlist: add more macros for loop iteration
|
1 year ago |