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
2021-05-16utils.h: add fallthrough macroFelix Fietkau
2020-12-13utils: introduce mkdir_pDaniel Golle
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-03-21utils: use constant byte-order conversionFelix Fietkau
2017-09-29utils: nuke bitfield functions and macrosStijn Tintel
2017-01-20utils: fix build on Mac OS X 10.12Felix Fietkau
2016-12-29utils: add helper functions useful for allocating a ring bufferFelix Fietkau
2015-05-08add a base64 implementation (based on FreeBSD code)Felix Fietkau
2015-01-21utils: use clock_get_time() for clock_gettime() on Apple.Yousong Zhou
2014-04-30utils: add a bitfield size macroFelix Fietkau
2014-03-18utils: add __constructor and __hidden definesFelix Fietkau
2013-10-24utils.h: fix name collisions in __u_bswap16 with using "val" both inside the ...Felix Fietkau
2013-06-10utils: add bitfield inline opsFelix Fietkau
2013-02-15utils: make le16 endian conversion functions work with arguments that have si...Felix Fietkau
2013-02-15utils.h: make 16-bit little endian conversion robust against pointer subtract...Felix Fietkau
2013-02-13utils: add little-endian swap helpersFelix Fietkau
2013-02-12utils: prefer using gccs builtin swapping functions which support constant fo...Felix Fietkau
2013-02-12utils: move endian swap helpers and __packed definition to utils.hFelix Fietkau
2013-01-06uloop: add a clock_gettime() implementation for mac os xFelix Fietkau
2013-01-01utils: add BUILD_BUG_ON (similar to the one in the linux kernel)Felix 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