oweals/libubox.git
2020-05-26 Rafał Miłeckiblobmsg: drop old comment about json formatting functions master
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
2019-11-24 Petr Štetiarjshn: fix missing usage for -p and -o arguments
2019-11-24 Petr Štetiarjshn: fix off by one in jshn_parse_file
2019-11-24 Petr Štetiarjshn: jshn_parse: fix leaks of memory pointed to by...
2019-11-24 Petr Štetiarjshn: main: fix leak of memory pointed to by 'vars'
2019-11-24 Petr Štetiarjshn: refactor main into smaller pieces
2019-11-24 Petr Štetiaravl: guard against theoretical null pointer dereference
2019-11-24 Petr Štetiarblobmsg_json: fix possible uninitialized struct member
2019-11-24 Petr Štetiarbase64: fix possible null pointer dereference
2019-11-24 Petr Štetiaradd assert.h component
2019-11-24 Petr Štetiaradd cram based unit tests
2019-11-20 Petr Štetiaradd initial GitLab CI support
2019-11-20 Petr Štetiarenable extra compiler checks
2019-11-20 Petr Štetiariron out all extra compiler warnings
2019-10-29 Yousong Zhouvlist: add more macros for loop iteration
2019-10-21 Roman Yeryominlibubox, jshn: add option to write output to a file
2019-06-16 Hauke Mehrtensustream: Add format string checks to ustream_(v)printf()
2019-06-16 Kristupas Savickaslibubox: add format string checking to ulog()
2019-02-27 Yousong Zhoublobmsg_json: blobmsg_format_string: do not escape '/'
2018-07-25 John Crispinfix segfault when passed blobmsg attr is NULL
2018-06-07 Felix Fietkauutils: add const_* byteswapping functions
2018-04-12 Felix Fietkauutils: fix build error with g++
2018-04-07 Felix Fietkauswitch from typeof to the more portable __typeof__
2018-04-07 Felix Fietkauutils: ensure that byte-order conversion functions...
2018-04-07 Felix Fietkaujshn: fix format string for int64 type
2018-03-21 Felix Fietkauutils: use constant byte-order conversion
2018-02-11 Rosen Penevlibubox: Plug a small memory leak.
2018-02-08 Hans Dedeckersh/jshn.sh: add json_for_each_item()
2018-01-22 Christian Beierjshn: add functionality to read big JSON
2018-01-07 Jo-Philipp... jshn: properly support JSON "null" type
2017-11-06 Christian Beierjshn: read and write 64-bit integers
2017-09-29 Stijn Tintelutils: nuke bitfield functions and macros
2017-09-29 Petar Paradzikuloop: make SIGCHLD signal handling optional
2017-09-15 Michal Sojkauloop: Fix race condition in SIGCHLD handling
2017-06-17 Felix Fietkauuloop: allow passing 0 as timeout to uloop_run
2017-06-17 Felix Fietkauuloop: fix a regression in timeout handling
2017-06-14 Felix Fietkaurunqueue: fix use-after-free bug
2017-06-01 Felix Fietkauuloop: allow specifying a timeout for uloop_run()
2017-06-01 Denis Osvaldjson_script: enable custom expr handler callback
2017-03-20 Yousong Zhoumd5: add "const" qualifier to the "file" argument
2017-02-24 Ted Hesslibubox: Change calloc_a() to return size_t aligned...
2017-02-03 Felix Fietkauuloop: add uloop_cancelling function
2017-01-20 Felix Fietkauutils: fix build on Mac OS X 10.12
2017-01-04 André Gaulblobmsg: add support for double
2016-12-28 Felix Fietkauutils: add helper functions useful for allocating a...
2016-12-24 Rosen Penevlibubox: replace strtok with _r version.
2016-12-13 Florian Eckertlibubox: allow reading out the pid of uloop process...
2016-12-12 Felix Fietkauuloop: remove useless epoll data assignment
2016-12-05 Stijn Cleynhenslibubox: allow reading out the remaining time of a...
2016-11-29 Felix Fietkaublob/blobmsg: add explicit typecasts for attribute...
2016-10-24 Felix Fietkaukvlist: add static initializer macros
2016-07-29 Felix Fietkaulibubox: add static initializer macro for runqueues
2016-07-29 Felix Fietkauavl: add blob comparator function
2016-07-02 Matthias Schifferblobmsg_json: add new functions blobmsg_format_json_value*
2016-06-26 Eyal Birgeruloop: handle waker pipe write() return value
next