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 |
2008-12-15 |
ticktock35 | opkg: let args_init return 0 is successful |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Don't attempt to check the validity of a reposito... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Fix a small memory leak in opkg_download. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove unused code |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Convert "multiple packages" message to NOTICE... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Consolidate error reporting from opkg_conf_init... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: update error message |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: consolidate error enums and add an error for... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg.c moving the sig_file_name into the section of... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add some command line arguments to libopkg_test |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: run pre-install check before listing upgradable... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: update error handling for opkg_update_pkg in... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: improve opkg_install error reporting and include... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add string versions of error codes to libopkg_test |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: report errors from opkg_remove_pkg |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix typos |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: improve error reporting |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove redundant multiple_providers option and... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: strdup the command line arguments so we can free... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: (leak fixing, day 3) fixed final memory leaks... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: (leak fixing, day 2) lots and lots of memory... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: (leak fixing, day 1) lots and lots of memory... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: set callbacks before opkg_conf_init |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove verbose_wget option |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: re-read package lists after update |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix distcheck |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix remaining accidental commit |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: revert unintended changes in src/Makefile.am |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add some error codes to libopkg |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: * Add opkg-key utility |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix distcheck issues |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove per-target CFLAGS |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add default message handler |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: download required packages before install and... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add header guards to libopkg/opkg.h |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: protect against NULL src |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement opkg_find_package() |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add more attributes to opkg_package_t |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add extra data to libopkg progress callbacks |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add some extra error checks to opkg_verify_file() |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement opkg_list_upgradable_packages function |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: clean up libopkg Makefile.am a bit |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: prevent segfault if option is not found |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: set version number and distribute pkg-config... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Implement proper reordering of packages before... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement package listing in new libopkg |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: Add upgrade and upgrade_all functions to libopkg_test |
commit | commitdiff | tree | snapshot |
next |