2009-11-02 |
graham.gower | Avoid reading past the end of the array. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | pkg_init_from_file() already does this strdup(), so... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Free memory used when parsing a control file. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Fix memory leaks. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | free() temporary string. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
pixdamix | Missing free in sha256 hash verification |
commit | commitdiff | tree | snapshot |
2009-10-30 |
pixdamix | Add missing free (again) |
commit | commitdiff | tree | snapshot |
2009-10-30 |
graham.gower | Fix some memory leaks. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
graham.gower | The compiler almost certainly knows better. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
pixdamix | Fix problems in error list |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Removed a unused variable warning |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Add error messages in case of signature error |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Fix implicit declaration of strndup |
commit | commitdiff | tree | snapshot |
2009-10-28 |
ticktock35 | Adding sha256.[ch] |
commit | commitdiff | tree | snapshot |
2009-10-27 |
pixdamix | Improve the poor man's fseek in unarchive.c |
commit | commitdiff | tree | snapshot |
2009-10-27 |
ticktock35 | Opkg support for smime (pkcs7) packages list signing |
commit | commitdiff | tree | snapshot |
2009-10-27 |
ticktock35 | Add sha256 ckecksums to okpg |
commit | commitdiff | tree | snapshot |
2009-10-06 |
ticktock35 | Improve install candidate selection |
commit | commitdiff | tree | snapshot |
2009-09-22 |
ticktock35 | Fix Segmentation fault while data in Package.gz is... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
ticktock35 | Fix opkg doesn't handle long link/path names in tar... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
ticktock35 | Adding error message for the lock file. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
ticktock35 | Fix issue on "Segmentation fault on package removal" |
commit | commitdiff | tree | snapshot |
2009-06-26 |
ticktock35 | Thanks to claudyus84 and Gilles |
commit | commitdiff | tree | snapshot |
2009-06-14 |
ticktock35 | adds a configure option so "/etc/opkg" can be |
commit | commitdiff | tree | snapshot |
2009-04-17 |
ticktock35 | adding new flag flag_maintainer |
commit | commitdiff | tree | snapshot |
2009-04-03 |
ticktock35 | using pkg->dest->root_dir |
commit | commitdiff | tree | snapshot |
2009-04-03 |
ticktock35 | Try to avoid long unsigned int overflow. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Thanks to Keon's notify. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Due to deb_extract's defect that I cannot tell if an... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | reduce a memory leak of closing dir |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | reduce a big memory leak |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Thanks to Antonio |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ticktock35 | because of the file_hash_set_file_owner may break the... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
ticktock35 | Thanks to Krzysztof Kotlenga <pocek@users.sf.net>: |
commit | commitdiff | tree | snapshot |
2009-02-28 |
ticktock35 | thanks to Koen, a memory leak were fond and fixed here. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
ticktock35 | Thanks to |
commit | commitdiff | tree | snapshot |
2009-02-03 |
ticktock35 | reduce a meory leak |
commit | commitdiff | tree | snapshot |
2009-02-01 |
ticktock35 | Initial the 'err' valaible in opkg_install_by_name... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
ticktock35 | Thanks to: Per Hansen <spamhans@yahoo.de> |
commit | commitdiff | tree | snapshot |
2009-01-19 |
ticktock35 | fix a buffer overflow bug that cause |
commit | commitdiff | tree | snapshot |
2009-01-09 |
ticktock35 | Making the status_file singleton, every package is... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
ticktock35 | opkg the config file dir to that one actually works |
commit | commitdiff | tree | snapshot |
2008-12-28 |
ticktock35 | adding check_signature config |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | revert R190, keep R191 |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | adding --enable-curl configuation to configure.ac |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | Thanks for Mike Westerhof <mwester@dls.net> |
commit | commitdiff | tree | snapshot |
2008-12-26 |
ticktock35 | when configure with --disable-gpg, no message complain... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
ticktock35 | remove the active_list_test target |
commit | commitdiff | tree | snapshot |
2008-12-19 |
ticktock35 | Turn off the active_list_test app by default. Use it... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
ticktock35 | using hash_table reduce an O(n^2) algorithm to O(n) |
commit | commitdiff | tree | snapshot |
2008-12-18 |
ticktock35 | using list_head to handle the list |
commit | commitdiff | tree | snapshot |
2008-12-17 |
ticktock35 | only add pkg_vec_sort when needed |
commit | commitdiff | tree | snapshot |
2008-12-17 |
ticktock35 | move pkg_compare_name to pkg_vec and remove qsort in... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
ticktock35 | remove some unnecessary code from pkg_vec_insert |
commit | commitdiff | tree | snapshot |
2008-12-17 |
ticktock35 | introduce the active_list for searching. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: rename opkg_clone to pkg_t_to_opkg_package_t. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Update TODO and remark that pkg_hash_fetch_best_i... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: using active_list to list all the installed pkgs. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: using active list to list upgradeable pkgs |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: trivial adding some comments |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: update TODO |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: trivial rename old_pkg_to_new to pkg_clone as... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: introduce active list into pkg_t |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: update the the author infomation |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: reinitial node of active_list after clear |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implment active_list_clear() |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement active_list_prev and test cases. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: refactory active_list_next remove unnecessary... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: active_list tests |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: introduce the protype of active_list |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fixing some trivial defects while reviewing code |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | adding list_upgradable |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: using calloc to replace the malloc, initialize... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: trivial just indent |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove the free_error_list wrong usage bug |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: adding the hash_table_remove API, not using yet. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: making hash_table_insert works as real hash_table. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: mark the pkg SF as !SF_FILELIST_CHANGED after... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: trivial, clean up obsolete code, and some typo |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: only cache the packages |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add a simple way to pass a path environment for... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: adding cache support |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | Clean up some out of date TODOs |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove ChangeLog, add AUTHORS, remove maintainer... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: attached patch fixes build failures with gcc... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | [opkg] fixing typo & incompatible part to gcc 4.3.2 |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | Patch from rwhitby to follow 302 redirects properly. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | [opkg] trivial, remove unused variable res |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | [opkg] Remove the orphan packages while upgrading |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | [opkg] fix opkg crashes if PATH is unset |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | remove build error on gcc 3.4 |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix the crashing issue. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: mark one line that cause crash. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove a serious memory leak |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: make .opk as the default opkg file extension |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: balance the installed_files reference count |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix some memory leak and double free issues. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Fix a bug that ap may undefined. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: write the status change after actually updated. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: adding repository check function |
commit | commitdiff | tree | snapshot |
next |