index
:
libubox
lede-17.01
master
C utility functions for OpenWrt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-23
blobmsg: add blobmsg_parse_attr function
Felix Fietkau
2022-09-27
jshn.sh: add json_add_fields function for adding multiple fields at once
Felix Fietkau
2022-05-15
blobmsg: work around false positive gcc -Warray-bounds warnings
Felix Fietkau
2022-05-12
blobmsg: implicitly reserve space for 0-terminator in string buf alloc
Felix Fietkau
2022-04-29
list.h: add container_of_safe macro
Felix Fietkau
2022-02-10
blob: clear buf->head when freeing a buffer
Felix Fietkau
2021-11-20
vlist: define vlist_for_each_element_safe
Daniel Golle
2021-11-04
uloop: deprecate uloop_timeout_remaining
Stijn Tintel
2021-11-04
lua/uloop: use uloop_timeout_remaining64
Stijn Tintel
2021-11-04
uloop: add uloop_timeout_remaining64
Stijn Tintel
2021-11-04
uloop: restore return type of uloop_timeout_remaining
Stijn Tintel
2021-11-03
uloop: avoid integer overflow in tv_diff
Stijn Tintel
2021-08-19
list.h: add a few missing iterator macros
Felix Fietkau
2021-05-16
json_script: fix unannotated fall-through warning
Felix Fietkau
2021-05-16
utils.h: add fallthrough macro
Felix Fietkau
2021-04-29
blob: fix exceeding maximum buffer length
Zefir Kurtisi
2021-04-29
tests: add blob-buffer overflow test
Zefir Kurtisi
2021-03-09
libubox: tests: add more blobmsg/json test cases
Peter Seiderer
2021-03-03
tests: cram: test_base64: really fix failing tests
Petr Štetiar
2021-03-03
tests: cram: test_base64: fix failing tests
Petr Štetiar
2021-03-02
libubox: fix BLOBMSG_CAST_INT64 (do not override BLOBMSG_TYPE_DOUBLE)
Peter Seiderer
2020-12-13
utils: simplify mkdir_p boolean conditions
Rui Salvaterra
2020-12-12
utils: introduce mkdir_p
Daniel Golle
2020-08-06
blobmsg: introduce BLOBMSG_CAST_INT64
Daniel Golle
2020-07-11
examples/lua: attempt to highlight some traps
Karl Palsson
2020-07-11
lua/uloop: fd_add: use absolute indices for arguments
Karl Palsson
2020-07-11
lua/uloop: make get_sock_fd capable of absolute addresses
Karl Palsson
2020-07-11
lua/uloop: fd_add() better args checking
Karl Palsson
2020-05-26
blobmsg: drop old comment about json formatting functions
Rafał Miłecki
2020-05-26
blobmsg: fix missing length checks
Felix Fietkau
2020-05-26
blobmsg: simplify and fix name length checks in blobmsg_check_name
Felix Fietkau
2020-05-26
blobmsg: fix length in blobmsg_check_array
Felix Fietkau
2020-05-26
tests: add fuzzer seed file for crash in blob_len
Petr Štetiar
2020-05-24
blob: make blob_parse_untrusted more permissive
Matthias Schiffer
2020-05-24
blobmsg: fix attrs iteration in the blobmsg_check_array_len()
Rafał Miłecki
2020-05-21
tests: runqueue: try to fix race on GitLab CI
Petr Štetiar
2020-05-21
libubox: runqueue: fix use-after-free bug
Alban Bedel
2020-05-21
libubox: runqueue fix comment in header
Chris Nisbet
2020-05-21
tests: list: add test case for list_empty iterator
Petr Štetiar
2020-02-27
tests: blobmsg: add test case
Chris Nisbet
2020-02-27
blobmsg: fix wrong payload len passed from blobmsg_check_array
Chris Nisbet
2020-01-20
blobmsg: blobmsg_parse and blobmsg_parse_array oob read fixes
Juraj Vijtiuk
2020-01-20
tests: prefer dynamically allocated buffers
Petr Štetiar
2020-01-20
blobmsg_json: prefer snprintf usage
Petr Štetiar
2020-01-20
blobmsg: blobmsg_vprintf: prefer vsnprintf
Petr Štetiar
2020-01-20
jshn: prefer snprintf usage
Petr Štetiar
2020-01-20
cmake: add a possibility to set library version
Petr Štetiar
2020-01-20
blobmsg: blobmsg_add_json_element() 64-bit values
Dainis Jonitis
2020-01-20
blobmsg_json: fix int16 serialization
Petr Štetiar
2020-01-12
tests: blobmsg/json: add more test cases
Petr Štetiar
[next]