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
2018-11-16switch from typeof to the more portable __typeof__lede-17.01Felix Fietkau
2018-01-07jshn: properly support JSON "null" typeJo-Philipp Wich
2018-01-07jshn: read and write 64-bit integersChristian Beier
2017-06-14runqueue: fix use-after-free bugFelix Fietkau
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
2016-06-26loop: make uloop_run() return the cancelling signalMatthias Schiffer
2016-06-26Fix various memory management issuesMatthias Schiffer
2016-06-15uloop: add missing waker_pipe initializationFelix Fietkau
2016-06-15uloop: use a waker for notifying sigchld and loop cancel eventsYousong Zhou
2016-05-19uloop: revert signalfd support for nowFelix Fietkau
2016-05-17uloop: add back support for overriding signal handlers when signalfd is in useFelix Fietkau
2016-05-17uloop: fix signal unblockingFelix Fietkau
2016-05-17uloop: retry waitpid on signal interruptFelix Fietkau
2016-05-17uloop: try to use signalfd for signal handling if availableFelix Fietkau
2016-05-17uloop: move epoll code into a separate fileFelix Fietkau
2016-05-17uloop: move kqueue code into a separate fileFelix Fietkau
2016-04-06blobmsg_json: simplify add_separator and fix thread-safetyMatthias Schiffer
2016-03-05jshn: use an avl tree for env variables to speed up processing of bigger json...Felix Fietkau
2016-02-20examples: add shunit2 tests for json_scriptYousong Zhou
2016-02-20json_script: add "isdir" supportYousong Zhou
2016-02-10blobmsg_json: support json_type_null in blobmsg_add_json_element()Jo-Philipp Wich
2016-01-28usock: implement usock_inet_timeout() with RFC6555 supportFelix Fietkau
2016-01-15ustream-fd: handle ENOTCONN for read/write on not-yet-connected socketsFelix Fietkau
2016-01-15lua: add gc/delete support for processesFelix Fietkau
2016-01-15lua: create a common function for userdata with gcFelix Fietkau
2016-01-15usock: add usock_inet, which returns the remote addressFelix Fietkau
2015-11-22libubox: lua: use pkg-config built in module to search for alternativesKarl Palsson
2015-11-08json_script: allow non-string types in command argumentsFelix Fietkau
2015-11-07json_script: add support for aborting script processingFelix Fietkau
2015-09-15ulog: avoid accidental /dev/kmsg creationSergiy Kibrik
2015-09-09b64_encode(): fixed input[] not initialized warn under gcc 4.4.5Bachtin, Dmitri
2015-09-09Build static version of libblobmsg_jsonBachtin, Dmitri
2015-07-14ustream-fd: handle uloop errorsPhilip Craig
2015-06-29md5: include utils.h instead of endian.h to fix portability issuesFelix Fietkau
2015-06-29md5: include endian.h for musl, otherwise hashes are invalid for BESteven Barth
2015-06-14ulog: always use stderr for ulog_stdio().Yousong Zhou