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/avl.h
AgeCommit message (Collapse)Author
2018-04-07switch from typeof to the more portable __typeof__Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2014-03-27avl: add AVL_TREE macro to define an initialized struct avl_treeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-21list_compat.h: removeFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-21list_compat.h: remove list_init_head()Felix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-21list_compat.h: remove list_entity compat defineFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-18avl: fix type handling in container_of usesFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2011-04-13make the avl node key constFelix Fietkau
2011-02-06make __avl_find_element() inlineFelix Fietkau
2011-01-22update avl implementation from packetbbFelix Fietkau
2010-12-29merge an avl list implementation (imported from PacketBB)Felix Fietkau