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
2025-07-22
udebug: remove obsolete debug message
Felix Fietkau
2025-06-04
remove compatibility code for older json-c versions
Rosen Penev
2024-12-19
blob: constify attr argument to blob_memdup
Felix Fietkau
2024-03-29
ustream: prevent recursive calls to the read callback
Felix Fietkau
2024-02-24
CI: add CodeQL workflow tests
Christian Marangi
2024-02-24
CI: add build test run
Christian Marangi
2024-01-26
udebug: fix crash in udebug_entry_vprintf with longer strings
Felix Fietkau
2023-12-18
CMakeLists.txt: bump minimum cmake version
Felix Fietkau
2023-12-04
udebug: fix file descriptor initialization for __udebug_buf_map
Felix Fietkau
2023-12-04
udebug: add mips specific quirk
Felix Fietkau
2023-12-04
udebug: add more checks for uninitialized buffers
Felix Fietkau
2023-11-30
udebug: wait for response after buffer add/remove
Felix Fietkau
2023-11-29
udebug: add inline helper function to test if a buffer is allocated
Felix Fietkau
2023-11-29
udebug: add functions for manipulating entry length
Felix Fietkau
2023-11-28
link librt if needed for shm_open
Felix Fietkau
2023-11-28
udebug: add ulog support
John Crispin
2023-11-28
uloop: fix build using C++ compilers
Felix Fietkau
2023-11-27
udebug: add udebug library code
Felix Fietkau
2023-11-27
uloop: reset flags after __uloop_fd_delete call
Felix Fietkau
2023-11-27
uloop: fix typo in signal handling rework
Felix Fietkau
2023-11-03
uloop: properly initialize signal handler mask
Jo-Philipp Wich
2023-11-02
uloop: add support for user defined signal handlers
Jo-Philipp Wich
2023-11-02
uloop: add support for interval timers
Jo-Philipp Wich
2023-05-23
uloop: add support for integrating with a different event loop
Felix Fietkau
2023-05-23
uloop: fix uloop_run_timeout
Felix Fietkau
2023-04-16
blobmsg: Don't do at run-time what can be done at compile-time
Philip Prindeville
2023-04-15
jshn.sh: Add pretty-printing to json_dump
Philip Prindeville
2023-03-08
usock: fix poll return code check
Felix Fietkau
2023-01-03
blobmsg: add blobmsg_parse_array_attr
Felix Fietkau
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
[next]