Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-24jshn: refactor main into smaller piecesPetr Štetiar
2019-11-24avl: guard against theoretical null pointer dereferencePetr Štetiar
2019-11-24blobmsg_json: fix possible uninitialized struct memberPetr Štetiar
2019-11-24base64: fix possible null pointer dereferencePetr Štetiar
2019-11-24add assert.h componentPetr Štetiar
2019-11-24add cram based unit testsPetr Štetiar
2019-11-20add initial GitLab CI supportPetr Štetiar
2019-11-20enable extra compiler checksPetr Štetiar
2019-11-20iron out all extra compiler warningsPetr Štetiar
2019-10-29vlist: add more macros for loop iterationYousong Zhou
2019-10-21libubox, jshn: add option to write output to a fileRoman Yeryomin
2019-06-16ustream: Add format string checks to ustream_(v)printf()Hauke Mehrtens
2019-06-16libubox: add format string checking to ulog()Kristupas Savickas
2019-02-27blobmsg_json: blobmsg_format_string: do not escape '/'Yousong Zhou
2018-07-25fix segfault when passed blobmsg attr is NULLJohn Crispin
2018-06-07utils: add const_* byteswapping functionsFelix Fietkau
2018-04-12utils: fix build error with g++Felix Fietkau
2018-04-07switch from typeof to the more portable __typeof__Felix Fietkau
2018-04-07utils: ensure that byte-order conversion functions evaluate the argument only...Felix Fietkau
2018-04-07jshn: fix format string for int64 typeFelix Fietkau
2018-03-21utils: use constant byte-order conversionFelix Fietkau
2018-02-11libubox: Plug a small memory leak.Rosen Penev
2018-02-08sh/jshn.sh: add json_for_each_item()Hans Dedecker
2018-01-22jshn: add functionality to read big JSONChristian Beier
2018-01-07jshn: properly support JSON "null" typeJo-Philipp Wich
2017-11-06jshn: read and write 64-bit integersChristian Beier
2017-09-29utils: nuke bitfield functions and macrosStijn Tintel
2017-09-29uloop: make SIGCHLD signal handling optionalPetar Paradzik
2017-09-15uloop: Fix race condition in SIGCHLD handlingMichal Sojka
2017-06-17uloop: allow passing 0 as timeout to uloop_runFelix Fietkau
2017-06-17uloop: fix a regression in timeout handlingFelix Fietkau
2017-06-14runqueue: fix use-after-free bugFelix Fietkau
2017-06-01uloop: allow specifying a timeout for uloop_run()Felix Fietkau
2017-06-01json_script: enable custom expr handler callbackDenis Osvald
2017-03-20md5: add "const" qualifier to the "file" argumentYousong Zhou
2017-02-24libubox: Change calloc_a() to return size_t aligned pointersTed Hess
2017-02-03uloop: add uloop_cancelling functionFelix Fietkau
2017-01-20utils: fix build on Mac OS X 10.12Felix Fietkau
2017-01-04blobmsg: add support for doubleAndré Gaul
2016-12-29utils: add helper functions useful for allocating a ring bufferFelix Fietkau
2016-12-24libubox: replace strtok with _r version.Rosen Penev
2016-12-13libubox: allow reading out the pid of uloop process in luaFlorian Eckert
2016-12-12uloop: remove useless epoll data assignmentFelix Fietkau
2016-12-05libubox: allow reading out the remaining time of a uloop timer in LuaStijn Cleynhens
2016-11-29blob/blobmsg: add explicit typecasts for attribute iteratorsFelix Fietkau
2016-10-24kvlist: add static initializer macrosFelix Fietkau
2016-07-29libubox: add static initializer macro for runqueuesFelix Fietkau
2016-07-29avl: add blob comparator functionFelix Fietkau
2016-07-02blobmsg_json: add new functions blobmsg_format_json_value*Matthias Schiffer
2016-06-26uloop: handle waker pipe write() return valueEyal Birger