| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce a meory leak | ticktock35 | 2009-02-03 | 1 | -2/+5 |
|
|
* | Initial the 'err' valaible in opkg_install_by_name , or it may be used without | ticktock35 | 2009-02-01 | 1 | -1/+1 |
|
|
* | Thanks to: Per Hansen <spamhans@yahoo.de> | ticktock35 | 2009-01-24 | 1 | -1/+1 |
|
|
* | fix a buffer overflow bug that cause | ticktock35 | 2009-01-19 | 2 | -4/+32 |
|
|
* | Making the status_file singleton, every package is using the same file, | ticktock35 | 2009-01-09 | 1 | -25/+20 |
|
|
* | opkg the config file dir to that one actually works | ticktock35 | 2008-12-28 | 1 | -1/+1 |
|
|
* | adding check_signature config | ticktock35 | 2008-12-28 | 6 | -61/+69 |
|
|
* | revert R190, keep R191 | ticktock35 | 2008-12-27 | 3 | -83/+6 |
|
|
* | adding --enable-curl configuation to configure.ac | ticktock35 | 2008-12-27 | 3 | -1/+38 |
|
|
* | Thanks for Mike Westerhof <mwester@dls.net> | ticktock35 | 2008-12-27 | 3 | -6/+83 |
|
|
* | when configure with --disable-gpg, no message complain about the signature st... | ticktock35 | 2008-12-26 | 2 | -3/+1 |
|
|
* | remove the active_list_test target | ticktock35 | 2008-12-19 | 1 | -1/+2 |
|
|
* | Turn off the active_list_test app by default. Use it when we need it. | ticktock35 | 2008-12-19 | 1 | -3/+3 |
|
|
* | using hash_table reduce an O(n^2) algorithm to O(n) | ticktock35 | 2008-12-19 | 1 | -14/+13 |
|
|
* | using list_head to handle the list | ticktock35 | 2008-12-18 | 21 | -322/+296 |
|
|
* | only add pkg_vec_sort when needed | ticktock35 | 2008-12-16 | 2 | -5/+2 |
|
|
* | move pkg_compare_name to pkg_vec and remove qsort in hash_get | ticktock35 | 2008-12-16 | 6 | -18/+16 |
|
|
* | remove some unnecessary code from pkg_vec_insert | ticktock35 | 2008-12-16 | 2 | -8/+6 |
|
|
* | introduce the active_list for searching. | ticktock35 | 2008-12-16 | 6 | -7/+65 |
|
|
* | opkg: rename opkg_clone to pkg_t_to_opkg_package_t. | ticktock35 | 2008-12-15 | 1 | -10/+10 |
|
|
* | opkg: Update TODO and remark that pkg_hash_fetch_best_installation_candidate | ticktock35 | 2008-12-15 | 1 | -0/+6 |
|
|
* | opkg: using active_list to list all the installed pkgs. | ticktock35 | 2008-12-15 | 3 | -9/+36 |
|
|
* | opkg: using active list to list upgradeable pkgs | ticktock35 | 2008-12-15 | 6 | -28/+44 |
|
|
* | opkg: trivial adding some comments | ticktock35 | 2008-12-15 | 2 | -1/+9 |
|
|
* | opkg: update TODO | ticktock35 | 2008-12-15 | 1 | -0/+4 |
|
|
* | opkg: trivial rename old_pkg_to_new to pkg_clone as a more readable name. | ticktock35 | 2008-12-15 | 1 | -10/+15 |
|
|
* | opkg: introduce active list into pkg_t | ticktock35 | 2008-12-15 | 3 | -2/+10 |
|
|
* | opkg: update the the author infomation | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: reinitial node of active_list after clear | ticktock35 | 2008-12-15 | 1 | -2/+1 |
|
|
* | opkg: implment active_list_clear() | ticktock35 | 2008-12-15 | 2 | -1/+17 |
|
|
* | opkg: implement active_list_prev and test cases. | ticktock35 | 2008-12-15 | 3 | -11/+37 |
|
|
* | opkg: refactory active_list_next remove unnecessary field. | ticktock35 | 2008-12-15 | 3 | -29/+13 |
|
|
* | opkg: active_list tests | ticktock35 | 2008-12-15 | 3 | -11/+32 |
|
|
* | opkg: introduce the protype of active_list | ticktock35 | 2008-12-15 | 5 | -1/+526 |
|
|
* | opkg: fixing some trivial defects while reviewing code | ticktock35 | 2008-12-15 | 2 | -3/+1 |
|
|
* | adding list_upgradable | ticktock35 | 2008-12-15 | 6 | -33/+74 |
|
|
* | opkg: using calloc to replace the malloc, initialize varaiable | ticktock35 | 2008-12-15 | 1 | -2/+2 |
|
|
* | opkg: trivial just indent | ticktock35 | 2008-12-15 | 1 | -2/+2 |
|
|
* | opkg: remove the free_error_list wrong usage bug | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: adding the hash_table_remove API, not using yet. | ticktock35 | 2008-12-15 | 20 | -48/+75 |
|
|
* | opkg: making hash_table_insert works as real hash_table. | ticktock35 | 2008-12-15 | 1 | -1/+6 |
|
|
* | opkg: mark the pkg SF as !SF_FILELIST_CHANGED after write back. | ticktock35 | 2008-12-15 | 1 | -0/+2 |
|
|
* | opkg: trivial, clean up obsolete code, and some typo | ticktock35 | 2008-12-15 | 5 | -120/+1 |
|
|
* | opkg: only cache the packages | ticktock35 | 2008-12-15 | 1 | -5/+5 |
|
|
* | opkg: add a simple way to pass a path environment for pre/post scription exec... | ticktock35 | 2008-12-15 | 6 | -5/+42 |
|
|
* | opkg: adding cache support | ticktock35 | 2008-12-15 | 6 | -2/+61 |
|
|
* | Clean up some out of date TODOs | ticktock35 | 2008-12-15 | 1 | -72/+16 |
|
|
* | opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode | ticktock35 | 2008-12-15 | 3 | -10/+9 |
|
|
* | opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Sch... | ticktock35 | 2008-12-15 | 2 | -11/+0 |
|
|
* | [opkg] fixing typo & incompatible part to gcc 4.3.2 | ticktock35 | 2008-12-15 | 4 | -6/+7 |
|
|