summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introduce the active_list for searching.ticktock352008-12-166-7/+65
* opkg: rename opkg_clone to pkg_t_to_opkg_package_t.ticktock352008-12-151-10/+10
* opkg: Update TODO and remark that pkg_hash_fetch_best_installation_candidateticktock352008-12-151-0/+6
* opkg: using active_list to list all the installed pkgs.ticktock352008-12-153-9/+36
* opkg: using active list to list upgradeable pkgsticktock352008-12-156-28/+44
* opkg: trivial adding some commentsticktock352008-12-152-1/+9
* opkg: update TODOticktock352008-12-151-0/+4
* opkg: trivial rename old_pkg_to_new to pkg_clone as a more readable name.ticktock352008-12-151-10/+15
* opkg: introduce active list into pkg_tticktock352008-12-153-2/+10
* opkg: update the the author infomationticktock352008-12-151-1/+1
* opkg: reinitial node of active_list after clearticktock352008-12-151-2/+1
* opkg: implment active_list_clear()ticktock352008-12-152-1/+17
* opkg: implement active_list_prev and test cases.ticktock352008-12-153-11/+37
* opkg: refactory active_list_next remove unnecessary field.ticktock352008-12-153-29/+13
* opkg: active_list teststicktock352008-12-153-11/+32
* opkg: introduce the protype of active_listticktock352008-12-155-1/+526
* opkg: fixing some trivial defects while reviewing codeticktock352008-12-152-3/+1
* adding list_upgradableticktock352008-12-156-33/+74
* opkg: using calloc to replace the malloc, initialize varaiableticktock352008-12-151-2/+2
* opkg: trivial just indentticktock352008-12-151-2/+2
* opkg: remove the free_error_list wrong usage bugticktock352008-12-151-1/+1
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-1520-48/+75
* opkg: making hash_table_insert works as real hash_table.ticktock352008-12-151-1/+6
* opkg: mark the pkg SF as !SF_FILELIST_CHANGED after write back.ticktock352008-12-151-0/+2
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-155-120/+1
* opkg: only cache the packagesticktock352008-12-151-5/+5
* opkg: add a simple way to pass a path environment for pre/post scription exec...ticktock352008-12-156-5/+42
* opkg: adding cache supportticktock352008-12-156-2/+61
* Clean up some out of date TODOsticktock352008-12-151-72/+16
* opkg: remove ChangeLog, add AUTHORS, remove maintainer-modeticktock352008-12-153-10/+9
* opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Sch...ticktock352008-12-152-11/+0
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-154-6/+7
* Patch from rwhitby to follow 302 redirects properly.ticktock352008-12-151-0/+1
* [opkg] trivial, remove unused variable resticktock352008-12-151-1/+0
* [opkg] Remove the orphan packages while upgradingticktock352008-12-151-0/+55
* [opkg] fix opkg crashes if PATH is unsetticktock352008-12-151-3/+14
* remove build error on gcc 3.4ticktock352008-12-153-1/+5
* opkg: fix the crashing issue.ticktock352008-12-153-2/+13
* opkg: mark one line that cause crash.ticktock352008-12-151-1/+2
* opkg: remove a serious memory leakticktock352008-12-151-1/+8
* opkg: make .opk as the default opkg file extensionticktock352008-12-156-6/+8
* opkg: balance the installed_files reference countticktock352008-12-153-0/+5
* opkg: fix some memory leak and double free issues.ticktock352008-12-152-9/+17
* opkg: Fix a bug that ap may undefined.ticktock352008-12-151-1/+3
* opkg: write the status change after actually updated.ticktock352008-12-151-0/+5
* opkg: adding repository check functionticktock352008-12-153-3/+78
* opkg: let args_init return 0 is successfulticktock352008-12-151-1/+4
* opkg: Don't attempt to check the validity of a repository if package did notticktock352008-12-151-14/+18
* opkg: Fix a small memory leak in opkg_download.ticktock352008-12-151-0/+2
* opkg: remove unused codeticktock352008-12-155-457/+6