summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* adds a configure option so "/etc/opkg" can beticktock352009-06-144-8/+11
* adding new flag flag_maintainerticktock352009-04-176-12/+29
* using pkg->dest->root_dirticktock352009-04-031-2/+4
* Try to avoid long unsigned int overflow.ticktock352009-04-032-9/+17
* Thanks to Keon's notify.ticktock352009-03-261-1/+1
* Due to deb_extract's defect that I cannot tell if an extraction isticktock352009-03-261-9/+12
* reduce a memory leak of closing dirticktock352009-03-261-0/+1
* reduce a big memory leakticktock352009-03-266-31/+48
* because of the file_hash_set_file_owner may break the file list of pkgsticktock352009-03-092-10/+21
* thanks to Koen, a memory leak were fond and fixed here.ticktock352009-02-281-2/+10
* reduce a meory leakticktock352009-02-031-2/+5
* Initial the 'err' valaible in opkg_install_by_name , or it may be used withoutticktock352009-02-011-1/+1
* Thanks to: Per Hansen <spamhans@yahoo.de>ticktock352009-01-241-1/+1
* fix a buffer overflow bug that causeticktock352009-01-192-4/+32
* Making the status_file singleton, every package is using the same file,ticktock352009-01-091-25/+20
* opkg the config file dir to that one actually worksticktock352008-12-281-1/+1
* adding check_signature configticktock352008-12-286-61/+69
* adding --enable-curl configuation to configure.acticktock352008-12-272-0/+30
* when configure with --disable-gpg, no message complain about the signature st...ticktock352008-12-262-3/+1
* using hash_table reduce an O(n^2) algorithm to O(n)ticktock352008-12-191-14/+13
* using list_head to handle the listticktock352008-12-1821-322/+296
* only add pkg_vec_sort when neededticktock352008-12-162-5/+2
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-166-18/+16
* remove some unnecessary code from pkg_vec_insertticktock352008-12-162-8/+6
* introduce the active_list for searching.ticktock352008-12-165-3/+39
* opkg: rename opkg_clone to pkg_t_to_opkg_package_t.ticktock352008-12-151-10/+10
* 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: 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: 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-152-7/+31
* opkg: refactory active_list_next remove unnecessary field.ticktock352008-12-152-28/+12
* opkg: active_list teststicktock352008-12-151-1/+1
* opkg: introduce the protype of active_listticktock352008-12-154-1/+423
* 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-154-100/+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-155-4/+37
* opkg: adding cache supportticktock352008-12-156-2/+61
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-154-6/+7