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
2013-01-30ustream: fix ustream_read_buf_full() for multiple read buffersFelix Fietkau
2013-01-30blobmsg_json: fix buffer growing on blobmsg json formattingFelix Fietkau
2013-01-23uloop: rename uloop_timeout_pending() to uloop_timeout_remaining()Jo-Philipp Wich
2013-01-23uloop: add uloop_timeout_pending() function to determine the remaining time o...Jo-Philipp Wich
2013-01-23build: remove install prefix overrideFelix Fietkau
2013-01-23blob/blobmsg: use 32 bit load/store for 64 bit access, unaligned attributes c...Felix Fietkau
2013-01-22ustream-fd: retry partial writesFelix Fietkau
2013-01-17rename internal variables in json_get_typeLuka Perkov
2013-01-13blobmsg: add blobmsg_get_stringFelix Fietkau
2013-01-13add license headers for usockFelix Fietkau
2013-01-13list_compat.h: add copyright infoFelix Fietkau
2013-01-13uloop: replace copyright info (code has been completely rewritten over time),...Felix Fietkau
2013-01-13jshn: add copyright infoFelix Fietkau
2013-01-13blobmsg: fix blobmsg_parse_array, drop name field requirementFelix Fietkau
2013-01-13blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat them as null for JSON co...Felix Fietkau
2013-01-08blobmsg: add blobmsg_parse_array()Felix Fietkau
2013-01-06uloop: use clock_gettime with the monotonic clock instead of using gettimeofd...Felix Fietkau
2013-01-06uloop: add a clock_gettime() implementation for mac os xFelix Fietkau
2013-01-06blobmsg_json: export blobmsg_add_objectFelix Fietkau
2013-01-05uloop: add back state tracking on mac os x, it seems to work reliably now (af...Felix Fietkau
2013-01-04sanitize json_get_type functionLuka Perkov
2013-01-04uloop: improve edge trigger reliability on mac os xFelix Fietkau
2013-01-04uloop: ensure SIGCHLD is properly received on mac os xFelix Fietkau
2013-01-04uloop: do less state/change tracking for kevent() on mac os x, it is unreliableFelix Fietkau
2013-01-03ustream: increment receive buffer countFelix Fietkau
2013-01-03ustream-fd: prevent callbacks during initFelix Fietkau
2013-01-03ustream-fd: fix read error handlingFelix Fietkau
2013-01-02uloop: fix immediate timeout processing on mac os xFelix Fietkau
2013-01-01utils: add BUILD_BUG_ON (similar to the one in the linux kernel)Felix Fietkau
2013-01-01ustream: add ustream_pending_data accessor functionFelix Fietkau
2012-12-31utils: make it unnecessary to specify the last NULL argument for calloc_aFelix Fietkau
2012-12-31utils: move ARRAY_SIZE from uloop to utils.hFelix Fietkau
2012-12-31add utils.c, containing a calloc-like function to allocate multiple chunks wi...Felix Fietkau
2012-12-30ustream: avoid calling s->poll from a write path to avoid looping back throug...Felix Fietkau
2012-12-30ustream: fix polling for write buffer availability after buffering writesFelix Fietkau
2012-12-30ustream: suppress write attempts in ustream_printf and ustream_vprintf if a w...Felix Fietkau
2012-12-30ustream: add ustream_read_buf_full() helperFelix Fietkau
2012-12-18jshn: fix check to reset array sequence counters on cleanupFelix Fietkau
2012-12-17jshn: introduce json_is_a() convenience function to check field types without...Jo-Philipp Wich
2012-12-16jshn: fix array handlingFelix Fietkau
2012-12-16jshn: fix some variable handling regressionsFelix Fietkau
2012-12-16jshn: add support for namespacesFelix Fietkau
2012-12-02blob.h: fix endian checkFelix Fietkau
2012-10-31uloop: fix tv_diff() calculationFelix Fietkau
2012-10-31uloop: another timer fixFelix Fietkau
2012-10-31uloop: fix sub-second timer offsets for uloop_timeout_setFelix Fietkau
2012-10-30ustream: make notify_state optional as wellFelix Fietkau
2012-10-30ustream: mark notify_read cb as optionalFelix Fietkau
2012-10-30ustream: add a poll callback function defined by the ustream implementationFelix Fietkau
2012-10-30ustream: fix variable initializationFelix Fietkau