project/libubox.git
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
2016-06-26 Matthias Schifferloop: make uloop_run() return the cancelling signal
2016-06-26 Matthias SchifferFix various memory management issues
2016-06-15 Felix Fietkauuloop: add missing waker_pipe initialization
2016-06-15 Yousong Zhouuloop: use a waker for notifying sigchld and loop cance...
2016-05-19 Felix Fietkauuloop: revert signalfd support for now
2016-05-17 Felix Fietkauuloop: add back support for overriding signal handlers...
2016-05-17 Felix Fietkauuloop: fix signal unblocking
2016-05-17 Felix Fietkauuloop: retry waitpid on signal interrupt
2016-05-17 Felix Fietkauuloop: try to use signalfd for signal handling if available
2016-05-17 Felix Fietkauuloop: move epoll code into a separate file
2016-05-17 Felix Fietkauuloop: move kqueue code into a separate file
2016-04-06 Matthias Schifferblobmsg_json: simplify add_separator and fix thread...
2016-03-05 Felix Fietkaujshn: use an avl tree for env variables to speed up...
2016-02-20 Yousong Zhouexamples: add shunit2 tests for json_script
2016-02-20 Yousong Zhoujson_script: add "isdir" support
2016-02-09 Jo-Philipp... blobmsg_json: support json_type_null in blobmsg_add_jso...
2016-01-28 Felix Fietkauusock: implement usock_inet_timeout() with RFC6555...
2016-01-15 Felix Fietkauustream-fd: handle ENOTCONN for read/write on not-yet...
2016-01-15 Felix Fietkaulua: add gc/delete support for processes
2016-01-15 Felix Fietkaulua: create a common function for userdata with gc
2016-01-15 Felix Fietkauusock: add usock_inet, which returns the remote address
2015-11-22 Karl Palssonlibubox: lua: use pkg-config built in module to search...
2015-11-08 Felix Fietkaujson_script: allow non-string types in command arguments
2015-11-06 Felix Fietkaujson_script: add support for aborting script processing
2015-09-15 Sergiy Kibrikulog: avoid accidental /dev/kmsg creation
2015-09-09 Bachtin, Dmitrib64_encode(): fixed input[] not initialized warn under...
2015-09-09 Bachtin, DmitriBuild static version of libblobmsg_json
2015-07-14 Philip Craigustream-fd: handle uloop errors
2015-06-29 Felix Fietkaumd5: include utils.h instead of endian.h to fix portabi...
2015-06-29 Steven Barthmd5: include endian.h for musl, otherwise hashes are...
2015-06-14 Yousong Zhouulog: always use stderr for ulog_stdio().
2015-06-14 Nikolay Dimitrovlibubox: cmake: Add BUILD_EXAMPLES option
2015-06-14 Yousong Zhouustream-fd: stop trying to read when s->read_blocked...
2015-06-14 Yousong Zhouustream-fd: readability change.
2015-06-14 Yousong Zhouustream: tweak ustream_prepare_buf() a bit.
2015-05-10 Yegor Yefremovubox: CMake: fix json-c detection
2015-05-08 Felix Fietkauadd a base64 implementation (based on FreeBSD code)
2015-03-21 John Crispinallow process callback to call uloop_end()
2015-02-26 Jo-Philipp... ulog: implement ulog_close()
2015-02-26 Jo-Philipp... ulog: introduce new simple logging api
2015-01-28 Rafał Miłeckiuloop: ignore SIGPIPE by default
2015-01-21 Yousong Zhouutils: use clock_get_time() for clock_gettime() on...
2015-01-21 Yousong Zhouuloop: optimize uloop_timeout_set() implementaiton...
next