introduce the active_list for searching.
[oweals/opkg-lede.git] / libopkg / active_list.c
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: using active_list to list all the installed pkgs.
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: introduce active list into pkg_t
2008-12-15 ticktock35opkg: reinitial node of active_list after clear
2008-12-15 ticktock35opkg: implment active_list_clear()
2008-12-15 ticktock35opkg: implement active_list_prev and test cases.
2008-12-15 ticktock35opkg: refactory active_list_next remove unnecessary...
2008-12-15 ticktock35opkg: introduce the protype of active_list