opkg: active_list tests
[oweals/opkg-lede.git] / libopkg /
2008-12-15 ticktock35opkg: active_list tests
2008-12-15 ticktock35opkg: introduce the protype of active_list
2008-12-15 ticktock35opkg: fixing some trivial defects while reviewing code
2008-12-15 ticktock35adding list_upgradable
2008-12-15 ticktock35opkg: using calloc to replace the malloc, initialize...
2008-12-15 ticktock35opkg: trivial just indent
2008-12-15 ticktock35opkg: remove the free_error_list wrong usage bug
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: making hash_table_insert works as real hash_table.
2008-12-15 ticktock35opkg: mark the pkg SF as !SF_FILELIST_CHANGED after...
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: only cache the packages
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35Patch from rwhitby to follow 302 redirects properly.
2008-12-15 ticktock35[opkg] Remove the orphan packages while upgrading
2008-12-15 ticktock35[opkg] fix opkg crashes if PATH is unset
2008-12-15 ticktock35remove build error on gcc 3.4
2008-12-15 ticktock35opkg: fix the crashing issue.
2008-12-15 ticktock35opkg: mark one line that cause crash.
2008-12-15 ticktock35opkg: remove a serious memory leak
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: balance the installed_files reference count
2008-12-15 ticktock35opkg: fix some memory leak and double free issues.
2008-12-15 ticktock35opkg: Fix a bug that ap may undefined.
2008-12-15 ticktock35opkg: write the status change after actually updated.
2008-12-15 ticktock35opkg: adding repository check function
2008-12-15 ticktock35 opkg: let args_init return 0 is successful
2008-12-15 ticktock35opkg: Don't attempt to check the validity of a reposito...
2008-12-15 ticktock35opkg: Fix a small memory leak in opkg_download.
2008-12-15 ticktock35opkg: remove unused code
2008-12-15 ticktock35opkg: Convert "multiple packages" message to NOTICE...
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: update error message
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg.c moving the sig_file_name into the section of...
2008-12-15 ticktock35opkg: run pre-install check before listing upgradable...
2008-12-15 ticktock35opkg: update error handling for opkg_update_pkg in...
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: report errors from opkg_remove_pkg
2008-12-15 ticktock35opkg: fix typos
2008-12-15 ticktock35opkg: improve error reporting
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: strdup the command line arguments so we can free...
2008-12-15 ticktock35opkg: (leak fixing, day 3) fixed final memory leaks...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: set callbacks before opkg_conf_init
2008-12-15 ticktock35opkg: remove verbose_wget option
2008-12-15 ticktock35opkg: re-read package lists after update
2008-12-15 ticktock35opkg: add some error codes to libopkg
2008-12-15 ticktock35opkg: * Add opkg-key utility
2008-12-15 ticktock35opkg: fix distcheck issues
2008-12-15 ticktock35opkg: remove per-target CFLAGS
2008-12-15 ticktock35opkg: add default message handler
2008-12-15 ticktock35opkg: download required packages before install and...
2008-12-15 ticktock35opkg: add header guards to libopkg/opkg.h
2008-12-15 ticktock35opkg: protect against NULL src
2008-12-15 ticktock35opkg: implement opkg_find_package()
2008-12-15 ticktock35opkg: add more attributes to opkg_package_t
2008-12-15 ticktock35opkg: add extra data to libopkg progress callbacks
2008-12-15 ticktock35opkg: add some extra error checks to opkg_verify_file()
2008-12-15 ticktock35opkg: implement opkg_list_upgradable_packages function
2008-12-15 ticktock35opkg: clean up libopkg Makefile.am a bit
2008-12-15 ticktock35opkg: prevent segfault if option is not found
2008-12-15 ticktock35opkg: Implement proper reordering of packages before...
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: minor white space and indent fixes
2008-12-15 ticktock35opkg: implement new opkg_upgrade_package and opkg_upgra...
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: add some safety macros
2008-12-15 ticktock35opkg: fix problems in opkg_install_package and implemen...
2008-12-15 ticktock35opkg: remove unused variable
2008-12-15 ticktock35libopkg: remove default progress bar
2008-12-15 ticktock35opkg: add progress callbacks to libopkg api
2008-12-15 ticktock35libopkg: add some checks for NULL strings
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: fix option array handling
2008-12-15 ticktock35opkg: various white space cleanups and implement opkg_u...
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: start new libopkg api in opkg.{c,h} and remove...
2008-12-15 ticktock35libopkg: stop exporting random symbols into the wild
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: Bug fix for Packages file with a Filename: tag...
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35libopkg: remove internal dependency on libopkg.h and...
2008-12-15 ticktock35opkg: split out opkg.h
2008-12-15 ticktock35opkg: remove old opkg.c
2008-12-15 ticktock35opkg: remove some "#if 0" code
2008-12-15 ticktock35=?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian...
2008-12-15 ticktock35opkg: remove some printfs and replace with opkg_message...
2008-12-15 ticktock35opkg: use opkg_message rather than printf in opkg_verif...
2008-12-15 ticktock35opkg: skip downloading Packages.sig if GPGME is not...
2008-12-15 ticktock35opkg: print help and version messages to stdout rather...
2008-12-15 ticktock35opkg: update md5.{c,h} with latest version from gnulib
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG condit...
2008-12-15 ticktock35opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditi...
next