projects
/
project
/
libubox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
project/libubox.git
2024-03-29
Felix Fietkau
ustream: prevent recursive calls to the read callback
master
commit
|
commitdiff
|
tree
|
snapshot
2024-02-24
Christian Marangi
CI: add CodeQL workflow tests
commit
|
commitdiff
|
tree
|
snapshot
2024-02-24
Christian Marangi
CI: add build test run
commit
|
commitdiff
|
tree
|
snapshot
2024-01-26
Felix Fietkau
udebug: fix crash in udebug_entry_vprintf with longer...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-18
Felix Fietkau
CMakeLists.txt: bump minimum cmake version
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Felix Fietkau
udebug: fix file descriptor initialization for __udebug...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Felix Fietkau
udebug: add mips specific quirk
commit
|
commitdiff
|
tree
|
snapshot
2023-12-04
Felix Fietkau
udebug: add more checks for uninitialized buffers
commit
|
commitdiff
|
tree
|
snapshot
2023-11-30
Felix Fietkau
udebug: wait for response after buffer add/remove
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Felix Fietkau
udebug: add inline helper function to test if a buffer...
commit
|
commitdiff
|
tree
|
snapshot
2023-11-29
Felix Fietkau
udebug: add functions for manipulating entry length
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Felix Fietkau
link librt if needed for shm_open
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
John Crispin
udebug: add ulog support
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Felix Fietkau
uloop: fix build using C++ compilers
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Felix Fietkau
udebug: add udebug library code
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Felix Fietkau
uloop: reset flags after __uloop_fd_delete call
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
Felix Fietkau
uloop: fix typo in signal handling rework
commit
|
commitdiff
|
tree
|
snapshot
2023-11-03
Jo-Philipp...
uloop: properly initialize signal handler mask
commit
|
commitdiff
|
tree
|
snapshot
2023-11-02
Jo-Philipp...
uloop: add support for user defined signal handlers
commit
|
commitdiff
|
tree
|
snapshot
2023-11-02
Jo-Philipp...
uloop: add support for interval timers
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Felix Fietkau
uloop: add support for integrating with a different...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-23
Felix Fietkau
uloop: fix uloop_run_timeout
commit
|
commitdiff
|
tree
|
snapshot
2023-04-16
Philip Prindeville
blobmsg: Don't do at run-time what can be done at compi...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-15
Philip Prindeville
jshn.sh: Add pretty-printing to json_dump
commit
|
commitdiff
|
tree
|
snapshot
2023-03-08
Felix Fietkau
usock: fix poll return code check
commit
|
commitdiff
|
tree
|
snapshot
2023-01-03
Felix Fietkau
blobmsg: add blobmsg_parse_array_attr
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Felix Fietkau
blobmsg: add blobmsg_parse_attr function
commit
|
commitdiff
|
tree
|
snapshot
2022-09-27
Felix Fietkau
jshn.sh: add json_add_fields function for adding multip...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-15
Felix Fietkau
blobmsg: work around false positive gcc -Warray-bounds...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-12
Felix Fietkau
blobmsg: implicitly reserve space for 0-terminator...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Felix Fietkau
list.h: add container_of_safe macro
commit
|
commitdiff
|
tree
|
snapshot
2022-02-10
Felix Fietkau
blob: clear buf->head when freeing a buffer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-20
Daniel Golle
vlist: define vlist_for_each_element_safe
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
Stijn Tintel
uloop: deprecate uloop_timeout_remaining
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
Stijn Tintel
lua/uloop: use uloop_timeout_remaining64
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
Stijn Tintel
uloop: add uloop_timeout_remaining64
commit
|
commitdiff
|
tree
|
snapshot
2021-11-04
Stijn Tintel
uloop: restore return type of uloop_timeout_remaining
commit
|
commitdiff
|
tree
|
snapshot
2021-11-03
Stijn Tintel
uloop: avoid integer overflow in tv_diff
commit
|
commitdiff
|
tree
|
snapshot
2021-08-19
Felix Fietkau
list.h: add a few missing iterator macros
commit
|
commitdiff
|
tree
|
snapshot
2021-05-16
Felix Fietkau
json_script: fix unannotated fall-through warning
commit
|
commitdiff
|
tree
|
snapshot
2021-05-16
Felix Fietkau
utils.h: add fallthrough macro
commit
|
commitdiff
|
tree
|
snapshot
2021-04-29
Zefir Kurtisi
blob: fix exceeding maximum buffer length
commit
|
commitdiff
|
tree
|
snapshot
2021-04-29
Zefir Kurtisi
tests: add blob-buffer overflow test
commit
|
commitdiff
|
tree
|
snapshot
2021-03-09
Peter Seiderer
libubox: tests: add more blobmsg/json test cases
commit
|
commitdiff
|
tree
|
snapshot
2021-03-03
Petr Štetiar
tests: cram: test_base64: really fix failing tests
commit
|
commitdiff
|
tree
|
snapshot
2021-03-03
Petr Štetiar
tests: cram: test_base64: fix failing tests
commit
|
commitdiff
|
tree
|
snapshot
2021-03-02
Peter Seiderer
libubox: fix BLOBMSG_CAST_INT64 (do not override BLOBMS...
commit
|
commitdiff
|
tree
|
snapshot
2020-12-13
Rui Salvaterra
utils: simplify mkdir_p boolean conditions
commit
|
commitdiff
|
tree
|
snapshot
2020-12-12
Daniel Golle
utils: introduce mkdir_p
commit
|
commitdiff
|
tree
|
snapshot
2020-08-06
Daniel Golle
blobmsg: introduce BLOBMSG_CAST_INT64
commit
|
commitdiff
|
tree
|
snapshot
2020-07-11
Karl Palsson
examples/lua: attempt to highlight some traps
commit
|
commitdiff
|
tree
|
snapshot
2020-07-11
Karl Palsson
lua/uloop: fd_add: use absolute indices for arguments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-11
Karl Palsson
lua/uloop: make get_sock_fd capable of absolute addresses
commit
|
commitdiff
|
tree
|
snapshot
2020-07-11
Karl Palsson
lua/uloop: fd_add() better args checking
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Rafał Miłecki
blobmsg: drop old comment about json formatting functions
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Felix Fietkau
blobmsg: fix missing length checks
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Felix Fietkau
blobmsg: simplify and fix name length checks in blobmsg...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Felix Fietkau
blobmsg: fix length in blobmsg_check_array
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Petr Štetiar
tests: add fuzzer seed file for crash in blob_len
commit
|
commitdiff
|
tree
|
snapshot
2020-05-24
Matthias Schiffer
blob: make blob_parse_untrusted more permissive
commit
|
commitdiff
|
tree
|
snapshot
2020-05-24
Rafał Miłecki
blobmsg: fix attrs iteration in the blobmsg_check_array...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Petr Štetiar
tests: runqueue: try to fix race on GitLab CI
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Alban Bedel
libubox: runqueue: fix use-after-free bug
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Chris Nisbet
libubox: runqueue fix comment in header
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Petr Štetiar
tests: list: add test case for list_empty iterator
commit
|
commitdiff
|
tree
|
snapshot
2020-02-27
Chris Nisbet
tests: blobmsg: add test case
commit
|
commitdiff
|
tree
|
snapshot
2020-02-27
Chris Nisbet
blobmsg: fix wrong payload len passed from blobmsg_chec...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Juraj Vijtiuk
blobmsg: blobmsg_parse and blobmsg_parse_array oob...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
tests: prefer dynamically allocated buffers
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
blobmsg_json: prefer snprintf usage
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
blobmsg: blobmsg_vprintf: prefer vsnprintf
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
jshn: prefer snprintf usage
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
cmake: add a possibility to set library version
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Dainis Jonitis
blobmsg: blobmsg_add_json_element() 64-bit values
commit
|
commitdiff
|
tree
|
snapshot
2020-01-20
Petr Štetiar
blobmsg_json: fix int16 serialization
commit
|
commitdiff
|
tree
|
snapshot
2020-01-12
Petr Štetiar
tests: blobmsg/json: add more test cases
commit
|
commitdiff
|
tree
|
snapshot
2020-01-12
Petr Štetiar
tests: include json script shunit2 based testing
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
Petr Štetiar
blobmsg: fix wrong payload len passed from blobmsg_chec...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blobmsg: fix array out of bounds GCC 10 warning
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blobmsg: reuse blobmsg_namelen in blobmsg_data
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: fuzz: fuzz _len variants of checking methods
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Tobias Schramm
blobmsg: add _len variants for all attribute checking...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Tobias Schramm
Replace use of blobmsg_check_attr by blobmsg_check_attr_len
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Tobias Schramm
Ensure blob_attr length check does not perform out...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blobmsg: fix heap buffer overflow in blobmsg_parse
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blobmsg: make blobmsg_len and blobmsg_data_len return...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: add test cases for blobmsg parsing
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
test: fuzz: add blobmsg_check_attr crashes
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blob: fix OOB access in blob_check_type
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: use blob_parse_untrusted variant
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blob: introduce blob_parse_untrusted
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
blob: refactor attr parsing into separate function
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
test: fuzz: add blob_parse crashes
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: add test cases for blob parsing
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: add libFuzzer based tests
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
tests: add unit tests covered with Clang sanitizers
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Petr Štetiar
cmake: add more hardening compiler flags
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Petr Štetiar
blobmsg/ulog: fix format string compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Petr Štetiar
cmake: use extra compiler warnings only on gcc6+
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Petr Štetiar
tests: jshn: add more test cases
commit
|
commitdiff
|
tree
|
snapshot
next