| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed a unused variable warning | pixdamix | 2009-10-28 | 1 | -0/+4 |
|
|
* | Add error messages in case of signature error | pixdamix | 2009-10-28 | 1 | -1/+6 |
|
|
* | Fix implicit declaration of strndup | pixdamix | 2009-10-28 | 1 | -1/+1 |
|
|
* | Adding sha256.[ch] | ticktock35 | 2009-10-28 | 2 | -0/+645 |
|
|
* | Improve the poor man's fseek in unarchive.c | pixdamix | 2009-10-27 | 1 | -6/+22 |
|
|
* | Opkg support for smime (pkcs7) packages list signing | ticktock35 | 2009-10-27 | 8 | -9/+178 |
|
|
* | Add sha256 ckecksums to okpg | ticktock35 | 2009-10-27 | 11 | -2/+127 |
|
|
* | Improve install candidate selection | ticktock35 | 2009-10-05 | 1 | -9/+20 |
|
|
* | Fix Segmentation fault while data in Package.gz is not good | ticktock35 | 2009-09-22 | 1 | -0/+4 |
|
|
* | Fix opkg doesn't handle long link/path names in tar files well | ticktock35 | 2009-09-21 | 1 | -3/+4 |
|
|
* | Adding error message for the lock file. | ticktock35 | 2009-09-17 | 1 | -1/+10 |
|
|
* | Fix issue on "Segmentation fault on package removal" | ticktock35 | 2009-07-03 | 1 | -2/+3 |
|
|
* | Thanks to claudyus84 and Gilles | ticktock35 | 2009-06-26 | 1 | -2/+2 |
|
|
* | adds a configure option so "/etc/opkg" can be | ticktock35 | 2009-06-14 | 5 | -10/+34 |
|
|
* | adding new flag flag_maintainer | ticktock35 | 2009-04-17 | 6 | -12/+29 |
|
|
* | using pkg->dest->root_dir | ticktock35 | 2009-04-03 | 1 | -2/+4 |
|
|
* | Try to avoid long unsigned int overflow. | ticktock35 | 2009-04-03 | 2 | -9/+17 |
|
|
* | Thanks to Keon's notify. | ticktock35 | 2009-03-26 | 1 | -1/+1 |
|
|
* | Due to deb_extract's defect that I cannot tell if an extraction is | ticktock35 | 2009-03-26 | 1 | -9/+12 |
|
|
* | reduce a memory leak of closing dir | ticktock35 | 2009-03-26 | 1 | -0/+1 |
|
|
* | reduce a big memory leak | ticktock35 | 2009-03-26 | 6 | -31/+48 |
|
|
* | Thanks to Antonio | ticktock35 | 2009-03-26 | 1 | -0/+10 |
|
|
* | because of the file_hash_set_file_owner may break the file list of pkgs | ticktock35 | 2009-03-09 | 2 | -10/+21 |
|
|
* | Thanks to Krzysztof Kotlenga <pocek@users.sf.net>: | ticktock35 | 2009-03-03 | 1 | -8/+8 |
|
|
* | thanks to Koen, a memory leak were fond and fixed here. | ticktock35 | 2009-02-28 | 1 | -2/+10 |
|
|
* | Thanks to | ticktock35 | 2009-02-12 | 1 | -0/+4 |
|
|
* | 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 |
|
|