project/libubox.git
2024-03-29 Felix Fietkauustream: prevent recursive calls to the read callback master
2024-02-24 Christian MarangiCI: add CodeQL workflow tests
2024-02-24 Christian MarangiCI: add build test run
2024-01-26 Felix Fietkauudebug: fix crash in udebug_entry_vprintf with longer...
2023-12-18 Felix FietkauCMakeLists.txt: bump minimum cmake version
2023-12-04 Felix Fietkauudebug: fix file descriptor initialization for __udebug...
2023-12-04 Felix Fietkauudebug: add mips specific quirk
2023-12-04 Felix Fietkauudebug: add more checks for uninitialized buffers
2023-11-30 Felix Fietkauudebug: wait for response after buffer add/remove
2023-11-29 Felix Fietkauudebug: add inline helper function to test if a buffer...
2023-11-29 Felix Fietkauudebug: add functions for manipulating entry length
2023-11-28 Felix Fietkaulink librt if needed for shm_open
2023-11-28 John Crispinudebug: add ulog support
2023-11-28 Felix Fietkauuloop: fix build using C++ compilers
2023-11-27 Felix Fietkauudebug: add udebug library code
2023-11-27 Felix Fietkauuloop: reset flags after __uloop_fd_delete call
2023-11-27 Felix Fietkauuloop: fix typo in signal handling rework
2023-11-03 Jo-Philipp... uloop: properly initialize signal handler mask
2023-11-02 Jo-Philipp... uloop: add support for user defined signal handlers
2023-11-02 Jo-Philipp... uloop: add support for interval timers
2023-05-23 Felix Fietkauuloop: add support for integrating with a different...
2023-05-23 Felix Fietkauuloop: fix uloop_run_timeout
2023-04-16 Philip Prindevilleblobmsg: Don't do at run-time what can be done at compi...
2023-04-15 Philip Prindevillejshn.sh: Add pretty-printing to json_dump
2023-03-08 Felix Fietkauusock: fix poll return code check
2023-01-03 Felix Fietkaublobmsg: add blobmsg_parse_array_attr
2022-11-23 Felix Fietkaublobmsg: add blobmsg_parse_attr function
2022-09-27 Felix Fietkaujshn.sh: add json_add_fields function for adding multip...
2022-05-15 Felix Fietkaublobmsg: work around false positive gcc -Warray-bounds...
2022-05-12 Felix Fietkaublobmsg: implicitly reserve space for 0-terminator...
2022-04-29 Felix Fietkaulist.h: add container_of_safe macro
2022-02-10 Felix Fietkaublob: clear buf->head when freeing a buffer
2021-11-20 Daniel Gollevlist: define vlist_for_each_element_safe
2021-11-04 Stijn Tinteluloop: deprecate uloop_timeout_remaining
2021-11-04 Stijn Tintellua/uloop: use uloop_timeout_remaining64
2021-11-04 Stijn Tinteluloop: add uloop_timeout_remaining64
2021-11-04 Stijn Tinteluloop: restore return type of uloop_timeout_remaining
2021-11-03 Stijn Tinteluloop: avoid integer overflow in tv_diff
2021-08-19 Felix Fietkaulist.h: add a few missing iterator macros
2021-05-16 Felix Fietkaujson_script: fix unannotated fall-through warning
2021-05-16 Felix Fietkauutils.h: add fallthrough macro
2021-04-29 Zefir Kurtisiblob: fix exceeding maximum buffer length
2021-04-29 Zefir Kurtisitests: add blob-buffer overflow test
2021-03-09 Peter Seidererlibubox: tests: add more blobmsg/json test cases
2021-03-03 Petr Štetiartests: cram: test_base64: really fix failing tests
2021-03-03 Petr Štetiartests: cram: test_base64: fix failing tests
2021-03-02 Peter Seidererlibubox: fix BLOBMSG_CAST_INT64 (do not override BLOBMS...
2020-12-13 Rui Salvaterrautils: simplify mkdir_p boolean conditions
2020-12-12 Daniel Golleutils: introduce mkdir_p
2020-08-06 Daniel Golleblobmsg: introduce BLOBMSG_CAST_INT64
2020-07-11 Karl Palssonexamples/lua: attempt to highlight some traps
2020-07-11 Karl Palssonlua/uloop: fd_add: use absolute indices for arguments
2020-07-11 Karl Palssonlua/uloop: make get_sock_fd capable of absolute addresses
2020-07-11 Karl Palssonlua/uloop: fd_add() better args checking
2020-05-26 Rafał Miłeckiblobmsg: drop old comment about json formatting functions
2020-05-26 Felix Fietkaublobmsg: fix missing length checks
2020-05-26 Felix Fietkaublobmsg: simplify and fix name length checks in blobmsg...
2020-05-26 Felix Fietkaublobmsg: fix length in blobmsg_check_array
2020-05-26 Petr Štetiartests: add fuzzer seed file for crash in blob_len
2020-05-24 Matthias Schifferblob: make blob_parse_untrusted more permissive
2020-05-24 Rafał Miłeckiblobmsg: fix attrs iteration in the blobmsg_check_array...
2020-05-21 Petr Štetiartests: runqueue: try to fix race on GitLab CI
2020-05-21 Alban Bedellibubox: runqueue: fix use-after-free bug
2020-05-21 Chris Nisbetlibubox: runqueue fix comment in header
2020-05-21 Petr Štetiartests: list: add test case for list_empty iterator
2020-02-27 Chris Nisbettests: blobmsg: add test case
2020-02-27 Chris Nisbetblobmsg: fix wrong payload len passed from blobmsg_chec...
2020-01-20 Juraj Vijtiukblobmsg: blobmsg_parse and blobmsg_parse_array oob...
2020-01-20 Petr Štetiartests: prefer dynamically allocated buffers
2020-01-20 Petr Štetiarblobmsg_json: prefer snprintf usage
2020-01-20 Petr Štetiarblobmsg: blobmsg_vprintf: prefer vsnprintf
2020-01-20 Petr Štetiarjshn: prefer snprintf usage
2020-01-20 Petr Štetiarcmake: add a possibility to set library version
2020-01-20 Dainis Jonitisblobmsg: blobmsg_add_json_element() 64-bit values
2020-01-20 Petr Štetiarblobmsg_json: fix int16 serialization
2020-01-12 Petr Štetiartests: blobmsg/json: add more test cases
2020-01-12 Petr Štetiartests: include json script shunit2 based testing
2019-12-28 Petr Štetiarblobmsg: fix wrong payload len passed from blobmsg_chec...
2019-12-25 Petr Štetiarblobmsg: fix array out of bounds GCC 10 warning
2019-12-25 Petr Štetiarblobmsg: reuse blobmsg_namelen in blobmsg_data
2019-12-25 Petr Štetiartests: fuzz: fuzz _len variants of checking methods
2019-12-25 Tobias Schrammblobmsg: add _len variants for all attribute checking...
2019-12-25 Tobias SchrammReplace use of blobmsg_check_attr by blobmsg_check_attr_len
2019-12-25 Tobias SchrammEnsure blob_attr length check does not perform out...
2019-12-25 Petr Štetiarblobmsg: fix heap buffer overflow in blobmsg_parse
2019-12-25 Petr Štetiarblobmsg: make blobmsg_len and blobmsg_data_len return...
2019-12-25 Petr Štetiartests: add test cases for blobmsg parsing
2019-12-25 Petr Štetiartest: fuzz: add blobmsg_check_attr crashes
2019-12-25 Petr Štetiarblob: fix OOB access in blob_check_type
2019-12-25 Petr Štetiartests: use blob_parse_untrusted variant
2019-12-25 Petr Štetiarblob: introduce blob_parse_untrusted
2019-12-25 Petr Štetiarblob: refactor attr parsing into separate function
2019-12-25 Petr Štetiartest: fuzz: add blob_parse crashes
2019-12-25 Petr Štetiartests: add test cases for blob parsing
2019-12-25 Petr Štetiartests: add libFuzzer based tests
2019-12-25 Petr Štetiartests: add unit tests covered with Clang sanitizers
2019-12-25 Petr Štetiarcmake: add more hardening compiler flags
2019-12-07 Petr Štetiarblobmsg/ulog: fix format string compiler warnings
2019-12-01 Petr Štetiarcmake: use extra compiler warnings only on gcc6+
2019-11-24 Petr Štetiartests: jshn: add more test cases
next