Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ | graham.gower | 2009-11-04 | 1 | -1/+2 |
* | introduce the active_list for searching. | ticktock35 | 2008-12-16 | 1 | -0/+33 |
* | opkg: using active_list to list all the installed pkgs. | ticktock35 | 2008-12-15 | 1 | -0/+12 |
* | opkg: using active list to list upgradeable pkgs | ticktock35 | 2008-12-15 | 1 | -0/+14 |
* | opkg: introduce active list into pkg_t | ticktock35 | 2008-12-15 | 1 | -0/+4 |
* | opkg: reinitial node of active_list after clear | ticktock35 | 2008-12-15 | 1 | -2/+1 |
* | opkg: implment active_list_clear() | ticktock35 | 2008-12-15 | 1 | -0/+15 |
* | opkg: implement active_list_prev and test cases. | ticktock35 | 2008-12-15 | 1 | -6/+27 |
* | opkg: refactory active_list_next remove unnecessary field. | ticktock35 | 2008-12-15 | 1 | -27/+12 |
* | opkg: introduce the protype of active_list | ticktock35 | 2008-12-15 | 1 | -0/+81 |