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
path: root/list.h
AgeCommit message (Collapse)Author
2022-04-29list.h: add container_of_safe macroFelix Fietkau
It works like container_of, except that it also deals with NULL pointers Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-08-19list.h: add a few missing iterator macrosFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-04-07switch from typeof to the more portable __typeof__Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2013-03-18list.h: implement type safety for container_of()Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-10-04list.h: undefine LIST_HEAD to prevent conflicts on mac os xFelix Fietkau
2012-02-07replace list.h with a BSD licensed variant (taken from FreeBSD SVN)Felix Fietkau
2011-10-27list.h: rename parameter named "new" to "_new" to avoid using a reserved C++ ↵Felix Fietkau
keyword (patch by Arthur Davis)
2011-03-26remove the hlist codeFelix Fietkau
2010-12-29merge an avl list implementation (imported from PacketBB)Felix Fietkau
2010-10-13Initial importFelix Fietkau