blobmsg: drop old comment about json formatting functions
[oweals/libubox.git] / utils.h
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-03-21 Felix Fietkauutils: use constant byte-order conversion
2017-09-29 Stijn Tintelutils: nuke bitfield functions and macros
2017-01-20 Felix Fietkauutils: fix build on Mac OS X 10.12
2016-12-28 Felix Fietkauutils: add helper functions useful for allocating a...
2015-05-08 Felix Fietkauadd a base64 implementation (based on FreeBSD code)
2015-01-21 Yousong Zhouutils: use clock_get_time() for clock_gettime() on...
2014-04-30 Felix Fietkauutils: add a bitfield size macro
2014-03-18 Felix Fietkauutils: add __constructor and __hidden defines
2013-10-24 Felix Fietkauutils.h: fix name collisions in __u_bswap16 with using...
2013-06-10 Felix Fietkauutils: add bitfield inline ops
2013-02-14 Felix Fietkauutils: make le16 endian conversion functions work with...
2013-02-14 Felix Fietkauutils.h: make 16-bit little endian conversion robust...
2013-02-13 Felix Fietkauutils: add little-endian swap helpers
2013-02-11 Felix Fietkauutils: prefer using gccs builtin swapping functions...
2013-02-11 Felix Fietkauutils: move endian swap helpers and __packed definition...
2013-01-06 Felix Fietkauuloop: add a clock_gettime() implementation for mac...
2013-01-01 Felix Fietkauutils: add BUILD_BUG_ON (similar to the one in the...
2012-12-31 Felix Fietkauutils: make it unnecessary to specify the last NULL...
2012-12-31 Felix Fietkauutils: move ARRAY_SIZE from uloop to utils.h
2012-12-31 Felix Fietkauadd utils.c, containing a calloc-like function to alloc...