summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sha256 ckecksums to okpgticktock352009-10-2711-2/+127
* Improve install candidate selectionticktock352009-10-051-9/+20
* Fix Segmentation fault while data in Package.gz is not goodticktock352009-09-221-0/+4
* Fix opkg doesn't handle long link/path names in tar files wellticktock352009-09-211-3/+4
* Adding error message for the lock file.ticktock352009-09-171-1/+10
* Fix issue on "Segmentation fault on package removal"ticktock352009-07-031-2/+3
* Thanks to claudyus84 and Gillesticktock352009-06-261-2/+2
* adds a configure option so "/etc/opkg" can beticktock352009-06-145-10/+34
* 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
* Thanks to Antonioticktock352009-03-261-0/+10
* because of the file_hash_set_file_owner may break the file list of pkgsticktock352009-03-092-10/+21
* Thanks to Krzysztof Kotlenga <pocek@users.sf.net>:ticktock352009-03-031-8/+8
* thanks to Koen, a memory leak were fond and fixed here.ticktock352009-02-281-2/+10
* Thanks toticktock352009-02-121-0/+4
* 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
* revert R190, keep R191ticktock352008-12-273-83/+6
* adding --enable-curl configuation to configure.acticktock352008-12-273-1/+38
* Thanks for Mike Westerhof <mwester@dls.net>ticktock352008-12-273-6/+83
* when configure with --disable-gpg, no message complain about the signature st...ticktock352008-12-262-3/+1
* remove the active_list_test targetticktock352008-12-191-1/+2
* Turn off the active_list_test app by default. Use it when we need it.ticktock352008-12-191-3/+3
* 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-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