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 |
2008-12-15 |
ticktock35 | opkg: minor white space and indent fixes |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement new opkg_upgrade_package and opkg_upgra... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: improve download callback handling and integrate... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix some initialisation and double free issues... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add some safety macros |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix problems in opkg_install_package and implemen... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove unused variable |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | libopkg: remove default progress bar |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add progress callbacks to libopkg api |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add opkg_read_config_files() to libopkg_test |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | libopkg: add some checks for NULL strings |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | libopkg: add opkg_read_config_files() function |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add update packages lists call to libopkg_test |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix header include path issues |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: fix option array handling |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: add libopkg test application |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: various white space cleanups and implement opkg_u... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: implement opkg_set_option() and opkg_get_option() |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: start new libopkg api in opkg.{c,h} and remove... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: remove redundant opkg.h.in |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | libopkg: stop exporting random symbols into the wild |
commit | commitdiff | tree | snapshot |
2008-12-15 |
ticktock35 | opkg: 's/itsy/opkg/' |
commit | commitdiff | tree | snapshot |
next |