summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-7/+7
* Merge commit 'grg' into HEADgraham.gower2009-12-081-3/+3
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-1/+2
* introduce the active_list for searching.ticktock352008-12-161-0/+33
* opkg: using active_list to list all the installed pkgs.ticktock352008-12-151-0/+12
* opkg: using active list to list upgradeable pkgsticktock352008-12-151-0/+14
* opkg: introduce active list into pkg_tticktock352008-12-151-0/+4
* opkg: reinitial node of active_list after clearticktock352008-12-151-2/+1
* opkg: implment active_list_clear()ticktock352008-12-151-0/+15
* opkg: implement active_list_prev and test cases.ticktock352008-12-151-6/+27
* opkg: refactory active_list_next remove unnecessary field.ticktock352008-12-151-27/+12
* opkg: introduce the protype of active_listticktock352008-12-151-0/+81